frame_support::pallet_prelude: Add scale_info::TypeInfo (#10221)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2021-11-09 19:59:55 +08:00
committed by GitHub
parent 3c624174ff
commit 5d5e685ebe
4 changed files with 5 additions and 6 deletions
+1
View File
@@ -1330,6 +1330,7 @@ pub mod pallet_prelude {
PartialEqNoBound, RuntimeDebug, RuntimeDebugNoBound, Twox128, Twox256, Twox64Concat,
};
pub use codec::{Decode, Encode, MaxEncodedLen};
pub use scale_info::TypeInfo;
pub use sp_runtime::{
traits::{MaybeSerializeDeserialize, Member, ValidateUnsigned},
transaction_validity::{