mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Expose ExtraFlags struct (#14376)
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user