pub trait AsCompleteMetadata<E: ExternalMemory>: AsMetadata<E> {
    // Required methods
    fn extrinsic_type_params(
        &self
    ) -> Result<ExtrinsicTypeParams, Self::MetaStructureError>;
    fn extrinsic_version(&self) -> Result<u8, Self::MetaStructureError>;
}
Expand description

Metadata sufficient for parsing of unchecked extrinsics.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<E: ExternalMemory> AsCompleteMetadata<E> for RuntimeMetadataV14

source§

impl<E: ExternalMemory> AsCompleteMetadata<E> for RuntimeMetadataV15

Implementors§