referrerpolicy=no-referrer-when-downgrade

Function pallet_revive::pallet::dispatchables::map_account

source ·
pub fn map_account<T: Config>()
Expand description

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].

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::map_account.