Trait polkadot_service::runtime_traits::ExtrinsicMetadata[][src]

pub trait ExtrinsicMetadata {
    type SignedExtensions: SignedExtension;

    const VERSION: u8;
}
Expand description

Implementor is an Extrinsic and provides metadata about this extrinsic.

Associated Types

Signed extensions attached to this Extrinsic.

Associated Constants

The version of the Extrinsic.

Implementations on Foreign Types

Implementors