pub type CustomSignedExtra = (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>, MessengerTrustedMmrExtension<Runtime>);
Expand description
The Custom SignedExtension used for pre_dispatch checks for bundle extrinsic verification