Versions in this module Expand all Collapse all v0 v0.11.1 Mar 16, 2021 v0.10.1 Mar 16, 2021 Changes in this version + func NewQuerier(keeper Keeper) sdk.Querier + func RegisterInvariants(ir sdk.InvariantRegistry, k Keeper) + type Keeper struct + Bhash ethcmn.Hash + Bloom *big.Int + LogSize uint + TxCount int + func NewKeeper(cdc *codec.Codec, storeKey sdk.StoreKey, paramSpace params.Subspace, ...) *Keeper + func (k *Keeper) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (k *Keeper) ForEachStorage(ctx sdk.Context, addr ethcmn.Address, cb func(key, value ethcmn.Hash) bool) error + func (k *Keeper) GetBalance(ctx sdk.Context, addr ethcmn.Address) *big.Int + func (k *Keeper) GetCode(ctx sdk.Context, addr ethcmn.Address) []byte + func (k *Keeper) GetOrNewStateObject(ctx sdk.Context, addr ethcmn.Address) types.StateObject + func (k *Keeper) GetState(ctx sdk.Context, addr ethcmn.Address, hash ethcmn.Hash) ethcmn.Hash + func (k *Keeper) SetBalance(ctx sdk.Context, addr ethcmn.Address, amount *big.Int) + func (k *Keeper) SetNonce(ctx sdk.Context, addr ethcmn.Address, nonce uint64) + func (k Keeper) BalanceInvariant() sdk.Invariant + func (k Keeper) EndBlock(ctx sdk.Context, req abci.RequestEndBlock) []abci.ValidatorUpdate + func (k Keeper) GenerateCSDBParams() types.CommitStateDBParams + func (k Keeper) GetAccountStorage(ctx sdk.Context, address common.Address) (types.Storage, error) + func (k Keeper) GetBlockBloom(ctx sdk.Context, height int64) ethtypes.Bloom + func (k Keeper) GetBlockHash(ctx sdk.Context, hash []byte) (int64, bool) + func (k Keeper) GetChainConfig(ctx sdk.Context) (types.ChainConfig, bool) + func (k Keeper) GetHeightHash(ctx sdk.Context, height uint64) common.Hash + func (k Keeper) GetParams(ctx sdk.Context) (params types.Params) + func (k Keeper) Logger(ctx sdk.Context) log.Logger + func (k Keeper) NonceInvariant() sdk.Invariant + func (k Keeper) SetBlockBloom(ctx sdk.Context, height int64, bloom ethtypes.Bloom) + func (k Keeper) SetBlockHash(ctx sdk.Context, hash []byte, height int64) + func (k Keeper) SetChainConfig(ctx sdk.Context, config types.ChainConfig) + func (k Keeper) SetCodeDirectly(ctx sdk.Context, hash, code []byte) + func (k Keeper) SetHeightHash(ctx sdk.Context, height uint64, hash common.Hash) + func (k Keeper) SetParams(ctx sdk.Context, params types.Params) + func (k Keeper) SetStateDirectly(ctx sdk.Context, addr ethcmn.Address, key, value ethcmn.Hash)