pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, TxExtension>;Expand description
Extrinsic type that has already been checked.
Aliased Type§
struct CheckedExtrinsic {
pub format: ExtrinsicFormat<AccountId32, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, SkipCheckIfFeeless<Runtime, ChargeAssetTxPayment<Runtime>>, CheckMetadataHash<Runtime>, WeightReclaim<Runtime>)>,
pub function: RuntimeCall,
}Fields§
§format: ExtrinsicFormat<AccountId32, (AuthorizeCall<Runtime>, CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, SkipCheckIfFeeless<Runtime, ChargeAssetTxPayment<Runtime>>, CheckMetadataHash<Runtime>, WeightReclaim<Runtime>)>Who this purports to be from and the number of extrinsics have come before from the same signer, if anyone (note this is not a signature).
function: RuntimeCallThe function that should be called.