pub trait ExtrinsicMetadata {
type SignedExtensions: SignedExtension;
const VERSION: u8;
}
Expand description
Implementor is an Extrinsic
and provides metadata about this extrinsic.
Required Associated Constants§
Required Associated Types§
sourcetype SignedExtensions: SignedExtension
type SignedExtensions: SignedExtension
Signed extensions attached to this Extrinsic
.
Object Safety§
This trait is not object safe.