GenesisAccount defines an account to be initialized in the genesis state. Its main difference between with Geth's GenesisAccount is that it uses a custom storage type and that it doesn't contain the private key field.

Hierarchy

  • GenesisAccount

Properties

Properties

address: string

address defines an ethereum hex formated address of an account

code: string

code defines the hex bytes of the account code.

storage: State[]

storage defines the set of state key values for the account.

Generated using TypeDoc