pub trait ExtrinsicCall: Extrinsic { fn call(&self) -> &Self::Call; }
An extrinsic on which we can get access to call.
Get the call of the extrinsic.