pub type TxExtension = DynamicMaxBlockWeight<Runtime, StorageWeightReclaim<Runtime, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, TestTransactionExtension<Runtime>)>, ConstU32<BLOCK_PROCESSING_VELOCITY>>;Expand description
The extension to the basic transaction logic.
Aliased Type§
pub struct TxExtension(pub StorageWeightReclaim<Runtime, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, TestTransactionExtension<Runtime>)>, _);Tuple Fields§
§0: StorageWeightReclaim<Runtime, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, TestTransactionExtension<Runtime>)>