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