mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-26 00:17:56 +00:00
Complete v13 type definitions, support metadata decoding and serde (#4)
* Add String type param for Decode impl, fix serde serialization * Remove Deserialize derives and fix FormString impl for no_std * Add SignedExtensionMetadata type, name is possibly be different than type name * Add Extrinsic type * Fix SignedExtenstionMetadata compilation issues * Fmt * Use PhantomData for V0 to fix no features check * Restore ModuleMetadata index field * Add module constants metadata * Fmt
This commit is contained in:
@@ -25,5 +25,6 @@ v13 = ["scale-info"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"scale-info/std",
|
||||
"scale-info/serde",
|
||||
"serde",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user