Put BoundedVec in pallet prelude (#8710)

This commit is contained in:
Gavin Wood
2021-05-02 15:27:50 +02:00
committed by GitHub
parent db4acd4866
commit 8c65e5df36
+1
View File
@@ -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};