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

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 and eth_sign would sign.
  • Converts the given binary data into ASCII-encoded hex. It will be twice the length.