Register the callers account id so that it can be used in contract interactions.
This will error if the origin is already mapped or is a eth native Address20. It will
take a deposit that can be released by calling [Self::unmap_account].
Noop when [Config::AutoMap] is enabled, as accounts are automatically mapped
on creation via [AutoMapper].
Register the callers account id so that it can be used in contract interactions.
This will error if the origin is already mapped or is a eth native
Address20. It will take a deposit that can be released by calling [Self::unmap_account].Noop when [
Config::AutoMap] is enabled, as accounts are automatically mapped on creation via [AutoMapper].