Dispatch an call with the origin set to the callers fallback address.
Every AccountId32 can control its corresponding fallback account. The fallback account
is the AccountId20 with the last 12 bytes set to 0xEE. This is essentially a
recovery function in case an AccountId20 was used without creating a mapping first.
Dispatch an
call
with the origin set to the callers fallback address.Every
AccountId32
can control its corresponding fallback account. The fallback account is theAccountId20
with the last 12 bytes set to0xEE
. This is essentially a recovery function in case anAccountId20
was used without creating a mapping first.