Type Definition polkadot_runtime::SignedExtra
source · pub type SignedExtra = (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, PrevalidateAttests<Runtime>);
Expand description
The SignedExtension
to the basic transaction logic.