Expose ExtraFlags struct (#14376)

This commit is contained in:
kostekIV
2023-06-14 18:44:47 +02:00
committed by GitHub
parent 7db4d74c43
commit e9bb5e737a
+3 -1
View File
@@ -193,7 +193,9 @@ use sp_runtime::{
ArithmeticError, DispatchError, FixedPointOperand, Perbill, RuntimeDebug, TokenError,
};
use sp_std::{cmp, fmt::Debug, mem, prelude::*, result};
pub use types::{AccountData, BalanceLock, DustCleaner, IdAmount, Reasons, ReserveData};
pub use types::{
AccountData, BalanceLock, DustCleaner, ExtraFlags, IdAmount, Reasons, ReserveData,
};
pub use weights::WeightInfo;
pub use pallet::*;