referrerpolicy=no-referrer-when-downgrade
polkadot_test_runtime

Type Alias TxExtension

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

The extension to the basic transaction logic.