pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckOnlySudoAccount<Runtime>);
Expand description
The SignedExtension to the basic transaction logic.
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckOnlySudoAccount<Runtime>);
The SignedExtension to the basic transaction logic.