Type Alias glutton_westend_runtime::TxExtension
source · pub type TxExtension = (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, WeightReclaim<Runtime>);
Expand description
The extension to the basic transaction logic.