pub fn dispatch<T: Config>(meta_tx: Box<MetaTxFor<T>>)
Expand description
Dispatch a given meta transaction.
_origin
: Can be any kind of origin.meta_tx
: Meta Transaction with a target call to be dispatched.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::dispatch
.