mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +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},
|
||||
weights::{DispatchClass, Pays, Weight},
|
||||
storage::types::{StorageValue, StorageMap, StorageDoubleMap, ValueQuery, OptionQuery},
|
||||
storage::bounded_vec::{BoundedVec, BoundedVecValue},
|
||||
};
|
||||
pub use codec::{Encode, Decode};
|
||||
pub use sp_inherents::{InherentData, InherentIdentifier, ProvideInherent};
|
||||
|
||||
Reference in New Issue
Block a user