remove unused and sometime invalid type alias (#2876)

This commit is contained in:
Guillaume Thiolliere
2021-04-12 20:33:46 +02:00
committed by GitHub
parent 849b5117f9
commit d0055b1af8
7 changed files with 0 additions and 14 deletions
@@ -522,8 +522,6 @@ pub type SignedExtra = (
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
/// Unchecked extrinsic type as expected by this runtime.
pub type UncheckedExtrinsic = generic::UncheckedExtrinsic<Address, Call, Signature, SignedExtra>;
/// Extrinsic type that has already been checked.
pub type CheckedExtrinsic = generic::CheckedExtrinsic<AccountId, Call, SignedExtra>;
/// Executive: handles dispatch to the various modules.
pub type Executive =
frame_executive::Executive<Runtime, Block, frame_system::ChainContext<Runtime>, Runtime, AllPallets>;