[][src]Trait sp_runtime::traits::ExtrinsicMetadata

pub trait ExtrinsicMetadata {
    type SignedExtensions: SignedExtension;

    pub const VERSION: u8;
}

Implementor is an Extrinsic and provides metadata about this extrinsic.

Associated Types

type SignedExtensions: SignedExtension[src]

Signed extensions attached to this Extrinsic.

Loading content...

Associated Constants

pub const VERSION: u8[src]

The version of the Extrinsic.

Loading content...

Implementors

impl<Address, Call, Signature, Extra> ExtrinsicMetadata for UncheckedExtrinsic<Address, Call, Signature, Extra> where
    Extra: SignedExtension
[src]

type SignedExtensions = Extra

Loading content...