mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 06:37:56 +00:00
aa716b2bd6
* 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
Decodable variant of the RuntimeMetadata.
This really doesn't belong here, but is necessary for the moment. In the future it should be removed entirely to an external module for shimming on to the codec-encoded metadata.
License: Apache-2.0