pub type CheckedExtrinsic = CheckedExtrinsic<AccountId, RuntimeCall, SignedExtra>;
Expand description

Unchecked extrinsic type as expected by this runtime. Extrinsic type that has already been checked.