referrerpolicy=no-referrer-when-downgrade
glutton_westend_runtime

Type Alias TxExtension

Source
pub type TxExtension = (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckWeight<Runtime>, WeightReclaim<Runtime>);
Expand description

The extension to the basic transaction logic.