pub type ExtrinsicFor<T> = <<T as Config>::Block as Block>::Extrinsic;
Expand description

Type alias for the Extrinsic associated type of system config.