Type Alias seedling_runtime::SignedExtra
source ยท pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckOnlySudoAccount<Runtime>);
Expand description
The SignedExtension to the basic transaction logic.