mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Put BoundedVec in pallet prelude (#8710)
This commit is contained in:
@@ -1238,6 +1238,7 @@ pub mod pallet_prelude {
|
|||||||
dispatch::{DispatchResultWithPostInfo, Parameter, DispatchError, DispatchResult},
|
dispatch::{DispatchResultWithPostInfo, Parameter, DispatchError, DispatchResult},
|
||||||
weights::{DispatchClass, Pays, Weight},
|
weights::{DispatchClass, Pays, Weight},
|
||||||
storage::types::{StorageValue, StorageMap, StorageDoubleMap, ValueQuery, OptionQuery},
|
storage::types::{StorageValue, StorageMap, StorageDoubleMap, ValueQuery, OptionQuery},
|
||||||
|
storage::bounded_vec::{BoundedVec, BoundedVecValue},
|
||||||
};
|
};
|
||||||
pub use codec::{Encode, Decode};
|
pub use codec::{Encode, Decode};
|
||||||
pub use sp_inherents::{InherentData, InherentIdentifier, ProvideInherent};
|
pub use sp_inherents::{InherentData, InherentIdentifier, ProvideInherent};
|
||||||
|
|||||||
Reference in New Issue
Block a user