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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.