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.
address defines an ethereum hex formated address of an account
code defines the hex bytes of the account code.
storage defines the set of state key values for the account.
Generated using TypeDoc
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.