Type Definition shot_runtime::SignedExtra [−][src]
pub type SignedExtra = (CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckEra<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeAssetTxPayment<Runtime>);
Expand description
The SignedExtension to the basic transaction logic.