Type Alias frame_metadata::v14::RuntimeMetadataLastVersion
source · pub type RuntimeMetadataLastVersion = RuntimeMetadataV14;Expand description
Latest runtime metadata
Aliased Type§
struct RuntimeMetadataLastVersion {
pub types: PortableRegistry,
pub pallets: Vec<PalletMetadata<PortableForm>>,
pub extrinsic: ExtrinsicMetadata<PortableForm>,
pub ty: UntrackedSymbol<TypeId>,
}Fields§
§types: PortableRegistryType registry containing all types used in the metadata.
pallets: Vec<PalletMetadata<PortableForm>>Metadata of all the pallets.
extrinsic: ExtrinsicMetadata<PortableForm>Metadata of the extrinsic.
ty: UntrackedSymbol<TypeId>The type of the Runtime.