pub type MockUncheckedExtrinsic<T, Signature = (), Extra = ()> = UncheckedExtrinsic<<T as Config>::AccountId, <T as Config>::Call, Signature, Extra>;
Expand description

An unchecked extrinsic type to be used in tests.