pub trait ExtrinsicMetadata {
type TransactionExtensions;
const VERSIONS: &'static [u8];
}Expand description
Implementor is an Extrinsic and provides metadata about this extrinsic.
Required Associated Constants§
Required Associated Types§
Sourcetype TransactionExtensions
type TransactionExtensions
Transaction 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.