Map a Ethereum address to its original AccountId32.
AccountId32
Stores the last 12 byte for addresses that were originally an AccountId32 instead of an H160. Register your AccountId32 using [Pallet::map_account] in order to use it with this pallet.
H160
Pallet::map_account
Map a Ethereum address to its original
AccountId32
.Stores the last 12 byte for addresses that were originally an
AccountId32
instead of anH160
. Register yourAccountId32
using [Pallet::map_account
] in order to use it with this pallet.