referrerpolicy=no-referrer-when-downgrade

Type Alias MetaTxFor

Source
pub type MetaTxFor<T> = MetaTx<<T as Config>::RuntimeCall, <T as Config>::Extension>;
Expand description

The MetaTx for the given config.

Aliased Type§

struct MetaTxFor<T> { /* private fields */ }