Skip to content
Snippets Groups Projects
Commit 8c65e5df authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Put BoundedVec in pallet prelude (#8710)

parent db4acd48
Branches
No related merge requests found
......@@ -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};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment