Versions in this module Expand all Collapse all v0 v0.3.0 Nov 14, 2024 v0.2.4 Nov 14, 2024 v0.2.3 Nov 13, 2024 v0.2.2 Nov 13, 2024 v0.2.1 Nov 13, 2024 v0.2.0 Nov 12, 2024 v0.1.8 Nov 13, 2024 v0.1.7 Nov 13, 2024 v0.1.6 Nov 13, 2024 v0.1.5 Nov 13, 2024 v0.1.2 Nov 12, 2024 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 Firehose + const MetricKeyStaticCall + const MetricKeyTransitionDB + const ModuleName + const ObjectStoreKey + const RouterKey + const StoreKey + const TracerAccessList + const TracerJSON + const TracerMarkdown + const TracerStruct + const TypeMsgEthereumTx + var AminoCdc = codec.NewAminoCodec(amino) + var DefaultAllowUnprotectedTxs = false + var DefaultEVMDenom = "inj" + var DefaultEnableCall = true + var DefaultEnableCreate = true + var DefaultPriorityReduction = sdk.DefaultPowerReduction + var EmptyCodeHash = crypto.Keccak256(nil) + var EmptyRootHash = common.HexToHash("56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421") + 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 ErrConfigOverrides = errorsmod.Register(ModuleName, codeErrConfigOverrides, "failed to apply state override") + 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 ErrIntOverflowAccessTuple = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowChainConfig = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowLog = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowState = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTraceConfig = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTransactionLogs = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTxResult = 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 ErrInvalidLengthAccessTuple = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthChainConfig = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthLog = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthState = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTraceConfig = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTransactionLogs = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTxResult = 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 ErrUnexpectedEndOfGroupAccessTuple = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupChainConfig = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupLog = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupState = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTraceConfig = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTransactionLogs = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTxResult = 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 KeyPrefixObjectBloom = []byte + var KeyPrefixObjectGasUsed = []byte + var KeyPrefixObjectParams = []byte + var KeyPrefixParams = []byte + var KeyPrefixStorage = []byte + var ModuleCdc = codec.NewProtoCodec(codectypes.NewInterfaceRegistry()) + func AddressStoragePrefix(address common.Address) []byte + func BinSearch(lo, hi uint64, executable func(uint64) (bool, *MsgEthereumTxResponse, error)) (uint64, error) + func DecodeMsgLogsFromEvents(in []byte, events []abci.Event, msgIndex int, blockNumber uint64) ([]*ethtypes.Log, error) + func DecodeTxLogsFromEvents(in []byte, events []abci.Event, blockNumber uint64) ([]*ethtypes.Log, 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 GetBaseFee(height int64, ethCfg *params.ChainConfig, ...) *big.Int + func GetTxPriority(msg *MsgEthereumTx, baseFee *big.Int) (priority int64) + func HexAddress(a []byte) string + func IsLondon(ethConfig *params.ChainConfig, height int64) bool + func LogsToEthereum(logs []*Log) []*ethtypes.Log + func NewFirehoseCosmosLiveTracer() (*cosmostracing.Hooks, error) + func NewTracer(tracer string, msg *core.Message, rules params.Rules) *tracers.Tracer + func ObjectBloomKey(txIndex, msgIndex int) []byte + func ObjectGasUsedKey(txIndex int) []byte + func PackTxData(txData TxData) (*codectypes.Any, error) + func ParseTxLogsFromEvent(event abci.Event) ([]*ethtypes.Log, error) + func PatchTxResponses(input []*abci.ExecTxResult) []*abci.ExecTxResult + 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 + func TxLogsFromEvents(events []abci.Event, msgIndex int) ([]*ethtypes.Log, error) + func ValidateBlock(block *sdkmath.Int) error + func ValidateBool(i interface{}) error + func ValidateChainConfig(i interface{}) error + func ValidateEVMDenom(i interface{}) error + func ValidateHash(hex string) error + func ValidateTime(time *sdkmath.Int) error + type AccessList []AccessTuple + func NewAccessList(ethAccessList *ethtypes.AccessList) AccessList + func (al AccessList) ToEthAccessList() *ethtypes.AccessList + type AccessListTx struct + Accesses AccessList + Amount *cosmossdk_io_math.Int + ChainID *cosmossdk_io_math.Int + Data []byte + GasLimit uint64 + GasPrice *cosmossdk_io_math.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 + GetAllAccounts func(ctx context.Context) (accounts []sdk.AccountI) + GetModuleAddress func(moduleName string) sdk.AccAddress + GetSequence func(context.Context, sdk.AccAddress) (uint64, error) + IterateAccounts func(ctx context.Context, cb func(account sdk.AccountI) bool) + NewAccountWithAddress func(ctx context.Context, addr sdk.AccAddress) sdk.AccountI + RemoveAccount func(ctx context.Context, account sdk.AccountI) + type BankKeeper interface + BlockedAddr func(addr sdk.AccAddress) bool + BurnCoins func(ctx context.Context, moduleName string, amt sdk.Coins) error + GetBalance func(ctx context.Context, addr sdk.AccAddress, denom string) sdk.Coin + GetDenomMetaData func(ctx context.Context, denom string) (types.Metadata, bool) + GetSupply func(ctx context.Context, denom string) sdk.Coin + MintCoins func(ctx context.Context, moduleName string, amt sdk.Coins) error + SendCoinsFromAccountToModuleVirtual func(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SendCoinsFromModuleToAccountVirtual func(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SetDenomMetaData func(ctx context.Context, denomMetaData types.Metadata) + type ChainConfig struct + ArrowGlacierBlock *cosmossdk_io_math.Int + BerlinBlock *cosmossdk_io_math.Int + ByzantiumBlock *cosmossdk_io_math.Int + CancunTime *cosmossdk_io_math.Int + ConstantinopleBlock *cosmossdk_io_math.Int + DAOForkBlock *cosmossdk_io_math.Int + DAOForkSupport bool + EIP150Block *cosmossdk_io_math.Int + EIP150Hash string + EIP155Block *cosmossdk_io_math.Int + EIP158Block *cosmossdk_io_math.Int + GrayGlacierBlock *cosmossdk_io_math.Int + HomesteadBlock *cosmossdk_io_math.Int + IstanbulBlock *cosmossdk_io_math.Int + LondonBlock *cosmossdk_io_math.Int + MergeNetsplitBlock *cosmossdk_io_math.Int + MuirGlacierBlock *cosmossdk_io_math.Int + PetersburgBlock *cosmossdk_io_math.Int + PragueTime *cosmossdk_io_math.Int + ShanghaiTime *cosmossdk_io_math.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 *cosmossdk_io_math.Int + ChainID *cosmossdk_io_math.Int + Data []byte + GasFeeCap *cosmossdk_io_math.Int + GasLimit uint64 + GasTipCap *cosmossdk_io_math.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 + Ret []byte + VmError string + func (*EstimateGasResponse) Descriptor() ([]byte, []int) + func (*EstimateGasResponse) ProtoMessage() + func (m *EstimateGasResponse) GetGas() uint64 + func (m *EstimateGasResponse) GetRet() []byte + func (m *EstimateGasResponse) GetVmError() string + 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 + Overrides []byte + 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) GetOverrides() []byte + 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 EthereumTx struct + func NewEthereumTx(txData ethtypes.TxData) EthereumTx + func (tx *EthereumTx) Unmarshal(dst []byte) error + func (tx *EthereumTx) UnmarshalJSON(bz []byte) error + func (tx EthereumTx) MarshalJSON() ([]byte, error) + func (tx EthereumTx) MarshalTo(dst []byte) (int, error) + func (tx EthereumTx) Size() int + func (tx EthereumTx) Validate() 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 + 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 *cosmossdk_io_math.Int + Data []byte + GasLimit uint64 + GasPrice *cosmossdk_io_math.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 + DeprecatedFrom string + DeprecatedHash string + From []byte + Raw EthereumTx + 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 NewTxWithData(txData ethtypes.TxData) *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) AsMessage(baseFee *big.Int) *core.Message + func (msg *MsgEthereumTx) AsTransaction() *ethtypes.Transaction + func (msg *MsgEthereumTx) BuildTx(b client.TxBuilder, evmDenom string) (authsigning.Tx, error) + func (msg *MsgEthereumTx) FromEthereumTx(tx *ethtypes.Transaction) + func (msg *MsgEthereumTx) FromSignedEthereumTx(tx *ethtypes.Transaction, signer ethtypes.Signer) error + func (msg *MsgEthereumTx) GetFrom() sdk.AccAddress + func (msg *MsgEthereumTx) GetMsgs() []sdk.Msg + func (msg *MsgEthereumTx) GetMsgsV2() ([]proto.Message, error) + func (msg *MsgEthereumTx) GetSender() common.Address + func (msg *MsgEthereumTx) GetSenderLegacy(signer ethtypes.Signer) (common.Address, error) + func (msg *MsgEthereumTx) Hash() common.Hash + func (msg *MsgEthereumTx) Sign(ethSigner ethtypes.Signer, keyringSigner keyring.Signer) error + func (msg *MsgEthereumTx) UnmarshalBinary(b []byte, signer ethtypes.Signer) error + func (msg *MsgEthereumTx) VerifySender(signer ethtypes.Signer) error + func (msg MsgEthereumTx) GetEffectiveFee(baseFee *big.Int) *big.Int + func (msg MsgEthereumTx) GetEffectiveGasPrice(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 + BlockHash []byte + GasUsed uint64 + Hash string + Logs []*Log + Ret []byte + VmError string + func DecodeTxResponse(in []byte) (*MsgEthereumTxResponse, error) + func DecodeTxResponses(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 + 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 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) 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 *cosmossdk_io_math.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) + TraceCall func(ctx context.Context, in *QueryTraceCallRequest, opts ...grpc.CallOption) (*QueryTraceCallResponse, 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) + TraceCall func(context.Context, *QueryTraceCallRequest) (*QueryTraceCallResponse, 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 QueryTraceCallRequest struct + Args []byte + BlockHash string + BlockNumber int64 + BlockTime time.Time + ChainId int64 + GasCap uint64 + ProposerAddress github_com_cosmos_cosmos_sdk_types.ConsAddress + TraceConfig *TraceConfig + func (*QueryTraceCallRequest) Descriptor() ([]byte, []int) + func (*QueryTraceCallRequest) ProtoMessage() + func (m *QueryTraceCallRequest) GetArgs() []byte + func (m *QueryTraceCallRequest) GetBlockHash() string + func (m *QueryTraceCallRequest) GetBlockNumber() int64 + func (m *QueryTraceCallRequest) GetBlockTime() time.Time + func (m *QueryTraceCallRequest) GetChainId() int64 + func (m *QueryTraceCallRequest) GetGasCap() uint64 + func (m *QueryTraceCallRequest) GetProposerAddress() github_com_cosmos_cosmos_sdk_types.ConsAddress + func (m *QueryTraceCallRequest) GetTraceConfig() *TraceConfig + func (m *QueryTraceCallRequest) Marshal() (dAtA []byte, err error) + func (m *QueryTraceCallRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceCallRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceCallRequest) Reset() + func (m *QueryTraceCallRequest) Size() (n int) + func (m *QueryTraceCallRequest) String() string + func (m *QueryTraceCallRequest) Unmarshal(dAtA []byte) error + func (m *QueryTraceCallRequest) XXX_DiscardUnknown() + func (m *QueryTraceCallRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceCallRequest) XXX_Merge(src proto.Message) + func (m *QueryTraceCallRequest) XXX_Size() int + func (m *QueryTraceCallRequest) XXX_Unmarshal(b []byte) error + type QueryTraceCallResponse struct + Data []byte + func (*QueryTraceCallResponse) Descriptor() ([]byte, []int) + func (*QueryTraceCallResponse) ProtoMessage() + func (m *QueryTraceCallResponse) GetData() []byte + func (m *QueryTraceCallResponse) Marshal() (dAtA []byte, err error) + func (m *QueryTraceCallResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryTraceCallResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryTraceCallResponse) Reset() + func (m *QueryTraceCallResponse) Size() (n int) + func (m *QueryTraceCallResponse) String() string + func (m *QueryTraceCallResponse) Unmarshal(dAtA []byte) error + func (m *QueryTraceCallResponse) XXX_DiscardUnknown() + func (m *QueryTraceCallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryTraceCallResponse) XXX_Merge(src proto.Message) + func (m *QueryTraceCallResponse) XXX_Size() int + func (m *QueryTraceCallResponse) 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 context.Context, height int64) (stakingtypes.HistoricalInfo, error) + GetValidatorByConsAddr func(ctx context.Context, consAddr sdk.ConsAddress) (validator stakingtypes.Validator, err error) + 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 + BlockOverrides []byte + Debug bool + DisableStack bool + DisableStorage bool + EnableMemory bool + EnableReturnData bool + Limit int32 + Overrides *ChainConfig + Reexec uint64 + StateOverrides []byte + Timeout string + Tracer string + TracerJsonConfig string + func (*TraceConfig) Descriptor() ([]byte, []int) + func (*TraceConfig) ProtoMessage() + func (m *TraceConfig) GetBlockOverrides() []byte + 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) GetStateOverrides() []byte + 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 *types.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) (*core.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) TraceCall(ctx context.Context, req *QueryTraceCallRequest) (*QueryTraceCallResponse, error) + func (*UnimplementedQueryServer) TraceTx(ctx context.Context, req *QueryTraceTxRequest) (*QueryTraceTxResponse, error) + func (*UnimplementedQueryServer) ValidatorAccount(ctx context.Context, req *QueryValidatorAccountRequest) (*QueryValidatorAccountResponse, error) + type VmError interface + Cause func() error + Error func() string + Reason func() string + Ret func() []byte + String func() string + VmError func() string + func NewVmErrorWithRet(vmErr string, ret []byte, hash string, gasUsed uint64) VmError