Versions in this module Expand all Collapse all v1 v1.0.2 Jul 6, 2023 v1.0.1 Jun 5, 2023 v1.0.0 Jun 4, 2023 Changes in this version + const AttributeKeyContractAddress + const AttributeKeyEthereumBloom + const AttributeKeyEthereumTxFailed + const AttributeKeyEthereumTxHash + const AttributeKeyRecipient + const AttributeKeyTxGasUsed + const AttributeKeyTxHash + const AttributeKeyTxIndex + const AttributeKeyTxLog + const AttributeKeyTxType + const AttributeValueCategory + const EventTypeBlockBloom + const EventTypeEthereumTx + const EventTypeTxLog + const MetricKeyStaticCall + const MetricKeyTransitionDB + const ModuleName + const RouterKey + const StoreKey + const TracerAccessList + const TracerJSON + const TracerMarkdown + const TracerStruct + const TransientKey + const TypeMsgEthereumTx + var AminoCdc = codec.NewAminoCodec(amino) + var AvailableExtraEIPs = []int64 + var DefaultAllowUnprotectedTxs = false + var DefaultEVMDenom = types.AttoPhoton + var DefaultEnableCall = true + var DefaultEnableCreate = true + var DefaultPriorityReduction = sdk.DefaultPowerReduction + var EmptyCodeHash = crypto.Keccak256(nil) + var ErrBloomNotFound = errorsmod.Register(ModuleName, codeErrBloomNotFound, "block bloom not found") + var ErrCallDisabled = errorsmod.Register(ModuleName, codeErrCallDisabled, "EVM Call operation is disabled") + var ErrChainConfigNotFound = errorsmod.Register(ModuleName, codeErrChainConfigNotFound, "chain configuration not found") + var ErrCreateDisabled = errorsmod.Register(ModuleName, codeErrCreateDisabled, "EVM Create operation is disabled") + var ErrEmptyHash = errorsmod.Register(ModuleName, codeErrEmptyHash, "empty hash") + var ErrExecutionReverted = errorsmod.Register(ModuleName, codeErrExecutionReverted, vm.ErrExecutionReverted.Error()) + var ErrGasOverflow = errorsmod.Register(ModuleName, codeErrGasOverflow, "gas computation overflow/underflow") + var ErrInconsistentGas = errorsmod.Register(ModuleName, codeErrInconsistentGas, "inconsistent gas") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvm = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidAccount = errorsmod.Register(ModuleName, codeErrInvalidAccount, ...) + var ErrInvalidAmount = errorsmod.Register(ModuleName, codeErrInvalidAmount, "invalid transaction amount") + var ErrInvalidBaseFee = errorsmod.Register(ModuleName, codeErrInvalidBaseFee, "invalid base fee") + var ErrInvalidChainConfig = errorsmod.Register(ModuleName, codeErrInvalidChainConfig, "invalid chain configuration") + var ErrInvalidGasCap = errorsmod.Register(ModuleName, codeErrInvalidGasCap, "invalid gas cap") + var ErrInvalidGasFee = errorsmod.Register(ModuleName, codeErrInvalidGasFee, "invalid gas fee") + var ErrInvalidGasLimit = errorsmod.Register(ModuleName, codeErrInvalidGasLimit, "invalid gas limit") + var ErrInvalidGasPrice = errorsmod.Register(ModuleName, codeErrInvalidGasPrice, "invalid gas price") + var ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvm = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidRefund = errorsmod.Register(ModuleName, codeErrInvalidRefund, "invalid gas refund amount") + var ErrInvalidState = errorsmod.Register(ModuleName, codeErrInvalidState, "invalid storage state") + var ErrPostTxProcessing = errors.New("failed to execute post processing") + var ErrTxReceiptNotFound = errorsmod.Register(ModuleName, codeErrTxReceiptNotFound, "transaction receipt not found") + var ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvm = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrVMExecution = errorsmod.Register(ModuleName, codeErrVMExecution, "evm transaction execution failed") + var ErrZeroAddress = errorsmod.Register(ModuleName, codeErrZeroAddress, "invalid zero address") + var KeyPrefixCode = []byte + var KeyPrefixParams = []byte + var KeyPrefixStorage = []byte + var KeyPrefixTransientBloom = []byte + var KeyPrefixTransientGasUsed = []byte + var KeyPrefixTransientLogSize = []byte + var KeyPrefixTransientTxIndex = []byte + var ModuleCdc = codec.NewProtoCodec(codectypes.NewInterfaceRegistry()) + var ParamStoreKeyAllowUnprotectedTxs = []byte("AllowUnprotectedTxs") + var ParamStoreKeyChainConfig = []byte("ChainConfig") + var ParamStoreKeyEVMDenom = []byte("EVMDenom") + var ParamStoreKeyEnableCall = []byte("EnableCall") + var ParamStoreKeyEnableCreate = []byte("EnableCreate") + var ParamStoreKeyExtraEIPs = []byte("EnableExtraEIPs") + func AddressStoragePrefix(address common.Address) []byte + func BinSearch(lo, hi uint64, executable func(uint64) (bool, *MsgEthereumTxResponse, error)) (uint64, error) + func DeriveChainID(v *big.Int) *big.Int + func EffectiveGasPrice(baseFee *big.Int, feeCap *big.Int, tipCap *big.Int) *big.Int + func EncodeTransactionLogs(res *TransactionLogs) ([]byte, error) + func GetTxPriority(txData TxData, baseFee *big.Int) (priority int64) + func IsLondon(ethConfig *params.ChainConfig, height int64) bool + func LogsToEthereum(logs []*Log) []*ethtypes.Log + func NewTracer(tracer string, msg core.Message, cfg *params.ChainConfig, height int64) vm.EVMLogger + func PackTxData(txData TxData) (*codectypes.Any, error) + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterMsgHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MsgClient) error + func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterMsgHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MsgServer) error + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func StateKey(address common.Address, key []byte) []byte + type AccessList []AccessTuple + func NewAccessList(ethAccessList *ethtypes.AccessList) AccessList + func (al AccessList) ToEthAccessList() *ethtypes.AccessList + type AccessListTx struct + Accesses AccessList + Amount *github_com_cosmos_cosmos_sdk_types.Int + ChainID *github_com_cosmos_cosmos_sdk_types.Int + Data []byte + GasLimit uint64 + GasPrice *github_com_cosmos_cosmos_sdk_types.Int + Nonce uint64 + R []byte + S []byte + To string + V []byte + func (*AccessListTx) Descriptor() ([]byte, []int) + func (*AccessListTx) ProtoMessage() + func (m *AccessListTx) Marshal() (dAtA []byte, err error) + func (m *AccessListTx) MarshalTo(dAtA []byte) (int, error) + func (m *AccessListTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessListTx) Reset() + func (m *AccessListTx) Size() (n int) + func (m *AccessListTx) String() string + func (m *AccessListTx) Unmarshal(dAtA []byte) error + func (m *AccessListTx) XXX_DiscardUnknown() + func (m *AccessListTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessListTx) XXX_Merge(src proto.Message) + func (m *AccessListTx) XXX_Size() int + func (m *AccessListTx) XXX_Unmarshal(b []byte) error + func (tx *AccessListTx) AsEthereumData() ethtypes.TxData + func (tx *AccessListTx) Copy() TxData + func (tx *AccessListTx) GetAccessList() ethtypes.AccessList + func (tx *AccessListTx) GetChainID() *big.Int + func (tx *AccessListTx) GetData() []byte + func (tx *AccessListTx) GetGas() uint64 + func (tx *AccessListTx) GetGasFeeCap() *big.Int + func (tx *AccessListTx) GetGasPrice() *big.Int + func (tx *AccessListTx) GetGasTipCap() *big.Int + func (tx *AccessListTx) GetNonce() uint64 + func (tx *AccessListTx) GetRawSignatureValues() (v, r, s *big.Int) + func (tx *AccessListTx) GetTo() *common.Address + func (tx *AccessListTx) GetValue() *big.Int + func (tx *AccessListTx) SetSignatureValues(chainID, v, r, s *big.Int) + func (tx *AccessListTx) TxType() uint8 + func (tx AccessListTx) Cost() *big.Int + func (tx AccessListTx) EffectiveCost(_ *big.Int) *big.Int + func (tx AccessListTx) EffectiveFee(_ *big.Int) *big.Int + func (tx AccessListTx) EffectiveGasPrice(_ *big.Int) *big.Int + func (tx AccessListTx) Fee() *big.Int + func (tx AccessListTx) Validate() error + type AccessTuple struct + Address string + StorageKeys []string + func (*AccessTuple) Descriptor() ([]byte, []int) + func (*AccessTuple) ProtoMessage() + func (m *AccessTuple) Marshal() (dAtA []byte, err error) + func (m *AccessTuple) MarshalTo(dAtA []byte) (int, error) + func (m *AccessTuple) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *AccessTuple) Reset() + func (m *AccessTuple) Size() (n int) + func (m *AccessTuple) String() string + func (m *AccessTuple) Unmarshal(dAtA []byte) error + func (m *AccessTuple) XXX_DiscardUnknown() + func (m *AccessTuple) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccessTuple) XXX_Merge(src proto.Message) + func (m *AccessTuple) XXX_Size() int + func (m *AccessTuple) XXX_Unmarshal(b []byte) error + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + GetAllAccounts func(ctx sdk.Context) (accounts []authtypes.AccountI) + GetModuleAddress func(moduleName string) sdk.AccAddress + GetParams func(ctx sdk.Context) (params authtypes.Params) + GetSequence func(sdk.Context, sdk.AccAddress) (uint64, error) + IterateAccounts func(ctx sdk.Context, cb func(account authtypes.AccountI) bool) + NewAccountWithAddress func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + RemoveAccount func(ctx sdk.Context, account authtypes.AccountI) + SetAccount func(ctx sdk.Context, account authtypes.AccountI) + type BankKeeper interface + BurnCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + MintCoins func(ctx sdk.Context, moduleName string, amt sdk.Coins) error + SendCoinsFromModuleToAccount func(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + type ChainConfig struct + ArrowGlacierBlock *github_com_cosmos_cosmos_sdk_types.Int + BerlinBlock *github_com_cosmos_cosmos_sdk_types.Int + ByzantiumBlock *github_com_cosmos_cosmos_sdk_types.Int + CancunBlock *github_com_cosmos_cosmos_sdk_types.Int + ConstantinopleBlock *github_com_cosmos_cosmos_sdk_types.Int + DAOForkBlock *github_com_cosmos_cosmos_sdk_types.Int + DAOForkSupport bool + EIP150Block *github_com_cosmos_cosmos_sdk_types.Int + EIP150Hash string + EIP155Block *github_com_cosmos_cosmos_sdk_types.Int + EIP158Block *github_com_cosmos_cosmos_sdk_types.Int + GrayGlacierBlock *github_com_cosmos_cosmos_sdk_types.Int + HomesteadBlock *github_com_cosmos_cosmos_sdk_types.Int + IstanbulBlock *github_com_cosmos_cosmos_sdk_types.Int + LondonBlock *github_com_cosmos_cosmos_sdk_types.Int + MergeNetsplitBlock *github_com_cosmos_cosmos_sdk_types.Int + MuirGlacierBlock *github_com_cosmos_cosmos_sdk_types.Int + PetersburgBlock *github_com_cosmos_cosmos_sdk_types.Int + ShanghaiBlock *github_com_cosmos_cosmos_sdk_types.Int + func DefaultChainConfig() ChainConfig + func (*ChainConfig) Descriptor() ([]byte, []int) + func (*ChainConfig) ProtoMessage() + func (cc ChainConfig) EthereumConfig(chainID *big.Int) *params.ChainConfig + func (cc ChainConfig) Validate() error + func (m *ChainConfig) GetDAOForkSupport() bool + func (m *ChainConfig) GetEIP150Hash() string + func (m *ChainConfig) Marshal() (dAtA []byte, err error) + func (m *ChainConfig) MarshalTo(dAtA []byte) (int, error) + func (m *ChainConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ChainConfig) Reset() + func (m *ChainConfig) Size() (n int) + func (m *ChainConfig) String() string + func (m *ChainConfig) Unmarshal(dAtA []byte) error + func (m *ChainConfig) XXX_DiscardUnknown() + func (m *ChainConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainConfig) XXX_Merge(src proto.Message) + func (m *ChainConfig) XXX_Size() int + func (m *ChainConfig) XXX_Unmarshal(b []byte) error + type CompiledContract struct + ABI abi.ABI + Bin HexString + var ERC20Contract CompiledContract + var SimpleStorageContract CompiledContract + var TestMessageCall CompiledContract + func (s *CompiledContract) UnmarshalJSON(data []byte) error + func (s CompiledContract) MarshalJSON() ([]byte, error) + type DynamicFeeTx struct + Accesses AccessList + Amount *github_com_cosmos_cosmos_sdk_types.Int + ChainID *github_com_cosmos_cosmos_sdk_types.Int + Data []byte + GasFeeCap *github_com_cosmos_cosmos_sdk_types.Int + GasLimit uint64 + GasTipCap *github_com_cosmos_cosmos_sdk_types.Int + Nonce uint64 + R []byte + S []byte + To string + V []byte + func (*DynamicFeeTx) Descriptor() ([]byte, []int) + func (*DynamicFeeTx) ProtoMessage() + func (m *DynamicFeeTx) Marshal() (dAtA []byte, err error) + func (m *DynamicFeeTx) MarshalTo(dAtA []byte) (int, error) + func (m *DynamicFeeTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DynamicFeeTx) Reset() + func (m *DynamicFeeTx) Size() (n int) + func (m *DynamicFeeTx) String() string + func (m *DynamicFeeTx) Unmarshal(dAtA []byte) error + func (m *DynamicFeeTx) XXX_DiscardUnknown() + func (m *DynamicFeeTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DynamicFeeTx) XXX_Merge(src proto.Message) + func (m *DynamicFeeTx) XXX_Size() int + func (m *DynamicFeeTx) XXX_Unmarshal(b []byte) error + func (tx *DynamicFeeTx) AsEthereumData() ethtypes.TxData + func (tx *DynamicFeeTx) Copy() TxData + func (tx *DynamicFeeTx) EffectiveGasPrice(baseFee *big.Int) *big.Int + func (tx *DynamicFeeTx) GetAccessList() ethtypes.AccessList + func (tx *DynamicFeeTx) GetChainID() *big.Int + func (tx *DynamicFeeTx) GetData() []byte + func (tx *DynamicFeeTx) GetGas() uint64 + func (tx *DynamicFeeTx) GetGasFeeCap() *big.Int + func (tx *DynamicFeeTx) GetGasPrice() *big.Int + func (tx *DynamicFeeTx) GetGasTipCap() *big.Int + func (tx *DynamicFeeTx) GetNonce() uint64 + func (tx *DynamicFeeTx) GetRawSignatureValues() (v, r, s *big.Int) + func (tx *DynamicFeeTx) GetTo() *common.Address + func (tx *DynamicFeeTx) GetValue() *big.Int + func (tx *DynamicFeeTx) SetSignatureValues(chainID, v, r, s *big.Int) + func (tx *DynamicFeeTx) TxType() uint8 + func (tx DynamicFeeTx) Cost() *big.Int + func (tx DynamicFeeTx) EffectiveCost(baseFee *big.Int) *big.Int + func (tx DynamicFeeTx) EffectiveFee(baseFee *big.Int) *big.Int + func (tx DynamicFeeTx) Fee() *big.Int + func (tx DynamicFeeTx) Validate() error + type EstimateGasResponse struct + Gas uint64 + func (*EstimateGasResponse) Descriptor() ([]byte, []int) + func (*EstimateGasResponse) ProtoMessage() + func (m *EstimateGasResponse) GetGas() uint64 + func (m *EstimateGasResponse) Marshal() (dAtA []byte, err error) + func (m *EstimateGasResponse) MarshalTo(dAtA []byte) (int, error) + func (m *EstimateGasResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EstimateGasResponse) Reset() + func (m *EstimateGasResponse) Size() (n int) + func (m *EstimateGasResponse) String() string + func (m *EstimateGasResponse) Unmarshal(dAtA []byte) error + func (m *EstimateGasResponse) XXX_DiscardUnknown() + func (m *EstimateGasResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EstimateGasResponse) XXX_Merge(src proto.Message) + func (m *EstimateGasResponse) XXX_Size() int + func (m *EstimateGasResponse) XXX_Unmarshal(b []byte) error + type EthCallRequest struct + Args []byte + ChainId int64 + GasCap uint64 + ProposerAddress github_com_cosmos_cosmos_sdk_types.ConsAddress + func (*EthCallRequest) Descriptor() ([]byte, []int) + func (*EthCallRequest) ProtoMessage() + func (m *EthCallRequest) GetArgs() []byte + func (m *EthCallRequest) GetChainId() int64 + func (m *EthCallRequest) GetGasCap() uint64 + func (m *EthCallRequest) GetProposerAddress() github_com_cosmos_cosmos_sdk_types.ConsAddress + func (m *EthCallRequest) Marshal() (dAtA []byte, err error) + func (m *EthCallRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EthCallRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EthCallRequest) Reset() + func (m *EthCallRequest) Size() (n int) + func (m *EthCallRequest) String() string + func (m *EthCallRequest) Unmarshal(dAtA []byte) error + func (m *EthCallRequest) XXX_DiscardUnknown() + func (m *EthCallRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthCallRequest) XXX_Merge(src proto.Message) + func (m *EthCallRequest) XXX_Size() int + func (m *EthCallRequest) XXX_Unmarshal(b []byte) error + type EventBlockBloom struct + Bloom string + func (*EventBlockBloom) Descriptor() ([]byte, []int) + func (*EventBlockBloom) ProtoMessage() + func (m *EventBlockBloom) GetBloom() string + func (m *EventBlockBloom) Marshal() (dAtA []byte, err error) + func (m *EventBlockBloom) MarshalTo(dAtA []byte) (int, error) + func (m *EventBlockBloom) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventBlockBloom) Reset() + func (m *EventBlockBloom) Size() (n int) + func (m *EventBlockBloom) String() string + func (m *EventBlockBloom) Unmarshal(dAtA []byte) error + func (m *EventBlockBloom) XXX_DiscardUnknown() + func (m *EventBlockBloom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventBlockBloom) XXX_Merge(src proto.Message) + func (m *EventBlockBloom) XXX_Size() int + func (m *EventBlockBloom) XXX_Unmarshal(b []byte) error + type EventEthereumTx struct + Amount string + EthHash string + EthTxFailed string + GasUsed string + Hash string + Index string + Recipient string + func (*EventEthereumTx) Descriptor() ([]byte, []int) + func (*EventEthereumTx) ProtoMessage() + func (m *EventEthereumTx) GetAmount() string + func (m *EventEthereumTx) GetEthHash() string + func (m *EventEthereumTx) GetEthTxFailed() string + func (m *EventEthereumTx) GetGasUsed() string + func (m *EventEthereumTx) GetHash() string + func (m *EventEthereumTx) GetIndex() string + func (m *EventEthereumTx) GetRecipient() string + func (m *EventEthereumTx) Marshal() (dAtA []byte, err error) + func (m *EventEthereumTx) MarshalTo(dAtA []byte) (int, error) + func (m *EventEthereumTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventEthereumTx) Reset() + func (m *EventEthereumTx) Size() (n int) + func (m *EventEthereumTx) String() string + func (m *EventEthereumTx) Unmarshal(dAtA []byte) error + func (m *EventEthereumTx) XXX_DiscardUnknown() + func (m *EventEthereumTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventEthereumTx) XXX_Merge(src proto.Message) + func (m *EventEthereumTx) XXX_Size() int + func (m *EventEthereumTx) XXX_Unmarshal(b []byte) error + type EventMessage struct + Module string + Sender string + TxType string + func (*EventMessage) Descriptor() ([]byte, []int) + func (*EventMessage) ProtoMessage() + func (m *EventMessage) GetModule() string + func (m *EventMessage) GetSender() string + func (m *EventMessage) GetTxType() string + func (m *EventMessage) Marshal() (dAtA []byte, err error) + func (m *EventMessage) MarshalTo(dAtA []byte) (int, error) + func (m *EventMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventMessage) Reset() + func (m *EventMessage) Size() (n int) + func (m *EventMessage) String() string + func (m *EventMessage) Unmarshal(dAtA []byte) error + func (m *EventMessage) XXX_DiscardUnknown() + func (m *EventMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventMessage) XXX_Merge(src proto.Message) + func (m *EventMessage) XXX_Size() int + func (m *EventMessage) XXX_Unmarshal(b []byte) error + type EventTxLog struct + TxLogs []string + func (*EventTxLog) Descriptor() ([]byte, []int) + func (*EventTxLog) ProtoMessage() + func (m *EventTxLog) GetTxLogs() []string + func (m *EventTxLog) Marshal() (dAtA []byte, err error) + func (m *EventTxLog) MarshalTo(dAtA []byte) (int, error) + func (m *EventTxLog) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventTxLog) Reset() + func (m *EventTxLog) Size() (n int) + func (m *EventTxLog) String() string + func (m *EventTxLog) Unmarshal(dAtA []byte) error + func (m *EventTxLog) XXX_DiscardUnknown() + func (m *EventTxLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventTxLog) XXX_Merge(src proto.Message) + func (m *EventTxLog) XXX_Size() int + func (m *EventTxLog) XXX_Unmarshal(b []byte) error + type EvmHooks interface + PostTxProcessing func(ctx sdk.Context, msg core.Message, receipt *ethtypes.Receipt) error + type ExtensionOptionsEthereumTx struct + func (*ExtensionOptionsEthereumTx) Descriptor() ([]byte, []int) + func (*ExtensionOptionsEthereumTx) ProtoMessage() + func (m *ExtensionOptionsEthereumTx) Marshal() (dAtA []byte, err error) + func (m *ExtensionOptionsEthereumTx) MarshalTo(dAtA []byte) (int, error) + func (m *ExtensionOptionsEthereumTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExtensionOptionsEthereumTx) Reset() + func (m *ExtensionOptionsEthereumTx) Size() (n int) + func (m *ExtensionOptionsEthereumTx) String() string + func (m *ExtensionOptionsEthereumTx) Unmarshal(dAtA []byte) error + func (m *ExtensionOptionsEthereumTx) XXX_DiscardUnknown() + func (m *ExtensionOptionsEthereumTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtensionOptionsEthereumTx) XXX_Merge(src proto.Message) + func (m *ExtensionOptionsEthereumTx) XXX_Size() int + func (m *ExtensionOptionsEthereumTx) XXX_Unmarshal(b []byte) error + type FeeMarketKeeper interface + AddTransientGasWanted func(ctx sdk.Context, gasWanted uint64) (uint64, error) + GetBaseFee func(ctx sdk.Context) *big.Int + GetParams func(ctx sdk.Context) feemarkettypes.Params + type GenesisAccount struct + Address string + Code string + Storage Storage + func (*GenesisAccount) Descriptor() ([]byte, []int) + func (*GenesisAccount) ProtoMessage() + func (ga GenesisAccount) Validate() error + func (m *GenesisAccount) GetAddress() string + func (m *GenesisAccount) GetCode() string + func (m *GenesisAccount) GetStorage() Storage + func (m *GenesisAccount) Marshal() (dAtA []byte, err error) + func (m *GenesisAccount) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisAccount) Reset() + func (m *GenesisAccount) Size() (n int) + func (m *GenesisAccount) String() string + func (m *GenesisAccount) Unmarshal(dAtA []byte) error + func (m *GenesisAccount) XXX_DiscardUnknown() + func (m *GenesisAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisAccount) XXX_Merge(src proto.Message) + func (m *GenesisAccount) XXX_Size() int + func (m *GenesisAccount) XXX_Unmarshal(b []byte) error + type GenesisState struct + Accounts []GenesisAccount + Params Params + func DefaultGenesisState() *GenesisState + func NewGenesisState(params Params, accounts []GenesisAccount) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetAccounts() []GenesisAccount + func (m *GenesisState) GetParams() Params + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type HexString []byte + func (s *HexString) UnmarshalJSON(data []byte) error + func (s HexString) MarshalJSON() ([]byte, error) + type LegacyParams = paramtypes.ParamSet + type LegacyTx struct + Amount *github_com_cosmos_cosmos_sdk_types.Int + Data []byte + GasLimit uint64 + GasPrice *github_com_cosmos_cosmos_sdk_types.Int + Nonce uint64 + R []byte + S []byte + To string + V []byte + func (*LegacyTx) Descriptor() ([]byte, []int) + func (*LegacyTx) ProtoMessage() + func (m *LegacyTx) Marshal() (dAtA []byte, err error) + func (m *LegacyTx) MarshalTo(dAtA []byte) (int, error) + func (m *LegacyTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LegacyTx) Reset() + func (m *LegacyTx) Size() (n int) + func (m *LegacyTx) String() string + func (m *LegacyTx) Unmarshal(dAtA []byte) error + func (m *LegacyTx) XXX_DiscardUnknown() + func (m *LegacyTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LegacyTx) XXX_Merge(src proto.Message) + func (m *LegacyTx) XXX_Size() int + func (m *LegacyTx) XXX_Unmarshal(b []byte) error + func (tx *LegacyTx) AsEthereumData() ethtypes.TxData + func (tx *LegacyTx) Copy() TxData + func (tx *LegacyTx) GetAccessList() ethtypes.AccessList + func (tx *LegacyTx) GetChainID() *big.Int + func (tx *LegacyTx) GetData() []byte + func (tx *LegacyTx) GetGas() uint64 + func (tx *LegacyTx) GetGasFeeCap() *big.Int + func (tx *LegacyTx) GetGasPrice() *big.Int + func (tx *LegacyTx) GetGasTipCap() *big.Int + func (tx *LegacyTx) GetNonce() uint64 + func (tx *LegacyTx) GetRawSignatureValues() (v, r, s *big.Int) + func (tx *LegacyTx) GetTo() *common.Address + func (tx *LegacyTx) GetValue() *big.Int + func (tx *LegacyTx) SetSignatureValues(_, v, r, s *big.Int) + func (tx *LegacyTx) TxType() uint8 + func (tx LegacyTx) Cost() *big.Int + func (tx LegacyTx) EffectiveCost(_ *big.Int) *big.Int + func (tx LegacyTx) EffectiveFee(_ *big.Int) *big.Int + func (tx LegacyTx) EffectiveGasPrice(_ *big.Int) *big.Int + func (tx LegacyTx) Fee() *big.Int + func (tx LegacyTx) Validate() error + type Log struct + Address string + BlockHash string + BlockNumber uint64 + Data []byte + Index uint64 + Removed bool + Topics []string + TxHash string + TxIndex uint64 + func NewLogFromEth(log *ethtypes.Log) *Log + func NewLogsFromEth(ethlogs []*ethtypes.Log) []*Log + func (*Log) Descriptor() ([]byte, []int) + func (*Log) ProtoMessage() + func (log *Log) ToEthereum() *ethtypes.Log + func (log *Log) Validate() error + func (m *Log) GetAddress() string + func (m *Log) GetBlockHash() string + func (m *Log) GetBlockNumber() uint64 + func (m *Log) GetData() []byte + func (m *Log) GetIndex() uint64 + func (m *Log) GetRemoved() bool + func (m *Log) GetTopics() []string + func (m *Log) GetTxHash() string + func (m *Log) GetTxIndex() uint64 + func (m *Log) Marshal() (dAtA []byte, err error) + func (m *Log) MarshalTo(dAtA []byte) (int, error) + func (m *Log) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Log) Reset() + func (m *Log) Size() (n int) + func (m *Log) String() string + func (m *Log) Unmarshal(dAtA []byte) error + func (m *Log) XXX_DiscardUnknown() + func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Log) XXX_Merge(src proto.Message) + func (m *Log) XXX_Size() int + func (m *Log) XXX_Unmarshal(b []byte) error + type MsgClient interface + EthereumTx func(ctx context.Context, in *MsgEthereumTx, opts ...grpc.CallOption) (*MsgEthereumTxResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgEthereumTx struct + Data *types.Any + From string + Hash string + Size_ float64 + func NewTx(chainID *big.Int, nonce uint64, to *common.Address, amount *big.Int, ...) *MsgEthereumTx + func NewTxContract(chainID *big.Int, nonce uint64, amount *big.Int, gasLimit uint64, ...) *MsgEthereumTx + func UnwrapEthereumMsg(tx *sdk.Tx, ethHash common.Hash) (*MsgEthereumTx, error) + func (*MsgEthereumTx) Descriptor() ([]byte, []int) + func (*MsgEthereumTx) ProtoMessage() + func (m *MsgEthereumTx) Marshal() (dAtA []byte, err error) + func (m *MsgEthereumTx) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEthereumTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEthereumTx) Reset() + func (m *MsgEthereumTx) Size() (n int) + func (m *MsgEthereumTx) String() string + func (m *MsgEthereumTx) Unmarshal(dAtA []byte) error + func (m *MsgEthereumTx) XXX_DiscardUnknown() + func (m *MsgEthereumTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEthereumTx) XXX_Merge(src proto.Message) + func (m *MsgEthereumTx) XXX_Size() int + func (m *MsgEthereumTx) XXX_Unmarshal(b []byte) error + func (msg *MsgEthereumTx) BuildTx(b client.TxBuilder, evmDenom string) (signing.Tx, error) + func (msg *MsgEthereumTx) FromEthereumTx(tx *ethtypes.Transaction) error + func (msg *MsgEthereumTx) GetFrom() sdk.AccAddress + func (msg *MsgEthereumTx) GetMsgs() []sdk.Msg + func (msg *MsgEthereumTx) GetSender(chainID *big.Int) (common.Address, error) + func (msg *MsgEthereumTx) GetSigners() []sdk.AccAddress + func (msg *MsgEthereumTx) Sign(ethSigner ethtypes.Signer, keyringSigner keyring.Signer) error + func (msg *MsgEthereumTx) UnmarshalBinary(b []byte) error + func (msg MsgEthereumTx) AsMessage(signer ethtypes.Signer, baseFee *big.Int) (core.Message, error) + func (msg MsgEthereumTx) AsTransaction() *ethtypes.Transaction + func (msg MsgEthereumTx) GetEffectiveFee(baseFee *big.Int) *big.Int + func (msg MsgEthereumTx) GetFee() *big.Int + func (msg MsgEthereumTx) GetGas() uint64 + func (msg MsgEthereumTx) GetSignBytes() []byte + func (msg MsgEthereumTx) Route() string + func (msg MsgEthereumTx) Type() string + func (msg MsgEthereumTx) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (msg MsgEthereumTx) ValidateBasic() error + type MsgEthereumTxResponse struct + GasUsed uint64 + Hash string + Logs []*Log + Ret []byte + VmError string + func DecodeTxResponse(in []byte) (*MsgEthereumTxResponse, error) + func (*MsgEthereumTxResponse) Descriptor() ([]byte, []int) + func (*MsgEthereumTxResponse) ProtoMessage() + func (m *MsgEthereumTxResponse) Failed() bool + func (m *MsgEthereumTxResponse) Marshal() (dAtA []byte, err error) + func (m *MsgEthereumTxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEthereumTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEthereumTxResponse) Reset() + func (m *MsgEthereumTxResponse) Return() []byte + func (m *MsgEthereumTxResponse) Revert() []byte + func (m *MsgEthereumTxResponse) Size() (n int) + func (m *MsgEthereumTxResponse) String() string + func (m *MsgEthereumTxResponse) Unmarshal(dAtA []byte) error + func (m *MsgEthereumTxResponse) XXX_DiscardUnknown() + func (m *MsgEthereumTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEthereumTxResponse) XXX_Merge(src proto.Message) + func (m *MsgEthereumTxResponse) XXX_Size() int + func (m *MsgEthereumTxResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + EthereumTx func(context.Context, *MsgEthereumTx) (*MsgEthereumTxResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgUpdateParams struct + Authority string + Params Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (m *MsgUpdateParams) GetAuthority() string + func (m *MsgUpdateParams) GetParams() Params + func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParams) Reset() + func (m *MsgUpdateParams) Size() (n int) + func (m *MsgUpdateParams) String() string + func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParams) ValidateBasic() error + func (m *MsgUpdateParams) XXX_DiscardUnknown() + func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParams) XXX_Merge(src proto.Message) + func (m *MsgUpdateParams) XXX_Size() int + func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error + func (m MsgUpdateParams) GetSignBytes() []byte + func (m MsgUpdateParams) GetSigners() []sdk.AccAddress + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) Reset() + func (m *MsgUpdateParamsResponse) Size() (n int) + func (m *MsgUpdateParamsResponse) String() string + func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown() + func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateParamsResponse) XXX_Size() int + func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error + type NoOpTracer struct + func NewNoOpTracer() *NoOpTracer + func (dt NoOpTracer) CaptureEnd(_ []byte, _ uint64, _ time.Duration, _ error) + func (dt NoOpTracer) CaptureEnter(_ vm.OpCode, _ common.Address, _ common.Address, _ []byte, _ uint64, ...) + func (dt NoOpTracer) CaptureExit(_ []byte, _ uint64, _ error) + func (dt NoOpTracer) CaptureFault(_ uint64, _ vm.OpCode, _, _ uint64, _ *vm.ScopeContext, _ int, _ error) + func (dt NoOpTracer) CaptureStart(_ *vm.EVM, _ common.Address, _ common.Address, _ bool, _ []byte, _ uint64, ...) + func (dt NoOpTracer) CaptureState(_ uint64, _ vm.OpCode, _, _ uint64, _ *vm.ScopeContext, _ []byte, _ int, ...) + func (dt NoOpTracer) CaptureTxEnd(_ uint64) + func (dt NoOpTracer) CaptureTxStart(_ uint64) + type Params struct + AllowUnprotectedTxs bool + ChainConfig ChainConfig + EnableCall bool + EnableCreate bool + EvmDenom string + ExtraEIPs []int64 + func DefaultParams() Params + func NewParams(evmDenom string, allowUnprotectedTxs, enableCreate, enableCall bool, ...) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetAllowUnprotectedTxs() bool + func (m *Params) GetChainConfig() ChainConfig + func (m *Params) GetEnableCall() bool + func (m *Params) GetEnableCreate() bool + func (m *Params) GetEvmDenom() string + func (m *Params) GetExtraEIPs() []int64 + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) EIPs() []int + func (p Params) Validate() error + type QueryAccountRequest struct + Address string + func (*QueryAccountRequest) Descriptor() ([]byte, []int) + func (*QueryAccountRequest) ProtoMessage() + func (m *QueryAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountRequest) Reset() + func (m *QueryAccountRequest) Size() (n int) + func (m *QueryAccountRequest) String() string + func (m *QueryAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryAccountRequest) XXX_DiscardUnknown() + func (m *QueryAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryAccountRequest) XXX_Size() int + func (m *QueryAccountRequest) XXX_Unmarshal(b []byte) error + type QueryAccountResponse struct + Balance string + CodeHash string + Nonce uint64 + func (*QueryAccountResponse) Descriptor() ([]byte, []int) + func (*QueryAccountResponse) ProtoMessage() + func (m *QueryAccountResponse) GetBalance() string + func (m *QueryAccountResponse) GetCodeHash() string + func (m *QueryAccountResponse) GetNonce() uint64 + func (m *QueryAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAccountResponse) Reset() + func (m *QueryAccountResponse) Size() (n int) + func (m *QueryAccountResponse) String() string + func (m *QueryAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryAccountResponse) XXX_DiscardUnknown() + func (m *QueryAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryAccountResponse) XXX_Size() int + func (m *QueryAccountResponse) XXX_Unmarshal(b []byte) error + type QueryBalanceRequest struct + Address string + func (*QueryBalanceRequest) Descriptor() ([]byte, []int) + func (*QueryBalanceRequest) ProtoMessage() + func (m *QueryBalanceRequest) Marshal() (dAtA []byte, err error) + func (m *QueryBalanceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBalanceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBalanceRequest) Reset() + func (m *QueryBalanceRequest) Size() (n int) + func (m *QueryBalanceRequest) String() string + func (m *QueryBalanceRequest) Unmarshal(dAtA []byte) error + func (m *QueryBalanceRequest) XXX_DiscardUnknown() + func (m *QueryBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBalanceRequest) XXX_Merge(src proto.Message) + func (m *QueryBalanceRequest) XXX_Size() int + func (m *QueryBalanceRequest) XXX_Unmarshal(b []byte) error + type QueryBalanceResponse struct + Balance string + func (*QueryBalanceResponse) Descriptor() ([]byte, []int) + func (*QueryBalanceResponse) ProtoMessage() + func (m *QueryBalanceResponse) GetBalance() string + func (m *QueryBalanceResponse) Marshal() (dAtA []byte, err error) + func (m *QueryBalanceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBalanceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBalanceResponse) Reset() + func (m *QueryBalanceResponse) Size() (n int) + func (m *QueryBalanceResponse) String() string + func (m *QueryBalanceResponse) Unmarshal(dAtA []byte) error + func (m *QueryBalanceResponse) XXX_DiscardUnknown() + func (m *QueryBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBalanceResponse) XXX_Merge(src proto.Message) + func (m *QueryBalanceResponse) XXX_Size() int + func (m *QueryBalanceResponse) XXX_Unmarshal(b []byte) error + type QueryBaseFeeRequest struct + func (*QueryBaseFeeRequest) Descriptor() ([]byte, []int) + func (*QueryBaseFeeRequest) ProtoMessage() + func (m *QueryBaseFeeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryBaseFeeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBaseFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBaseFeeRequest) Reset() + func (m *QueryBaseFeeRequest) Size() (n int) + func (m *QueryBaseFeeRequest) String() string + func (m *QueryBaseFeeRequest) Unmarshal(dAtA []byte) error + func (m *QueryBaseFeeRequest) XXX_DiscardUnknown() + func (m *QueryBaseFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBaseFeeRequest) XXX_Merge(src proto.Message) + func (m *QueryBaseFeeRequest) XXX_Size() int + func (m *QueryBaseFeeRequest) XXX_Unmarshal(b []byte) error + type QueryBaseFeeResponse struct + BaseFee *github_com_cosmos_cosmos_sdk_types.Int + func (*QueryBaseFeeResponse) Descriptor() ([]byte, []int) + func (*QueryBaseFeeResponse) ProtoMessage() + func (m *QueryBaseFeeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryBaseFeeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryBaseFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryBaseFeeResponse) Reset() + func (m *QueryBaseFeeResponse) Size() (n int) + func (m *QueryBaseFeeResponse) String() string + func (m *QueryBaseFeeResponse) Unmarshal(dAtA []byte) error + func (m *QueryBaseFeeResponse) XXX_DiscardUnknown() + func (m *QueryBaseFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryBaseFeeResponse) XXX_Merge(src proto.Message) + func (m *QueryBaseFeeResponse) XXX_Size() int + func (m *QueryBaseFeeResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + Account func(ctx context.Context, in *QueryAccountRequest, opts ...grpc.CallOption) (*QueryAccountResponse, error) + Balance func(ctx context.Context, in *QueryBalanceRequest, opts ...grpc.CallOption) (*QueryBalanceResponse, error) + BaseFee func(ctx context.Context, in *QueryBaseFeeRequest, opts ...grpc.CallOption) (*QueryBaseFeeResponse, error) + Code func(ctx context.Context, in *QueryCodeRequest, opts ...grpc.CallOption) (*QueryCodeResponse, error) + CosmosAccount func(ctx context.Context, in *QueryCosmosAccountRequest, opts ...grpc.CallOption) (*QueryCosmosAccountResponse, error) + EstimateGas func(ctx context.Context, in *EthCallRequest, opts ...grpc.CallOption) (*EstimateGasResponse, error) + EthCall func(ctx context.Context, in *EthCallRequest, opts ...grpc.CallOption) (*MsgEthereumTxResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + Storage func(ctx context.Context, in *QueryStorageRequest, opts ...grpc.CallOption) (*QueryStorageResponse, error) + TraceBlock func(ctx context.Context, in *QueryTraceBlockRequest, opts ...grpc.CallOption) (*QueryTraceBlockResponse, error) + TraceTx func(ctx context.Context, in *QueryTraceTxRequest, opts ...grpc.CallOption) (*QueryTraceTxResponse, error) + ValidatorAccount func(ctx context.Context, in *QueryValidatorAccountRequest, opts ...grpc.CallOption) (*QueryValidatorAccountResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryCodeRequest struct + Address string + func (*QueryCodeRequest) Descriptor() ([]byte, []int) + func (*QueryCodeRequest) ProtoMessage() + func (m *QueryCodeRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCodeRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeRequest) Reset() + func (m *QueryCodeRequest) Size() (n int) + func (m *QueryCodeRequest) String() string + func (m *QueryCodeRequest) Unmarshal(dAtA []byte) error + func (m *QueryCodeRequest) XXX_DiscardUnknown() + func (m *QueryCodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeRequest) XXX_Merge(src proto.Message) + func (m *QueryCodeRequest) XXX_Size() int + func (m *QueryCodeRequest) XXX_Unmarshal(b []byte) error + type QueryCodeResponse struct + Code []byte + func (*QueryCodeResponse) Descriptor() ([]byte, []int) + func (*QueryCodeResponse) ProtoMessage() + func (m *QueryCodeResponse) GetCode() []byte + func (m *QueryCodeResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCodeResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCodeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCodeResponse) Reset() + func (m *QueryCodeResponse) Size() (n int) + func (m *QueryCodeResponse) String() string + func (m *QueryCodeResponse) Unmarshal(dAtA []byte) error + func (m *QueryCodeResponse) XXX_DiscardUnknown() + func (m *QueryCodeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCodeResponse) XXX_Merge(src proto.Message) + func (m *QueryCodeResponse) XXX_Size() int + func (m *QueryCodeResponse) XXX_Unmarshal(b []byte) error + type QueryCosmosAccountRequest struct + Address string + func (*QueryCosmosAccountRequest) Descriptor() ([]byte, []int) + func (*QueryCosmosAccountRequest) ProtoMessage() + func (m *QueryCosmosAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryCosmosAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCosmosAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCosmosAccountRequest) Reset() + func (m *QueryCosmosAccountRequest) Size() (n int) + func (m *QueryCosmosAccountRequest) String() string + func (m *QueryCosmosAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryCosmosAccountRequest) XXX_DiscardUnknown() + func (m *QueryCosmosAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCosmosAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryCosmosAccountRequest) XXX_Size() int + func (m *QueryCosmosAccountRequest) XXX_Unmarshal(b []byte) error + type QueryCosmosAccountResponse struct + AccountNumber uint64 + CosmosAddress string + Sequence uint64 + func (*QueryCosmosAccountResponse) Descriptor() ([]byte, []int) + func (*QueryCosmosAccountResponse) ProtoMessage() + func (m *QueryCosmosAccountResponse) GetAccountNumber() uint64 + func (m *QueryCosmosAccountResponse) GetCosmosAddress() string + func (m *QueryCosmosAccountResponse) GetSequence() uint64 + func (m *QueryCosmosAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryCosmosAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryCosmosAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryCosmosAccountResponse) Reset() + func (m *QueryCosmosAccountResponse) Size() (n int) + func (m *QueryCosmosAccountResponse) String() string + func (m *QueryCosmosAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryCosmosAccountResponse) XXX_DiscardUnknown() + func (m *QueryCosmosAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryCosmosAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryCosmosAccountResponse) XXX_Size() int + func (m *QueryCosmosAccountResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + Account func(context.Context, *QueryAccountRequest) (*QueryAccountResponse, error) + Balance func(context.Context, *QueryBalanceRequest) (*QueryBalanceResponse, error) + BaseFee func(context.Context, *QueryBaseFeeRequest) (*QueryBaseFeeResponse, error) + Code func(context.Context, *QueryCodeRequest) (*QueryCodeResponse, error) + CosmosAccount func(context.Context, *QueryCosmosAccountRequest) (*QueryCosmosAccountResponse, error) + EstimateGas func(context.Context, *EthCallRequest) (*EstimateGasResponse, error) + EthCall func(context.Context, *EthCallRequest) (*MsgEthereumTxResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + Storage func(context.Context, *QueryStorageRequest) (*QueryStorageResponse, error) + TraceBlock func(context.Context, *QueryTraceBlockRequest) (*QueryTraceBlockResponse, error) + TraceTx func(context.Context, *QueryTraceTxRequest) (*QueryTraceTxResponse, error) + ValidatorAccount func(context.Context, *QueryValidatorAccountRequest) (*QueryValidatorAccountResponse, error) + type QueryStorageRequest struct + Address string + Key string + func (*QueryStorageRequest) Descriptor() ([]byte, []int) + func (*QueryStorageRequest) ProtoMessage() + func (m *QueryStorageRequest) Marshal() (dAtA []byte, err error) + func (m *QueryStorageRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryStorageRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryStorageRequest) Reset() + func (m *QueryStorageRequest) Size() (n int) + func (m *QueryStorageRequest) String() string + func (m *QueryStorageRequest) Unmarshal(dAtA []byte) error + func (m *QueryStorageRequest) XXX_DiscardUnknown() + func (m *QueryStorageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryStorageRequest) XXX_Merge(src proto.Message) + func (m *QueryStorageRequest) XXX_Size() int + func (m *QueryStorageRequest) XXX_Unmarshal(b []byte) error + type QueryStorageResponse struct + Value string + func (*QueryStorageResponse) Descriptor() ([]byte, []int) + func (*QueryStorageResponse) ProtoMessage() + func (m *QueryStorageResponse) GetValue() string + func (m *QueryStorageResponse) Marshal() (dAtA []byte, err error) + func (m *QueryStorageResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryStorageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryStorageResponse) Reset() + func (m *QueryStorageResponse) Size() (n int) + func (m *QueryStorageResponse) String() string + func (m *QueryStorageResponse) Unmarshal(dAtA []byte) error + func (m *QueryStorageResponse) XXX_DiscardUnknown() + func (m *QueryStorageResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryStorageResponse) XXX_Merge(src proto.Message) + func (m *QueryStorageResponse) XXX_Size() int + func (m *QueryStorageResponse) XXX_Unmarshal(b []byte) error + type QueryTraceBlockRequest struct + BlockHash string + BlockNumber int64 + BlockTime time.Time + ChainId int64 + ProposerAddress github_com_cosmos_cosmos_sdk_types.ConsAddress + TraceConfig *TraceConfig + Txs []*MsgEthereumTx + func (*QueryTraceBlockRequest) Descriptor() ([]byte, []int) + func (*QueryTraceBlockRequest) ProtoMessage() + func (m *QueryTraceBlockRequest) GetBlockHash() string + func (m *QueryTraceBlockRequest) GetBlockNumber() int64 + func (m *QueryTraceBlockRequest) GetBlockTime() time.Time + func (m *QueryTraceBlockRequest) GetChainId() int64 + func (m *QueryTraceBlockRequest) GetProposerAddress() github_com_cosmos_cosmos_sdk_types.ConsAddress + func (m *QueryTraceBlockRequest) GetTraceConfig() *TraceConfig + func (m *QueryTraceBlockRequest) GetTxs() []*MsgEthereumTx + func (m *QueryTraceBlockRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTraceBlockRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceBlockRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceBlockRequest) Reset() + func (m *QueryTraceBlockRequest) Size() (n int) + func (m *QueryTraceBlockRequest) String() string + func (m *QueryTraceBlockRequest) Unmarshal(dAtA []byte) error + func (m *QueryTraceBlockRequest) XXX_DiscardUnknown() + func (m *QueryTraceBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceBlockRequest) XXX_Merge(src proto.Message) + func (m *QueryTraceBlockRequest) XXX_Size() int + func (m *QueryTraceBlockRequest) XXX_Unmarshal(b []byte) error + func (m QueryTraceBlockRequest) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type QueryTraceBlockResponse struct + Data []byte + func (*QueryTraceBlockResponse) Descriptor() ([]byte, []int) + func (*QueryTraceBlockResponse) ProtoMessage() + func (m *QueryTraceBlockResponse) GetData() []byte + func (m *QueryTraceBlockResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTraceBlockResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceBlockResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceBlockResponse) Reset() + func (m *QueryTraceBlockResponse) Size() (n int) + func (m *QueryTraceBlockResponse) String() string + func (m *QueryTraceBlockResponse) Unmarshal(dAtA []byte) error + func (m *QueryTraceBlockResponse) XXX_DiscardUnknown() + func (m *QueryTraceBlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceBlockResponse) XXX_Merge(src proto.Message) + func (m *QueryTraceBlockResponse) XXX_Size() int + func (m *QueryTraceBlockResponse) XXX_Unmarshal(b []byte) error + type QueryTraceTxRequest struct + BlockHash string + BlockNumber int64 + BlockTime time.Time + ChainId int64 + Msg *MsgEthereumTx + Predecessors []*MsgEthereumTx + ProposerAddress github_com_cosmos_cosmos_sdk_types.ConsAddress + TraceConfig *TraceConfig + func (*QueryTraceTxRequest) Descriptor() ([]byte, []int) + func (*QueryTraceTxRequest) ProtoMessage() + func (m *QueryTraceTxRequest) GetBlockHash() string + func (m *QueryTraceTxRequest) GetBlockNumber() int64 + func (m *QueryTraceTxRequest) GetBlockTime() time.Time + func (m *QueryTraceTxRequest) GetChainId() int64 + func (m *QueryTraceTxRequest) GetMsg() *MsgEthereumTx + func (m *QueryTraceTxRequest) GetPredecessors() []*MsgEthereumTx + func (m *QueryTraceTxRequest) GetProposerAddress() github_com_cosmos_cosmos_sdk_types.ConsAddress + func (m *QueryTraceTxRequest) GetTraceConfig() *TraceConfig + func (m *QueryTraceTxRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTraceTxRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceTxRequest) Reset() + func (m *QueryTraceTxRequest) Size() (n int) + func (m *QueryTraceTxRequest) String() string + func (m *QueryTraceTxRequest) Unmarshal(dAtA []byte) error + func (m *QueryTraceTxRequest) XXX_DiscardUnknown() + func (m *QueryTraceTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceTxRequest) XXX_Merge(src proto.Message) + func (m *QueryTraceTxRequest) XXX_Size() int + func (m *QueryTraceTxRequest) XXX_Unmarshal(b []byte) error + func (m QueryTraceTxRequest) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + type QueryTraceTxResponse struct + Data []byte + func (*QueryTraceTxResponse) Descriptor() ([]byte, []int) + func (*QueryTraceTxResponse) ProtoMessage() + func (m *QueryTraceTxResponse) GetData() []byte + func (m *QueryTraceTxResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTraceTxResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceTxResponse) Reset() + func (m *QueryTraceTxResponse) Size() (n int) + func (m *QueryTraceTxResponse) String() string + func (m *QueryTraceTxResponse) Unmarshal(dAtA []byte) error + func (m *QueryTraceTxResponse) XXX_DiscardUnknown() + func (m *QueryTraceTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceTxResponse) XXX_Merge(src proto.Message) + func (m *QueryTraceTxResponse) XXX_Size() int + func (m *QueryTraceTxResponse) XXX_Unmarshal(b []byte) error + type QueryTxLogsRequest struct + Hash string + Pagination *query.PageRequest + func (*QueryTxLogsRequest) Descriptor() ([]byte, []int) + func (*QueryTxLogsRequest) ProtoMessage() + func (m *QueryTxLogsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTxLogsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTxLogsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTxLogsRequest) Reset() + func (m *QueryTxLogsRequest) Size() (n int) + func (m *QueryTxLogsRequest) String() string + func (m *QueryTxLogsRequest) Unmarshal(dAtA []byte) error + func (m *QueryTxLogsRequest) XXX_DiscardUnknown() + func (m *QueryTxLogsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTxLogsRequest) XXX_Merge(src proto.Message) + func (m *QueryTxLogsRequest) XXX_Size() int + func (m *QueryTxLogsRequest) XXX_Unmarshal(b []byte) error + type QueryTxLogsResponse struct + Logs []*Log + Pagination *query.PageResponse + func (*QueryTxLogsResponse) Descriptor() ([]byte, []int) + func (*QueryTxLogsResponse) ProtoMessage() + func (m *QueryTxLogsResponse) GetLogs() []*Log + func (m *QueryTxLogsResponse) GetPagination() *query.PageResponse + func (m *QueryTxLogsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTxLogsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTxLogsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTxLogsResponse) Reset() + func (m *QueryTxLogsResponse) Size() (n int) + func (m *QueryTxLogsResponse) String() string + func (m *QueryTxLogsResponse) Unmarshal(dAtA []byte) error + func (m *QueryTxLogsResponse) XXX_DiscardUnknown() + func (m *QueryTxLogsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTxLogsResponse) XXX_Merge(src proto.Message) + func (m *QueryTxLogsResponse) XXX_Size() int + func (m *QueryTxLogsResponse) XXX_Unmarshal(b []byte) error + type QueryValidatorAccountRequest struct + ConsAddress string + func (*QueryValidatorAccountRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorAccountRequest) ProtoMessage() + func (m *QueryValidatorAccountRequest) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorAccountRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorAccountRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorAccountRequest) Reset() + func (m *QueryValidatorAccountRequest) Size() (n int) + func (m *QueryValidatorAccountRequest) String() string + func (m *QueryValidatorAccountRequest) Unmarshal(dAtA []byte) error + func (m *QueryValidatorAccountRequest) XXX_DiscardUnknown() + func (m *QueryValidatorAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorAccountRequest) XXX_Merge(src proto.Message) + func (m *QueryValidatorAccountRequest) XXX_Size() int + func (m *QueryValidatorAccountRequest) XXX_Unmarshal(b []byte) error + type QueryValidatorAccountResponse struct + AccountAddress string + AccountNumber uint64 + Sequence uint64 + func (*QueryValidatorAccountResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorAccountResponse) ProtoMessage() + func (m *QueryValidatorAccountResponse) GetAccountAddress() string + func (m *QueryValidatorAccountResponse) GetAccountNumber() uint64 + func (m *QueryValidatorAccountResponse) GetSequence() uint64 + func (m *QueryValidatorAccountResponse) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorAccountResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorAccountResponse) Reset() + func (m *QueryValidatorAccountResponse) Size() (n int) + func (m *QueryValidatorAccountResponse) String() string + func (m *QueryValidatorAccountResponse) Unmarshal(dAtA []byte) error + func (m *QueryValidatorAccountResponse) XXX_DiscardUnknown() + func (m *QueryValidatorAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorAccountResponse) XXX_Merge(src proto.Message) + func (m *QueryValidatorAccountResponse) XXX_Size() int + func (m *QueryValidatorAccountResponse) XXX_Unmarshal(b []byte) error + type RevertError struct + func NewExecErrorWithReason(revertReason []byte) *RevertError + func (e *RevertError) ErrorCode() int + func (e *RevertError) ErrorData() interface{} + type StakingKeeper interface + GetHistoricalInfo func(ctx sdk.Context, height int64) (stakingtypes.HistoricalInfo, bool) + GetValidatorByConsAddr func(ctx sdk.Context, consAddr sdk.ConsAddress) (validator stakingtypes.Validator, found bool) + type State struct + Key string + Value string + func NewState(key, value common.Hash) State + func (*State) Descriptor() ([]byte, []int) + func (*State) ProtoMessage() + func (m *State) GetKey() string + func (m *State) GetValue() string + func (m *State) Marshal() (dAtA []byte, err error) + func (m *State) MarshalTo(dAtA []byte) (int, error) + func (m *State) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *State) Reset() + func (m *State) Size() (n int) + func (m *State) String() string + func (m *State) Unmarshal(dAtA []byte) error + func (m *State) XXX_DiscardUnknown() + func (m *State) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *State) XXX_Merge(src proto.Message) + func (m *State) XXX_Size() int + func (m *State) XXX_Unmarshal(b []byte) error + func (s State) Validate() error + type Storage []State + func (s Storage) Copy() Storage + func (s Storage) String() string + func (s Storage) Validate() error + type Subspace interface + GetParamSetIfExists func(ctx sdk.Context, ps LegacyParams) + type TraceConfig struct + Debug bool + DisableStack bool + DisableStorage bool + EnableMemory bool + EnableReturnData bool + Limit int32 + Overrides *ChainConfig + Reexec uint64 + Timeout string + Tracer string + TracerJsonConfig string + func (*TraceConfig) Descriptor() ([]byte, []int) + func (*TraceConfig) ProtoMessage() + func (m *TraceConfig) GetDebug() bool + func (m *TraceConfig) GetDisableStack() bool + func (m *TraceConfig) GetDisableStorage() bool + func (m *TraceConfig) GetEnableMemory() bool + func (m *TraceConfig) GetEnableReturnData() bool + func (m *TraceConfig) GetLimit() int32 + func (m *TraceConfig) GetOverrides() *ChainConfig + func (m *TraceConfig) GetReexec() uint64 + func (m *TraceConfig) GetTimeout() string + func (m *TraceConfig) GetTracer() string + func (m *TraceConfig) GetTracerJsonConfig() string + func (m *TraceConfig) Marshal() (dAtA []byte, err error) + func (m *TraceConfig) MarshalTo(dAtA []byte) (int, error) + func (m *TraceConfig) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TraceConfig) Reset() + func (m *TraceConfig) Size() (n int) + func (m *TraceConfig) String() string + func (m *TraceConfig) Unmarshal(dAtA []byte) error + func (m *TraceConfig) XXX_DiscardUnknown() + func (m *TraceConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TraceConfig) XXX_Merge(src proto.Message) + func (m *TraceConfig) XXX_Size() int + func (m *TraceConfig) XXX_Unmarshal(b []byte) error + type TransactionArgs struct + AccessList *ethtypes.AccessList + ChainID *hexutil.Big + Data *hexutil.Bytes + From *common.Address + Gas *hexutil.Uint64 + GasPrice *hexutil.Big + Input *hexutil.Bytes + MaxFeePerGas *hexutil.Big + MaxPriorityFeePerGas *hexutil.Big + Nonce *hexutil.Uint64 + To *common.Address + Value *hexutil.Big + func (args *TransactionArgs) GetData() []byte + func (args *TransactionArgs) GetFrom() common.Address + func (args *TransactionArgs) String() string + func (args *TransactionArgs) ToMessage(globalGasCap uint64, baseFee *big.Int) (ethtypes.Message, error) + func (args *TransactionArgs) ToTransaction() *MsgEthereumTx + type TransactionLogs struct + Hash string + Logs []*Log + func DecodeTransactionLogs(data []byte) (TransactionLogs, error) + func NewTransactionLogs(hash common.Hash, logs []*Log) TransactionLogs + func NewTransactionLogsFromEth(hash common.Hash, ethlogs []*ethtypes.Log) TransactionLogs + func (*TransactionLogs) Descriptor() ([]byte, []int) + func (*TransactionLogs) ProtoMessage() + func (m *TransactionLogs) GetHash() string + func (m *TransactionLogs) GetLogs() []*Log + func (m *TransactionLogs) Marshal() (dAtA []byte, err error) + func (m *TransactionLogs) MarshalTo(dAtA []byte) (int, error) + func (m *TransactionLogs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TransactionLogs) Reset() + func (m *TransactionLogs) Size() (n int) + func (m *TransactionLogs) String() string + func (m *TransactionLogs) Unmarshal(dAtA []byte) error + func (m *TransactionLogs) XXX_DiscardUnknown() + func (m *TransactionLogs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionLogs) XXX_Merge(src proto.Message) + func (m *TransactionLogs) XXX_Size() int + func (m *TransactionLogs) XXX_Unmarshal(b []byte) error + func (tx TransactionLogs) EthLogs() []*ethtypes.Log + func (tx TransactionLogs) Validate() error + type TxData interface + AsEthereumData func() ethtypes.TxData + Copy func() TxData + Cost func() *big.Int + EffectiveCost func(baseFee *big.Int) *big.Int + EffectiveFee func(baseFee *big.Int) *big.Int + EffectiveGasPrice func(baseFee *big.Int) *big.Int + Fee func() *big.Int + GetAccessList func() ethtypes.AccessList + GetChainID func() *big.Int + GetData func() []byte + GetGas func() uint64 + GetGasFeeCap func() *big.Int + GetGasPrice func() *big.Int + GetGasTipCap func() *big.Int + GetNonce func() uint64 + GetRawSignatureValues func() (v, r, s *big.Int) + GetTo func() *common.Address + GetValue func() *big.Int + SetSignatureValues func(chainID, v, r, s *big.Int) + TxType func() byte + Validate func() error + func NewTxDataFromTx(tx *ethtypes.Transaction) (TxData, error) + func UnpackTxData(any *codectypes.Any) (TxData, error) + type TxResult struct + Bloom []byte + ContractAddress string + GasUsed uint64 + Ret []byte + Reverted bool + TxLogs TransactionLogs + func (*TxResult) Descriptor() ([]byte, []int) + func (*TxResult) ProtoMessage() + func (m *TxResult) Marshal() (dAtA []byte, err error) + func (m *TxResult) MarshalTo(dAtA []byte) (int, error) + func (m *TxResult) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxResult) Reset() + func (m *TxResult) Size() (n int) + func (m *TxResult) String() string + func (m *TxResult) Unmarshal(dAtA []byte) error + func (m *TxResult) XXX_DiscardUnknown() + func (m *TxResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxResult) XXX_Merge(src proto.Message) + func (m *TxResult) XXX_Size() int + func (m *TxResult) XXX_Unmarshal(b []byte) error + type TxTraceResult struct + Error string + Result interface{} + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) EthereumTx(ctx context.Context, req *MsgEthereumTx) (*MsgEthereumTxResponse, error) + func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Account(ctx context.Context, req *QueryAccountRequest) (*QueryAccountResponse, error) + func (*UnimplementedQueryServer) Balance(ctx context.Context, req *QueryBalanceRequest) (*QueryBalanceResponse, error) + func (*UnimplementedQueryServer) BaseFee(ctx context.Context, req *QueryBaseFeeRequest) (*QueryBaseFeeResponse, error) + func (*UnimplementedQueryServer) Code(ctx context.Context, req *QueryCodeRequest) (*QueryCodeResponse, error) + func (*UnimplementedQueryServer) CosmosAccount(ctx context.Context, req *QueryCosmosAccountRequest) (*QueryCosmosAccountResponse, error) + func (*UnimplementedQueryServer) EstimateGas(ctx context.Context, req *EthCallRequest) (*EstimateGasResponse, error) + func (*UnimplementedQueryServer) EthCall(ctx context.Context, req *EthCallRequest) (*MsgEthereumTxResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) Storage(ctx context.Context, req *QueryStorageRequest) (*QueryStorageResponse, error) + func (*UnimplementedQueryServer) TraceBlock(ctx context.Context, req *QueryTraceBlockRequest) (*QueryTraceBlockResponse, error) + func (*UnimplementedQueryServer) TraceTx(ctx context.Context, req *QueryTraceTxRequest) (*QueryTraceTxResponse, error) + func (*UnimplementedQueryServer) ValidatorAccount(ctx context.Context, req *QueryValidatorAccountRequest) (*QueryValidatorAccountResponse, error)