referrerpolicy=no-referrer-when-downgrade
substrate_test_runtime

Type Alias TxExtension

Source
pub type TxExtension = ((CheckNonce<Runtime>, CheckWeight<Runtime>), CheckSubstrateCall, CheckMetadataHash<Runtime>, WeightReclaim<Runtime>);
Expand description

The extension to the basic transaction logic.