Type Alias substrate_test_runtime::TxExtension
source · pub type TxExtension = ((CheckNonce<Runtime>, CheckWeight<Runtime>), CheckSubstrateCall, CheckMetadataHash<Runtime>);
Expand description
The extension to the basic transaction logic.