glutton_runtime

Type Alias SignedExtra

Source
pub type SignedExtra = (CheckOnlySudoAccount<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>);
Expand description

The SignedExtension to the basic transaction logic.