as Dispatchable>::Origin;
+pub type BalanceOf =
>::Balance;
pub struct Executive(
PhantomData<(System, Block, Context, Payment, UnsignedValidator, AllModules)>
@@ -130,7 +129,10 @@ impl<
> ExecuteBlock for Executive
where
Block::Extrinsic: Checkable + Codec,
- CheckedOf: Applyable + Weighable,
+ CheckedOf:
+ Applyable +
+ Weighable +
+ Tippable>,
CallOf: Dispatchable,
OriginOf: From