pub fn under_alias<T: Config>(call: Box<<T as Config>::RuntimeCall>)
Expand description
Dispatch a call under an alias using the account <-> alias
mapping.
This is a call version of the transaction extension AsPersonalAliasWithAccount
.
It is recommended to use the transaction extension instead when suitable.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::under_alias
.