pub type MetaTxFor<T> = MetaTx<<T as Config>::RuntimeCall, <T as Config>::Extension>;
The MetaTx for the given config.
MetaTx
struct MetaTxFor<T> { /* private fields */ }