Versions in this module Expand all Collapse all v1 v1.0.3 Sep 2, 2024 v1.0.2 Sep 2, 2024 v1.0.1 Sep 2, 2024 Changes in this version + const EthSecp256k1Type + const KeyType + const PrivKeyName + const PrivKeySize + const PubKeyName + const PubKeySize + var ErrIntOverflowAccount = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvm = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowKeys = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthAccount = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvm = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthKeys = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupAccount = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvm = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupKeys = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var EthSecp256k1 = ethSecp256k1Algo + var ParamStoreKeyEVMDenom = []byte("EVMDenom") + var ParamStoreKeyEnableCall = []byte("EnableCall") + var ParamStoreKeyEnableCreate = []byte("EnableCreate") + var ParamStoreKeyExtraEIPs = []byte("EnableExtraEIPs") + var SupportedAlgorithms = keyring.SigningAlgoList + var SupportedAlgorithmsLedger = keyring.SigningAlgoList + func EthSecp256k1Option() keyring.Option + func ParamKeyTable() paramtypes.KeyTable + func RegisterInterfaces(registry codectypes.InterfaceRegistry) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + type BytesList struct + Bytes [][]byte + func (*BytesList) Descriptor() ([]byte, []int) + func (*BytesList) ProtoMessage() + func (m *BytesList) Marshal() (dAtA []byte, err error) + func (m *BytesList) MarshalTo(dAtA []byte) (int, error) + func (m *BytesList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BytesList) Reset() + func (m *BytesList) Size() (n int) + func (m *BytesList) String() string + func (m *BytesList) Unmarshal(dAtA []byte) error + func (m *BytesList) XXX_DiscardUnknown() + func (m *BytesList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BytesList) XXX_Merge(src proto.Message) + func (m *BytesList) XXX_Size() int + func (m *BytesList) XXX_Unmarshal(b []byte) error + type ChainConfig struct + ByzantiumBlock 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 + EWASMBlock github_com_cosmos_cosmos_sdk_types.Int + HomesteadBlock github_com_cosmos_cosmos_sdk_types.Int + IstanbulBlock github_com_cosmos_cosmos_sdk_types.Int + MuirGlacierBlock github_com_cosmos_cosmos_sdk_types.Int + PetersburgBlock github_com_cosmos_cosmos_sdk_types.Int + YoloV2Block github_com_cosmos_cosmos_sdk_types.Int + func (*ChainConfig) Descriptor() ([]byte, []int) + func (*ChainConfig) ProtoMessage() + 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 EIP155Signer struct + func (*EIP155Signer) Descriptor() ([]byte, []int) + func (*EIP155Signer) ProtoMessage() + func (m *EIP155Signer) Marshal() (dAtA []byte, err error) + func (m *EIP155Signer) MarshalTo(dAtA []byte) (int, error) + func (m *EIP155Signer) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EIP155Signer) Reset() + func (m *EIP155Signer) Size() (n int) + func (m *EIP155Signer) String() string + func (m *EIP155Signer) Unmarshal(dAtA []byte) error + func (m *EIP155Signer) XXX_DiscardUnknown() + func (m *EIP155Signer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EIP155Signer) XXX_Merge(src proto.Message) + func (m *EIP155Signer) XXX_Size() int + func (m *EIP155Signer) XXX_Unmarshal(b []byte) error + type EthAccount struct + CodeHash []byte + func (*EthAccount) Descriptor() ([]byte, []int) + func (*EthAccount) ProtoMessage() + func (m *EthAccount) Marshal() (dAtA []byte, err error) + func (m *EthAccount) MarshalTo(dAtA []byte) (int, error) + func (m *EthAccount) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EthAccount) Reset() + func (m *EthAccount) Size() (n int) + func (m *EthAccount) Unmarshal(dAtA []byte) error + func (m *EthAccount) XXX_DiscardUnknown() + func (m *EthAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthAccount) XXX_Merge(src proto.Message) + func (m *EthAccount) XXX_Size() int + func (m *EthAccount) XXX_Unmarshal(b []byte) 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 ExtensionOptionsWeb3Tx struct + TypedDataChainID uint64 + func (*ExtensionOptionsWeb3Tx) Descriptor() ([]byte, []int) + func (*ExtensionOptionsWeb3Tx) ProtoMessage() + func (m *ExtensionOptionsWeb3Tx) Marshal() (dAtA []byte, err error) + func (m *ExtensionOptionsWeb3Tx) MarshalTo(dAtA []byte) (int, error) + func (m *ExtensionOptionsWeb3Tx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ExtensionOptionsWeb3Tx) Reset() + func (m *ExtensionOptionsWeb3Tx) Size() (n int) + func (m *ExtensionOptionsWeb3Tx) String() string + func (m *ExtensionOptionsWeb3Tx) Unmarshal(dAtA []byte) error + func (m *ExtensionOptionsWeb3Tx) XXX_DiscardUnknown() + func (m *ExtensionOptionsWeb3Tx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExtensionOptionsWeb3Tx) XXX_Merge(src proto.Message) + func (m *ExtensionOptionsWeb3Tx) XXX_Size() int + func (m *ExtensionOptionsWeb3Tx) XXX_Unmarshal(b []byte) error + type ExtensionOptionsWeb3TxI interface + type Log struct + Address string + BlockHash string + BlockNumber uint64 + Data []byte + Index uint64 + Removed bool + Topics []string + TxHash string + TxIndex uint64 + func (*Log) Descriptor() ([]byte, []int) + func (*Log) ProtoMessage() + 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) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgEthereumTx struct + Data *TxData + From *SigCache + Size_ float64 + 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 + type MsgEthereumTxResponse struct + Bloom []byte + ContractAddress string + Ret []byte + Reverted bool + TxLogs TransactionLogs + func (*MsgEthereumTxResponse) Descriptor() ([]byte, []int) + func (*MsgEthereumTxResponse) ProtoMessage() + 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) 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) + type Params struct + EnableCall bool + EnableCreate bool + EvmDenom string + ExtraEIPs []int64 + func DefaultParams() Params + func NewParams(evmDenom string, enableCreate, enableCall bool, extraEIPs ...int64) Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + 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) 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) String() string + func (p Params) Validate() error + type PrivKey struct + Key []byte + func GenerateKey() (*PrivKey, error) + func (*PrivKey) Descriptor() ([]byte, []int) + func (*PrivKey) ProtoMessage() + func (m *PrivKey) GetKey() []byte + func (m *PrivKey) Marshal() (dAtA []byte, err error) + func (m *PrivKey) MarshalTo(dAtA []byte) (int, error) + func (m *PrivKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PrivKey) Reset() + func (m *PrivKey) Size() (n int) + func (m *PrivKey) String() string + func (m *PrivKey) Unmarshal(dAtA []byte) error + func (m *PrivKey) XXX_DiscardUnknown() + func (m *PrivKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PrivKey) XXX_Merge(src proto.Message) + func (m *PrivKey) XXX_Size() int + func (m *PrivKey) XXX_Unmarshal(b []byte) error + func (privKey *PrivKey) Bytes() []byte + func (privKey *PrivKey) Equals(other cryptotypes.LedgerPrivKey) bool + func (privKey *PrivKey) Type() string + func (privKey *PrivKey) UnmarshalAmino(bz []byte) error + func (privKey *PrivKey) UnmarshalAminoJSON(bz []byte) error + func (privKey PrivKey) MarshalAmino() ([]byte, error) + func (privKey PrivKey) MarshalAminoJSON() ([]byte, error) + func (privKey PrivKey) PubKey() cryptotypes.PubKey + func (privKey PrivKey) Sign(msg []byte) ([]byte, error) + func (privKey PrivKey) ToECDSA() *ecdsa.PrivateKey + type PubKey struct + Key []byte + func (*PubKey) Descriptor() ([]byte, []int) + func (*PubKey) ProtoMessage() + func (m *PubKey) GetKey() []byte + func (m *PubKey) Marshal() (dAtA []byte, err error) + func (m *PubKey) MarshalTo(dAtA []byte) (int, error) + func (m *PubKey) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PubKey) Reset() + func (m *PubKey) Size() (n int) + func (m *PubKey) Unmarshal(dAtA []byte) error + func (m *PubKey) XXX_DiscardUnknown() + func (m *PubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PubKey) XXX_Merge(src proto.Message) + func (m *PubKey) XXX_Size() int + func (m *PubKey) XXX_Unmarshal(b []byte) error + func (pubKey *PubKey) Equals(other cryptotypes.PubKey) bool + func (pubKey *PubKey) String() string + func (pubKey *PubKey) Type() string + func (pubKey *PubKey) UnmarshalAmino(bz []byte) error + func (pubKey *PubKey) UnmarshalAminoJSON(bz []byte) error + func (pubKey PubKey) Address() tmcrypto.Address + func (pubKey PubKey) Bytes() []byte + func (pubKey PubKey) MarshalAmino() ([]byte, error) + func (pubKey PubKey) MarshalAminoJSON() ([]byte, error) + func (pubKey PubKey) VerifySignature(msg []byte, sig []byte) bool + type SigCache struct + Address []byte + Signer *EIP155Signer + func (*SigCache) Descriptor() ([]byte, []int) + func (*SigCache) ProtoMessage() + func (m *SigCache) Marshal() (dAtA []byte, err error) + func (m *SigCache) MarshalTo(dAtA []byte) (int, error) + func (m *SigCache) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *SigCache) Reset() + func (m *SigCache) Size() (n int) + func (m *SigCache) String() string + func (m *SigCache) Unmarshal(dAtA []byte) error + func (m *SigCache) XXX_DiscardUnknown() + func (m *SigCache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SigCache) XXX_Merge(src proto.Message) + func (m *SigCache) XXX_Size() int + func (m *SigCache) XXX_Unmarshal(b []byte) error + type State struct + Key string + Value string + 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 + type TransactionLogs struct + Hash string + Logs []*Log + 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 + type TxData struct + AccountNonce uint64 + Amount []byte + GasLimit uint64 + Hash string + Payload []byte + Price []byte + R []byte + Recipient []byte + S []byte + V []byte + func (*TxData) Descriptor() ([]byte, []int) + func (*TxData) ProtoMessage() + func (m *TxData) Marshal() (dAtA []byte, err error) + func (m *TxData) MarshalTo(dAtA []byte) (int, error) + func (m *TxData) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxData) Reset() + func (m *TxData) Size() (n int) + func (m *TxData) String() string + func (m *TxData) Unmarshal(dAtA []byte) error + func (m *TxData) XXX_DiscardUnknown() + func (m *TxData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxData) XXX_Merge(src proto.Message) + func (m *TxData) XXX_Size() int + func (m *TxData) XXX_Unmarshal(b []byte) error + type TxReceipt struct + BlockHash []byte + BlockHeight uint64 + Data *TxData + From []byte + Hash []byte + Index uint64 + Result *TxResult + func (*TxReceipt) Descriptor() ([]byte, []int) + func (*TxReceipt) ProtoMessage() + func (m *TxReceipt) Marshal() (dAtA []byte, err error) + func (m *TxReceipt) MarshalTo(dAtA []byte) (int, error) + func (m *TxReceipt) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxReceipt) Reset() + func (m *TxReceipt) Size() (n int) + func (m *TxReceipt) String() string + func (m *TxReceipt) Unmarshal(dAtA []byte) error + func (m *TxReceipt) XXX_DiscardUnknown() + func (m *TxReceipt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxReceipt) XXX_Merge(src proto.Message) + func (m *TxReceipt) XXX_Size() int + func (m *TxReceipt) XXX_Unmarshal(b []byte) 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 UnimplementedMsgServer struct + func (*UnimplementedMsgServer) EthereumTx(ctx context.Context, req *MsgEthereumTx) (*MsgEthereumTxResponse, error)