Trait sp_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.

Implementors