Crate pallet_3vm_account_mapping
source ·Expand description
Evm Accounts Module
Overview
Evm Accounts module provide a two way mapping between Substrate accounts and EVM accounts so user only have deal with one account / private key.
Re-exports
pub use pallet::*;
Modules
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs
Functions
- Constructs the message that Ethereum RPC’s
personal_sign
andeth_sign
would sign. - Converts the given binary data into ASCII-encoded hex. It will be twice the length.