Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Put BoundedVec in pallet prelude (paritytech#8710)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored and nazar-pc committed Aug 8, 2021
1 parent 5fdcf3a commit 35adafe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 35adafe

Please sign in to comment.