RuntimeMetadataLastVersion

Type Alias RuntimeMetadataLastVersion 

Source
pub type RuntimeMetadataLastVersion = RuntimeMetadataV14;
Expand description

Latest runtime metadata

Aliased Type§

pub struct RuntimeMetadataLastVersion {
    pub types: PortableRegistry,
    pub pallets: Vec<PalletMetadata<PortableForm>>,
    pub extrinsic: ExtrinsicMetadata<PortableForm>,
    pub ty: UntrackedSymbol<TypeId>,
}

Fields§

§types: PortableRegistry

Type 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.