Type Definition node_runtime::SignedExtra[][src]

type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.

When you change this, you MUST modify sign in bin/node/testing/src/keyring.rs!