Versions in this module Expand all Collapse all v0 v0.19.9 Oct 25, 2021 Changes in this version + type ChainConfig struct + ByzantiumBlock sdk.Int + ConstantinopleBlock sdk.Int + DAOForkBlock sdk.Int + DAOForkSupport bool + EIP150Block sdk.Int + EIP150Hash string + EIP155Block sdk.Int + EIP158Block sdk.Int + HomesteadBlock sdk.Int + IstanbulBlock sdk.Int + MuirGlacierBlock sdk.Int + PetersburgBlock sdk.Int + type GenesisAccount struct + Address string + Code hexutil.Bytes + Storage Storage + type GenesisState struct + Accounts []GenesisAccount + ChainConfig ChainConfig + Params Params + TxsLogs []TransactionLogs + type Params struct + EnableCall bool + EnableCreate bool + EvmDenom string + ExtraEIPs []int + type State struct + Key ethcmn.Hash + Value ethcmn.Hash + type Storage []State + type TransactionLogs struct + Hash ethcmn.Hash + Logs []*ethtypes.Log