Versions in this module Expand all Collapse all v0 v0.19.9 Oct 25, 2021 Changes in this version + type AccountKeeperProxy struct + func NewAccountKeeperProxy(qoc QueryOnChainProxy) AccountKeeperProxy + func (a AccountKeeperProxy) GetAccount(ctx sdk.Context, addr sdk.AccAddress) authexported.Account + func (a AccountKeeperProxy) GetAllAccounts(ctx sdk.Context) (accounts []authexported.Account) + func (a AccountKeeperProxy) IterateAccounts(ctx sdk.Context, cb func(account authexported.Account) bool) + func (a AccountKeeperProxy) NewAccountWithAddress(ctx sdk.Context, addr sdk.AccAddress) authexported.Account + func (a AccountKeeperProxy) RemoveAccount(ctx sdk.Context, account authexported.Account) + func (a AccountKeeperProxy) SetAccount(ctx sdk.Context, account authexported.Account) + func (a AccountKeeperProxy) SetObserverKeeper(observer auth.ObserverI) + type BankKeeperProxy struct + func NewBankKeeperProxy() BankKeeperProxy + func (b BankKeeperProxy) BlacklistedAddr(addr sdk.AccAddress) bool + type BlockHashStore struct + func (s BlockHashStore) Delete(key []byte) + func (s BlockHashStore) Get(key []byte) []byte + func (s BlockHashStore) Has(key []byte) bool + func (s BlockHashStore) Set(key, value []byte) + type BloomStore struct + func (s BloomStore) Delete(key []byte) + func (s BloomStore) Get(key []byte) []byte + func (s BloomStore) Has(key []byte) bool + func (s BloomStore) Set(key, value []byte) + type CodeStore struct + func (s CodeStore) Delete(key []byte) + func (s CodeStore) Get(key []byte) []byte + func (s CodeStore) Has(key []byte) bool + func (s CodeStore) Set(key, value []byte) + type ConfigStore struct + func (s ConfigStore) Delete(key []byte) + func (s ConfigStore) Get(key []byte) []byte + func (s ConfigStore) Has(key []byte) bool + func (s ConfigStore) Set(key, value []byte) + type ContractBlockedListStore struct + func (s ContractBlockedListStore) Delete(key []byte) + func (s ContractBlockedListStore) Get(key []byte) []byte + func (s ContractBlockedListStore) Has(key []byte) bool + func (s ContractBlockedListStore) Set(key, value []byte) + type ContractDeploymentWhitelist struct + func (s ContractDeploymentWhitelist) Delete(key []byte) + func (s ContractDeploymentWhitelist) Get(key []byte) []byte + func (s ContractDeploymentWhitelist) Has(key []byte) bool + func (s ContractDeploymentWhitelist) Set(key, value []byte) + type EvmFactory struct + ChainId string + WrappedQuerier *watcher.Querier + func NewEvmFactory(chainId string, q *watcher.Querier) EvmFactory + func (ef EvmFactory) BuildSimulator(qoc QueryOnChainProxy) *EvmSimulator + type EvmSimulator struct + func (es *EvmSimulator) DoCall(msg evmtypes.MsgEthermint) (*sdk.SimulationResponse, error) + type HeightHashStore struct + func (s HeightHashStore) Delete(key []byte) + func (s HeightHashStore) Get(key []byte) []byte + func (s HeightHashStore) Has(key []byte) bool + func (s HeightHashStore) Set(key, value []byte) + type InternalDba struct + func NewInternalDba(qoc QueryOnChainProxy) InternalDba + func (i InternalDba) NewStore(parent store.KVStore, Prefix []byte) evmtypes.StoreProxy + type QueryOnChainProxy interface + GetAccount func(address common.Address) (*types.EthAccount, error) + GetCodeByHash func(hash common.Hash) (hexutil.Bytes, error) + GetStorageAtInternal func(address common.Address, key []byte) (hexutil.Bytes, error) + type StateStore struct + func (s StateStore) Delete(key []byte) + func (s StateStore) Get(key []byte) []byte + func (s StateStore) Has(key []byte) bool + func (s StateStore) Set(key, value []byte) + type SubspaceProxy struct + func NewSubspaceProxy() SubspaceProxy + func (p SubspaceProxy) GetParamSet(ctx sdk.Context, ps params.ParamSet) + func (p SubspaceProxy) SetParamSet(ctx sdk.Context, ps params.ParamSet) + type SupplyKeeperProxy struct + func (s SupplyKeeperProxy) SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error