Documentation ¶
Index ¶
- Constants
- Variables
- func EthereumAddrLessThan(e, o string) bool
- func EventVoteRecordPowerThreshold(totalPower sdk.Int) sdk.Int
- func GravityDenomToERC20(denom string) (string, error)
- func MakeBatchTxKey(addr common.Address, nonce uint64) []byte
- func MakeContractCallTxKey(invalscope []byte, invalnonce uint64) []byte
- func MakeDenomToERC20Key(denom string) []byte
- func MakeERC20ToDenomKey(erc20 string) []byte
- func MakeEthereumEventVoteRecordKey(eventNonce uint64, claimHash []byte) []byte
- func MakeEthereumOrchestratorAddressKey(eth common.Address) []byte
- func MakeEthereumSignatureKey(storeIndex []byte, validator sdk.ValAddress) []byte
- func MakeLastEventNonceByValidatorKey(validator sdk.ValAddress) []byte
- func MakeOrchestratorValidatorAddressKey(orc sdk.AccAddress) []byte
- func MakeOutgoingTxKey(storeIndex []byte) []byte
- func MakeSendToEthereumKey(id uint64, fee ERC20Token) []byte
- func MakeSignerSetTxKey(nonce uint64) []byte
- func MakeValidatorEthereumAddressKey(validator sdk.ValAddress) []byte
- func NewEthereumSignature(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error)
- func PackConfirmation(confirmation EthereumTxConfirmation) (*types.Any, error)
- func PackEvent(event EthereumEvent) (*types.Any, error)
- func PackOutgoingTx(outgoing OutgoingTx) (*types.Any, error)
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func ValidateEthereumSignature(hash []byte, signature []byte, ethAddress common.Address) error
- type AccountKeeper
- type BankKeeper
- type BatchExecutedEvent
- func (*BatchExecutedEvent) Descriptor() ([]byte, []int)
- func (m *BatchExecutedEvent) GetBatchNonce() uint64
- func (m *BatchExecutedEvent) GetEthereumHeight() uint64
- func (m *BatchExecutedEvent) GetEventNonce() uint64
- func (m *BatchExecutedEvent) GetTokenContract() string
- func (bee *BatchExecutedEvent) Hash() tmbytes.HexBytes
- func (m *BatchExecutedEvent) Marshal() (dAtA []byte, err error)
- func (m *BatchExecutedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchExecutedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchExecutedEvent) ProtoMessage()
- func (m *BatchExecutedEvent) Reset()
- func (m *BatchExecutedEvent) Size() (n int)
- func (m *BatchExecutedEvent) String() string
- func (m *BatchExecutedEvent) Unmarshal(dAtA []byte) error
- func (bee *BatchExecutedEvent) Validate() error
- func (m *BatchExecutedEvent) XXX_DiscardUnknown()
- func (m *BatchExecutedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchExecutedEvent) XXX_Merge(src proto.Message)
- func (m *BatchExecutedEvent) XXX_Size() int
- func (m *BatchExecutedEvent) XXX_Unmarshal(b []byte) error
- type BatchTx
- func (*BatchTx) Descriptor() ([]byte, []int)
- func (m *BatchTx) GetBatchNonce() uint64
- func (b BatchTx) GetCheckpoint(gravityID []byte) []byte
- func (btx *BatchTx) GetCosmosHeight() uint64
- func (b BatchTx) GetFees() sdk.Int
- func (m *BatchTx) GetHeight() uint64
- func (btx *BatchTx) GetStoreIndex() []byte
- func (m *BatchTx) GetTimeout() uint64
- func (m *BatchTx) GetTokenContract() string
- func (m *BatchTx) GetTransactions() []*SendToEthereum
- func (m *BatchTx) Marshal() (dAtA []byte, err error)
- func (m *BatchTx) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTx) ProtoMessage()
- func (m *BatchTx) Reset()
- func (m *BatchTx) Size() (n int)
- func (m *BatchTx) String() string
- func (m *BatchTx) Unmarshal(dAtA []byte) error
- func (m *BatchTx) XXX_DiscardUnknown()
- func (m *BatchTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTx) XXX_Merge(src proto.Message)
- func (m *BatchTx) XXX_Size() int
- func (m *BatchTx) XXX_Unmarshal(b []byte) error
- type BatchTxConfirmation
- func (*BatchTxConfirmation) Descriptor() ([]byte, []int)
- func (m *BatchTxConfirmation) GetBatchNonce() uint64
- func (m *BatchTxConfirmation) GetEthereumSigner() string
- func (m *BatchTxConfirmation) GetSignature() []byte
- func (u *BatchTxConfirmation) GetSigner() common.Address
- func (btx *BatchTxConfirmation) GetStoreIndex() []byte
- func (m *BatchTxConfirmation) GetTokenContract() string
- func (m *BatchTxConfirmation) Marshal() (dAtA []byte, err error)
- func (m *BatchTxConfirmation) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxConfirmation) ProtoMessage()
- func (m *BatchTxConfirmation) Reset()
- func (m *BatchTxConfirmation) Size() (n int)
- func (m *BatchTxConfirmation) String() string
- func (m *BatchTxConfirmation) Unmarshal(dAtA []byte) error
- func (u *BatchTxConfirmation) Validate() error
- func (m *BatchTxConfirmation) XXX_DiscardUnknown()
- func (m *BatchTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxConfirmation) XXX_Merge(src proto.Message)
- func (m *BatchTxConfirmation) XXX_Size() int
- func (m *BatchTxConfirmation) XXX_Unmarshal(b []byte) error
- type BatchTxConfirmationsRequest
- func (*BatchTxConfirmationsRequest) Descriptor() ([]byte, []int)
- func (m *BatchTxConfirmationsRequest) GetBatchNonce() uint64
- func (m *BatchTxConfirmationsRequest) GetTokenContract() string
- func (m *BatchTxConfirmationsRequest) Marshal() (dAtA []byte, err error)
- func (m *BatchTxConfirmationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxConfirmationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxConfirmationsRequest) ProtoMessage()
- func (m *BatchTxConfirmationsRequest) Reset()
- func (m *BatchTxConfirmationsRequest) Size() (n int)
- func (m *BatchTxConfirmationsRequest) String() string
- func (m *BatchTxConfirmationsRequest) Unmarshal(dAtA []byte) error
- func (m *BatchTxConfirmationsRequest) XXX_DiscardUnknown()
- func (m *BatchTxConfirmationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxConfirmationsRequest) XXX_Merge(src proto.Message)
- func (m *BatchTxConfirmationsRequest) XXX_Size() int
- func (m *BatchTxConfirmationsRequest) XXX_Unmarshal(b []byte) error
- type BatchTxConfirmationsResponse
- func (*BatchTxConfirmationsResponse) Descriptor() ([]byte, []int)
- func (m *BatchTxConfirmationsResponse) GetSignatures() []*BatchTxConfirmation
- func (m *BatchTxConfirmationsResponse) Marshal() (dAtA []byte, err error)
- func (m *BatchTxConfirmationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxConfirmationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxConfirmationsResponse) ProtoMessage()
- func (m *BatchTxConfirmationsResponse) Reset()
- func (m *BatchTxConfirmationsResponse) Size() (n int)
- func (m *BatchTxConfirmationsResponse) String() string
- func (m *BatchTxConfirmationsResponse) Unmarshal(dAtA []byte) error
- func (m *BatchTxConfirmationsResponse) XXX_DiscardUnknown()
- func (m *BatchTxConfirmationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxConfirmationsResponse) XXX_Merge(src proto.Message)
- func (m *BatchTxConfirmationsResponse) XXX_Size() int
- func (m *BatchTxConfirmationsResponse) XXX_Unmarshal(b []byte) error
- type BatchTxFeesRequest
- func (*BatchTxFeesRequest) Descriptor() ([]byte, []int)
- func (m *BatchTxFeesRequest) Marshal() (dAtA []byte, err error)
- func (m *BatchTxFeesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxFeesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxFeesRequest) ProtoMessage()
- func (m *BatchTxFeesRequest) Reset()
- func (m *BatchTxFeesRequest) Size() (n int)
- func (m *BatchTxFeesRequest) String() string
- func (m *BatchTxFeesRequest) Unmarshal(dAtA []byte) error
- func (m *BatchTxFeesRequest) XXX_DiscardUnknown()
- func (m *BatchTxFeesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxFeesRequest) XXX_Merge(src proto.Message)
- func (m *BatchTxFeesRequest) XXX_Size() int
- func (m *BatchTxFeesRequest) XXX_Unmarshal(b []byte) error
- type BatchTxFeesResponse
- func (*BatchTxFeesResponse) Descriptor() ([]byte, []int)
- func (m *BatchTxFeesResponse) GetFees() github_com_cosmos_cosmos_sdk_types.Coins
- func (m *BatchTxFeesResponse) Marshal() (dAtA []byte, err error)
- func (m *BatchTxFeesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxFeesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxFeesResponse) ProtoMessage()
- func (m *BatchTxFeesResponse) Reset()
- func (m *BatchTxFeesResponse) Size() (n int)
- func (m *BatchTxFeesResponse) String() string
- func (m *BatchTxFeesResponse) Unmarshal(dAtA []byte) error
- func (m *BatchTxFeesResponse) XXX_DiscardUnknown()
- func (m *BatchTxFeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxFeesResponse) XXX_Merge(src proto.Message)
- func (m *BatchTxFeesResponse) XXX_Size() int
- func (m *BatchTxFeesResponse) XXX_Unmarshal(b []byte) error
- type BatchTxRequest
- func (*BatchTxRequest) Descriptor() ([]byte, []int)
- func (m *BatchTxRequest) GetBatchNonce() uint64
- func (m *BatchTxRequest) GetTokenContract() string
- func (m *BatchTxRequest) Marshal() (dAtA []byte, err error)
- func (m *BatchTxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxRequest) ProtoMessage()
- func (m *BatchTxRequest) Reset()
- func (m *BatchTxRequest) Size() (n int)
- func (m *BatchTxRequest) String() string
- func (m *BatchTxRequest) Unmarshal(dAtA []byte) error
- func (m *BatchTxRequest) XXX_DiscardUnknown()
- func (m *BatchTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxRequest) XXX_Merge(src proto.Message)
- func (m *BatchTxRequest) XXX_Size() int
- func (m *BatchTxRequest) XXX_Unmarshal(b []byte) error
- type BatchTxResponse
- func (*BatchTxResponse) Descriptor() ([]byte, []int)
- func (m *BatchTxResponse) GetBatch() *BatchTx
- func (m *BatchTxResponse) Marshal() (dAtA []byte, err error)
- func (m *BatchTxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxResponse) ProtoMessage()
- func (m *BatchTxResponse) Reset()
- func (m *BatchTxResponse) Size() (n int)
- func (m *BatchTxResponse) String() string
- func (m *BatchTxResponse) Unmarshal(dAtA []byte) error
- func (m *BatchTxResponse) XXX_DiscardUnknown()
- func (m *BatchTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxResponse) XXX_Merge(src proto.Message)
- func (m *BatchTxResponse) XXX_Size() int
- func (m *BatchTxResponse) XXX_Unmarshal(b []byte) error
- type BatchTxsRequest
- func (*BatchTxsRequest) Descriptor() ([]byte, []int)
- func (m *BatchTxsRequest) GetPagination() *query.PageRequest
- func (m *BatchTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *BatchTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxsRequest) ProtoMessage()
- func (m *BatchTxsRequest) Reset()
- func (m *BatchTxsRequest) Size() (n int)
- func (m *BatchTxsRequest) String() string
- func (m *BatchTxsRequest) Unmarshal(dAtA []byte) error
- func (m *BatchTxsRequest) XXX_DiscardUnknown()
- func (m *BatchTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxsRequest) XXX_Merge(src proto.Message)
- func (m *BatchTxsRequest) XXX_Size() int
- func (m *BatchTxsRequest) XXX_Unmarshal(b []byte) error
- type BatchTxsResponse
- func (*BatchTxsResponse) Descriptor() ([]byte, []int)
- func (m *BatchTxsResponse) GetBatches() []*BatchTx
- func (m *BatchTxsResponse) GetPagination() *query.PageResponse
- func (m *BatchTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *BatchTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchTxsResponse) ProtoMessage()
- func (m *BatchTxsResponse) Reset()
- func (m *BatchTxsResponse) Size() (n int)
- func (m *BatchTxsResponse) String() string
- func (m *BatchTxsResponse) Unmarshal(dAtA []byte) error
- func (m *BatchTxsResponse) XXX_DiscardUnknown()
- func (m *BatchTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchTxsResponse) XXX_Merge(src proto.Message)
- func (m *BatchTxsResponse) XXX_Size() int
- func (m *BatchTxsResponse) XXX_Unmarshal(b []byte) error
- type BatchedSendToEthereumsRequest
- func (*BatchedSendToEthereumsRequest) Descriptor() ([]byte, []int)
- func (m *BatchedSendToEthereumsRequest) GetSenderAddress() string
- func (m *BatchedSendToEthereumsRequest) Marshal() (dAtA []byte, err error)
- func (m *BatchedSendToEthereumsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchedSendToEthereumsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchedSendToEthereumsRequest) ProtoMessage()
- func (m *BatchedSendToEthereumsRequest) Reset()
- func (m *BatchedSendToEthereumsRequest) Size() (n int)
- func (m *BatchedSendToEthereumsRequest) String() string
- func (m *BatchedSendToEthereumsRequest) Unmarshal(dAtA []byte) error
- func (m *BatchedSendToEthereumsRequest) XXX_DiscardUnknown()
- func (m *BatchedSendToEthereumsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchedSendToEthereumsRequest) XXX_Merge(src proto.Message)
- func (m *BatchedSendToEthereumsRequest) XXX_Size() int
- func (m *BatchedSendToEthereumsRequest) XXX_Unmarshal(b []byte) error
- type BatchedSendToEthereumsResponse
- func (*BatchedSendToEthereumsResponse) Descriptor() ([]byte, []int)
- func (m *BatchedSendToEthereumsResponse) GetSendToEthereums() []*SendToEthereum
- func (m *BatchedSendToEthereumsResponse) Marshal() (dAtA []byte, err error)
- func (m *BatchedSendToEthereumsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchedSendToEthereumsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchedSendToEthereumsResponse) ProtoMessage()
- func (m *BatchedSendToEthereumsResponse) Reset()
- func (m *BatchedSendToEthereumsResponse) Size() (n int)
- func (m *BatchedSendToEthereumsResponse) String() string
- func (m *BatchedSendToEthereumsResponse) Unmarshal(dAtA []byte) error
- func (m *BatchedSendToEthereumsResponse) XXX_DiscardUnknown()
- func (m *BatchedSendToEthereumsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchedSendToEthereumsResponse) XXX_Merge(src proto.Message)
- func (m *BatchedSendToEthereumsResponse) XXX_Size() int
- func (m *BatchedSendToEthereumsResponse) XXX_Unmarshal(b []byte) error
- type ContractCallExecutedEvent
- func (*ContractCallExecutedEvent) Descriptor() ([]byte, []int)
- func (m *ContractCallExecutedEvent) GetEthereumHeight() uint64
- func (m *ContractCallExecutedEvent) GetEventNonce() uint64
- func (m *ContractCallExecutedEvent) GetInvalidationNonce() uint64
- func (m *ContractCallExecutedEvent) GetInvalidationScope() github_com_tendermint_tendermint_libs_bytes.HexBytes
- func (ccee *ContractCallExecutedEvent) Hash() tmbytes.HexBytes
- func (m *ContractCallExecutedEvent) Marshal() (dAtA []byte, err error)
- func (m *ContractCallExecutedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallExecutedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallExecutedEvent) ProtoMessage()
- func (m *ContractCallExecutedEvent) Reset()
- func (m *ContractCallExecutedEvent) Size() (n int)
- func (m *ContractCallExecutedEvent) String() string
- func (m *ContractCallExecutedEvent) Unmarshal(dAtA []byte) error
- func (ccee *ContractCallExecutedEvent) Validate() error
- func (m *ContractCallExecutedEvent) XXX_DiscardUnknown()
- func (m *ContractCallExecutedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallExecutedEvent) XXX_Merge(src proto.Message)
- func (m *ContractCallExecutedEvent) XXX_Size() int
- func (m *ContractCallExecutedEvent) XXX_Unmarshal(b []byte) error
- type ContractCallTx
- func (*ContractCallTx) Descriptor() ([]byte, []int)
- func (m *ContractCallTx) GetAddress() string
- func (c ContractCallTx) GetCheckpoint(gravityID []byte) []byte
- func (cctx *ContractCallTx) GetCosmosHeight() uint64
- func (m *ContractCallTx) GetFees() []ERC20Token
- func (m *ContractCallTx) GetHeight() uint64
- func (m *ContractCallTx) GetInvalidationNonce() uint64
- func (m *ContractCallTx) GetInvalidationScope() github_com_tendermint_tendermint_libs_bytes.HexBytes
- func (m *ContractCallTx) GetPayload() []byte
- func (cctx *ContractCallTx) GetStoreIndex() []byte
- func (m *ContractCallTx) GetTimeout() uint64
- func (m *ContractCallTx) GetTokens() []ERC20Token
- func (m *ContractCallTx) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTx) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTx) ProtoMessage()
- func (m *ContractCallTx) Reset()
- func (m *ContractCallTx) Size() (n int)
- func (m *ContractCallTx) String() string
- func (m *ContractCallTx) Unmarshal(dAtA []byte) error
- func (m *ContractCallTx) XXX_DiscardUnknown()
- func (m *ContractCallTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTx) XXX_Merge(src proto.Message)
- func (m *ContractCallTx) XXX_Size() int
- func (m *ContractCallTx) XXX_Unmarshal(b []byte) error
- type ContractCallTxConfirmation
- func (*ContractCallTxConfirmation) Descriptor() ([]byte, []int)
- func (m *ContractCallTxConfirmation) GetEthereumSigner() string
- func (m *ContractCallTxConfirmation) GetInvalidationNonce() uint64
- func (m *ContractCallTxConfirmation) GetInvalidationScope() []byte
- func (m *ContractCallTxConfirmation) GetSignature() []byte
- func (u *ContractCallTxConfirmation) GetSigner() common.Address
- func (cctx *ContractCallTxConfirmation) GetStoreIndex() []byte
- func (m *ContractCallTxConfirmation) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxConfirmation) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxConfirmation) ProtoMessage()
- func (m *ContractCallTxConfirmation) Reset()
- func (m *ContractCallTxConfirmation) Size() (n int)
- func (m *ContractCallTxConfirmation) String() string
- func (m *ContractCallTxConfirmation) Unmarshal(dAtA []byte) error
- func (u *ContractCallTxConfirmation) Validate() error
- func (m *ContractCallTxConfirmation) XXX_DiscardUnknown()
- func (m *ContractCallTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxConfirmation) XXX_Merge(src proto.Message)
- func (m *ContractCallTxConfirmation) XXX_Size() int
- func (m *ContractCallTxConfirmation) XXX_Unmarshal(b []byte) error
- type ContractCallTxConfirmationsRequest
- func (*ContractCallTxConfirmationsRequest) Descriptor() ([]byte, []int)
- func (m *ContractCallTxConfirmationsRequest) GetInvalidationNonce() uint64
- func (m *ContractCallTxConfirmationsRequest) GetInvalidationScope() []byte
- func (m *ContractCallTxConfirmationsRequest) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxConfirmationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxConfirmationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxConfirmationsRequest) ProtoMessage()
- func (m *ContractCallTxConfirmationsRequest) Reset()
- func (m *ContractCallTxConfirmationsRequest) Size() (n int)
- func (m *ContractCallTxConfirmationsRequest) String() string
- func (m *ContractCallTxConfirmationsRequest) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxConfirmationsRequest) XXX_DiscardUnknown()
- func (m *ContractCallTxConfirmationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxConfirmationsRequest) XXX_Merge(src proto.Message)
- func (m *ContractCallTxConfirmationsRequest) XXX_Size() int
- func (m *ContractCallTxConfirmationsRequest) XXX_Unmarshal(b []byte) error
- type ContractCallTxConfirmationsResponse
- func (*ContractCallTxConfirmationsResponse) Descriptor() ([]byte, []int)
- func (m *ContractCallTxConfirmationsResponse) GetSignatures() []*ContractCallTxConfirmation
- func (m *ContractCallTxConfirmationsResponse) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxConfirmationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxConfirmationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxConfirmationsResponse) ProtoMessage()
- func (m *ContractCallTxConfirmationsResponse) Reset()
- func (m *ContractCallTxConfirmationsResponse) Size() (n int)
- func (m *ContractCallTxConfirmationsResponse) String() string
- func (m *ContractCallTxConfirmationsResponse) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxConfirmationsResponse) XXX_DiscardUnknown()
- func (m *ContractCallTxConfirmationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxConfirmationsResponse) XXX_Merge(src proto.Message)
- func (m *ContractCallTxConfirmationsResponse) XXX_Size() int
- func (m *ContractCallTxConfirmationsResponse) XXX_Unmarshal(b []byte) error
- type ContractCallTxRequest
- func (*ContractCallTxRequest) Descriptor() ([]byte, []int)
- func (m *ContractCallTxRequest) GetInvalidationNonce() uint64
- func (m *ContractCallTxRequest) GetInvalidationScope() []byte
- func (m *ContractCallTxRequest) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxRequest) ProtoMessage()
- func (m *ContractCallTxRequest) Reset()
- func (m *ContractCallTxRequest) Size() (n int)
- func (m *ContractCallTxRequest) String() string
- func (m *ContractCallTxRequest) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxRequest) XXX_DiscardUnknown()
- func (m *ContractCallTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxRequest) XXX_Merge(src proto.Message)
- func (m *ContractCallTxRequest) XXX_Size() int
- func (m *ContractCallTxRequest) XXX_Unmarshal(b []byte) error
- type ContractCallTxResponse
- func (*ContractCallTxResponse) Descriptor() ([]byte, []int)
- func (m *ContractCallTxResponse) GetLogicCall() *ContractCallTx
- func (m *ContractCallTxResponse) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxResponse) ProtoMessage()
- func (m *ContractCallTxResponse) Reset()
- func (m *ContractCallTxResponse) Size() (n int)
- func (m *ContractCallTxResponse) String() string
- func (m *ContractCallTxResponse) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxResponse) XXX_DiscardUnknown()
- func (m *ContractCallTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxResponse) XXX_Merge(src proto.Message)
- func (m *ContractCallTxResponse) XXX_Size() int
- func (m *ContractCallTxResponse) XXX_Unmarshal(b []byte) error
- type ContractCallTxsRequest
- func (*ContractCallTxsRequest) Descriptor() ([]byte, []int)
- func (m *ContractCallTxsRequest) GetPagination() *query.PageRequest
- func (m *ContractCallTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxsRequest) ProtoMessage()
- func (m *ContractCallTxsRequest) Reset()
- func (m *ContractCallTxsRequest) Size() (n int)
- func (m *ContractCallTxsRequest) String() string
- func (m *ContractCallTxsRequest) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxsRequest) XXX_DiscardUnknown()
- func (m *ContractCallTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxsRequest) XXX_Merge(src proto.Message)
- func (m *ContractCallTxsRequest) XXX_Size() int
- func (m *ContractCallTxsRequest) XXX_Unmarshal(b []byte) error
- type ContractCallTxsResponse
- func (*ContractCallTxsResponse) Descriptor() ([]byte, []int)
- func (m *ContractCallTxsResponse) GetCalls() []*ContractCallTx
- func (m *ContractCallTxsResponse) GetPagination() *query.PageResponse
- func (m *ContractCallTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *ContractCallTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ContractCallTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ContractCallTxsResponse) ProtoMessage()
- func (m *ContractCallTxsResponse) Reset()
- func (m *ContractCallTxsResponse) Size() (n int)
- func (m *ContractCallTxsResponse) String() string
- func (m *ContractCallTxsResponse) Unmarshal(dAtA []byte) error
- func (m *ContractCallTxsResponse) XXX_DiscardUnknown()
- func (m *ContractCallTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContractCallTxsResponse) XXX_Merge(src proto.Message)
- func (m *ContractCallTxsResponse) XXX_Size() int
- func (m *ContractCallTxsResponse) XXX_Unmarshal(b []byte) error
- type DelegateKeysByEthereumSignerRequest
- func (*DelegateKeysByEthereumSignerRequest) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByEthereumSignerRequest) GetEthereumSigner() string
- func (m *DelegateKeysByEthereumSignerRequest) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByEthereumSignerRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByEthereumSignerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByEthereumSignerRequest) ProtoMessage()
- func (m *DelegateKeysByEthereumSignerRequest) Reset()
- func (m *DelegateKeysByEthereumSignerRequest) Size() (n int)
- func (m *DelegateKeysByEthereumSignerRequest) String() string
- func (m *DelegateKeysByEthereumSignerRequest) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByEthereumSignerRequest) XXX_DiscardUnknown()
- func (m *DelegateKeysByEthereumSignerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByEthereumSignerRequest) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByEthereumSignerRequest) XXX_Size() int
- func (m *DelegateKeysByEthereumSignerRequest) XXX_Unmarshal(b []byte) error
- type DelegateKeysByEthereumSignerResponse
- func (*DelegateKeysByEthereumSignerResponse) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByEthereumSignerResponse) GetOrchestratorAddress() string
- func (m *DelegateKeysByEthereumSignerResponse) GetValidatorAddress() string
- func (m *DelegateKeysByEthereumSignerResponse) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByEthereumSignerResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByEthereumSignerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByEthereumSignerResponse) ProtoMessage()
- func (m *DelegateKeysByEthereumSignerResponse) Reset()
- func (m *DelegateKeysByEthereumSignerResponse) Size() (n int)
- func (m *DelegateKeysByEthereumSignerResponse) String() string
- func (m *DelegateKeysByEthereumSignerResponse) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByEthereumSignerResponse) XXX_DiscardUnknown()
- func (m *DelegateKeysByEthereumSignerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByEthereumSignerResponse) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByEthereumSignerResponse) XXX_Size() int
- func (m *DelegateKeysByEthereumSignerResponse) XXX_Unmarshal(b []byte) error
- type DelegateKeysByOrchestratorRequest
- func (*DelegateKeysByOrchestratorRequest) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByOrchestratorRequest) GetOrchestratorAddress() string
- func (m *DelegateKeysByOrchestratorRequest) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByOrchestratorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByOrchestratorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByOrchestratorRequest) ProtoMessage()
- func (m *DelegateKeysByOrchestratorRequest) Reset()
- func (m *DelegateKeysByOrchestratorRequest) Size() (n int)
- func (m *DelegateKeysByOrchestratorRequest) String() string
- func (m *DelegateKeysByOrchestratorRequest) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByOrchestratorRequest) XXX_DiscardUnknown()
- func (m *DelegateKeysByOrchestratorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByOrchestratorRequest) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByOrchestratorRequest) XXX_Size() int
- func (m *DelegateKeysByOrchestratorRequest) XXX_Unmarshal(b []byte) error
- type DelegateKeysByOrchestratorResponse
- func (*DelegateKeysByOrchestratorResponse) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByOrchestratorResponse) GetEthereumSigner() string
- func (m *DelegateKeysByOrchestratorResponse) GetValidatorAddress() string
- func (m *DelegateKeysByOrchestratorResponse) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByOrchestratorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByOrchestratorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByOrchestratorResponse) ProtoMessage()
- func (m *DelegateKeysByOrchestratorResponse) Reset()
- func (m *DelegateKeysByOrchestratorResponse) Size() (n int)
- func (m *DelegateKeysByOrchestratorResponse) String() string
- func (m *DelegateKeysByOrchestratorResponse) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByOrchestratorResponse) XXX_DiscardUnknown()
- func (m *DelegateKeysByOrchestratorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByOrchestratorResponse) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByOrchestratorResponse) XXX_Size() int
- func (m *DelegateKeysByOrchestratorResponse) XXX_Unmarshal(b []byte) error
- type DelegateKeysByValidatorRequest
- func (*DelegateKeysByValidatorRequest) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByValidatorRequest) GetValidatorAddress() string
- func (m *DelegateKeysByValidatorRequest) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByValidatorRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByValidatorRequest) ProtoMessage()
- func (m *DelegateKeysByValidatorRequest) Reset()
- func (m *DelegateKeysByValidatorRequest) Size() (n int)
- func (m *DelegateKeysByValidatorRequest) String() string
- func (m *DelegateKeysByValidatorRequest) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByValidatorRequest) XXX_DiscardUnknown()
- func (m *DelegateKeysByValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByValidatorRequest) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByValidatorRequest) XXX_Size() int
- func (m *DelegateKeysByValidatorRequest) XXX_Unmarshal(b []byte) error
- type DelegateKeysByValidatorResponse
- func (*DelegateKeysByValidatorResponse) Descriptor() ([]byte, []int)
- func (m *DelegateKeysByValidatorResponse) GetEthAddress() string
- func (m *DelegateKeysByValidatorResponse) GetOrchestratorAddress() string
- func (m *DelegateKeysByValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysByValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysByValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysByValidatorResponse) ProtoMessage()
- func (m *DelegateKeysByValidatorResponse) Reset()
- func (m *DelegateKeysByValidatorResponse) Size() (n int)
- func (m *DelegateKeysByValidatorResponse) String() string
- func (m *DelegateKeysByValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysByValidatorResponse) XXX_DiscardUnknown()
- func (m *DelegateKeysByValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysByValidatorResponse) XXX_Merge(src proto.Message)
- func (m *DelegateKeysByValidatorResponse) XXX_Size() int
- func (m *DelegateKeysByValidatorResponse) XXX_Unmarshal(b []byte) error
- type DelegateKeysRequest
- func (*DelegateKeysRequest) Descriptor() ([]byte, []int)
- func (m *DelegateKeysRequest) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysRequest) ProtoMessage()
- func (m *DelegateKeysRequest) Reset()
- func (m *DelegateKeysRequest) Size() (n int)
- func (m *DelegateKeysRequest) String() string
- func (m *DelegateKeysRequest) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysRequest) XXX_DiscardUnknown()
- func (m *DelegateKeysRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysRequest) XXX_Merge(src proto.Message)
- func (m *DelegateKeysRequest) XXX_Size() int
- func (m *DelegateKeysRequest) XXX_Unmarshal(b []byte) error
- type DelegateKeysResponse
- func (*DelegateKeysResponse) Descriptor() ([]byte, []int)
- func (m *DelegateKeysResponse) GetDelegateKeys() []*MsgDelegateKeys
- func (m *DelegateKeysResponse) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysResponse) ProtoMessage()
- func (m *DelegateKeysResponse) Reset()
- func (m *DelegateKeysResponse) Size() (n int)
- func (m *DelegateKeysResponse) String() string
- func (m *DelegateKeysResponse) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysResponse) XXX_DiscardUnknown()
- func (m *DelegateKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysResponse) XXX_Merge(src proto.Message)
- func (m *DelegateKeysResponse) XXX_Size() int
- func (m *DelegateKeysResponse) XXX_Unmarshal(b []byte) error
- type DelegateKeysSignMsg
- func (*DelegateKeysSignMsg) Descriptor() ([]byte, []int)
- func (m *DelegateKeysSignMsg) GetNonce() uint64
- func (m *DelegateKeysSignMsg) GetValidatorAddress() string
- func (m *DelegateKeysSignMsg) Marshal() (dAtA []byte, err error)
- func (m *DelegateKeysSignMsg) MarshalTo(dAtA []byte) (int, error)
- func (m *DelegateKeysSignMsg) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DelegateKeysSignMsg) ProtoMessage()
- func (m *DelegateKeysSignMsg) Reset()
- func (m *DelegateKeysSignMsg) Size() (n int)
- func (m *DelegateKeysSignMsg) String() string
- func (m *DelegateKeysSignMsg) Unmarshal(dAtA []byte) error
- func (m *DelegateKeysSignMsg) XXX_DiscardUnknown()
- func (m *DelegateKeysSignMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DelegateKeysSignMsg) XXX_Merge(src proto.Message)
- func (m *DelegateKeysSignMsg) XXX_Size() int
- func (m *DelegateKeysSignMsg) XXX_Unmarshal(b []byte) error
- type DenomToERC20ParamsRequest
- func (*DenomToERC20ParamsRequest) Descriptor() ([]byte, []int)
- func (m *DenomToERC20ParamsRequest) GetDenom() string
- func (m *DenomToERC20ParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *DenomToERC20ParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *DenomToERC20ParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DenomToERC20ParamsRequest) ProtoMessage()
- func (m *DenomToERC20ParamsRequest) Reset()
- func (m *DenomToERC20ParamsRequest) Size() (n int)
- func (m *DenomToERC20ParamsRequest) String() string
- func (m *DenomToERC20ParamsRequest) Unmarshal(dAtA []byte) error
- func (m *DenomToERC20ParamsRequest) XXX_DiscardUnknown()
- func (m *DenomToERC20ParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DenomToERC20ParamsRequest) XXX_Merge(src proto.Message)
- func (m *DenomToERC20ParamsRequest) XXX_Size() int
- func (m *DenomToERC20ParamsRequest) XXX_Unmarshal(b []byte) error
- type DenomToERC20ParamsResponse
- func (*DenomToERC20ParamsResponse) Descriptor() ([]byte, []int)
- func (m *DenomToERC20ParamsResponse) GetBaseDenom() string
- func (m *DenomToERC20ParamsResponse) GetErc20Decimals() uint64
- func (m *DenomToERC20ParamsResponse) GetErc20Name() string
- func (m *DenomToERC20ParamsResponse) GetErc20Symbol() string
- func (m *DenomToERC20ParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *DenomToERC20ParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *DenomToERC20ParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DenomToERC20ParamsResponse) ProtoMessage()
- func (m *DenomToERC20ParamsResponse) Reset()
- func (m *DenomToERC20ParamsResponse) Size() (n int)
- func (m *DenomToERC20ParamsResponse) String() string
- func (m *DenomToERC20ParamsResponse) Unmarshal(dAtA []byte) error
- func (m *DenomToERC20ParamsResponse) XXX_DiscardUnknown()
- func (m *DenomToERC20ParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DenomToERC20ParamsResponse) XXX_Merge(src proto.Message)
- func (m *DenomToERC20ParamsResponse) XXX_Size() int
- func (m *DenomToERC20ParamsResponse) XXX_Unmarshal(b []byte) error
- type DenomToERC20Request
- func (*DenomToERC20Request) Descriptor() ([]byte, []int)
- func (m *DenomToERC20Request) GetDenom() string
- func (m *DenomToERC20Request) Marshal() (dAtA []byte, err error)
- func (m *DenomToERC20Request) MarshalTo(dAtA []byte) (int, error)
- func (m *DenomToERC20Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DenomToERC20Request) ProtoMessage()
- func (m *DenomToERC20Request) Reset()
- func (m *DenomToERC20Request) Size() (n int)
- func (m *DenomToERC20Request) String() string
- func (m *DenomToERC20Request) Unmarshal(dAtA []byte) error
- func (m *DenomToERC20Request) XXX_DiscardUnknown()
- func (m *DenomToERC20Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DenomToERC20Request) XXX_Merge(src proto.Message)
- func (m *DenomToERC20Request) XXX_Size() int
- func (m *DenomToERC20Request) XXX_Unmarshal(b []byte) error
- type DenomToERC20Response
- func (*DenomToERC20Response) Descriptor() ([]byte, []int)
- func (m *DenomToERC20Response) GetCosmosOriginated() bool
- func (m *DenomToERC20Response) GetErc20() string
- func (m *DenomToERC20Response) Marshal() (dAtA []byte, err error)
- func (m *DenomToERC20Response) MarshalTo(dAtA []byte) (int, error)
- func (m *DenomToERC20Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DenomToERC20Response) ProtoMessage()
- func (m *DenomToERC20Response) Reset()
- func (m *DenomToERC20Response) Size() (n int)
- func (m *DenomToERC20Response) String() string
- func (m *DenomToERC20Response) Unmarshal(dAtA []byte) error
- func (m *DenomToERC20Response) XXX_DiscardUnknown()
- func (m *DenomToERC20Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DenomToERC20Response) XXX_Merge(src proto.Message)
- func (m *DenomToERC20Response) XXX_Size() int
- func (m *DenomToERC20Response) XXX_Unmarshal(b []byte) error
- type ERC20DeployedEvent
- func (*ERC20DeployedEvent) Descriptor() ([]byte, []int)
- func (m *ERC20DeployedEvent) GetCosmosDenom() string
- func (m *ERC20DeployedEvent) GetErc20Decimals() uint64
- func (m *ERC20DeployedEvent) GetErc20Name() string
- func (m *ERC20DeployedEvent) GetErc20Symbol() string
- func (m *ERC20DeployedEvent) GetEthereumHeight() uint64
- func (m *ERC20DeployedEvent) GetEventNonce() uint64
- func (m *ERC20DeployedEvent) GetTokenContract() string
- func (e20de *ERC20DeployedEvent) Hash() tmbytes.HexBytes
- func (m *ERC20DeployedEvent) Marshal() (dAtA []byte, err error)
- func (m *ERC20DeployedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *ERC20DeployedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ERC20DeployedEvent) ProtoMessage()
- func (m *ERC20DeployedEvent) Reset()
- func (m *ERC20DeployedEvent) Size() (n int)
- func (m *ERC20DeployedEvent) String() string
- func (m *ERC20DeployedEvent) Unmarshal(dAtA []byte) error
- func (e20de *ERC20DeployedEvent) Validate() error
- func (m *ERC20DeployedEvent) XXX_DiscardUnknown()
- func (m *ERC20DeployedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20DeployedEvent) XXX_Merge(src proto.Message)
- func (m *ERC20DeployedEvent) XXX_Size() int
- func (m *ERC20DeployedEvent) XXX_Unmarshal(b []byte) error
- type ERC20ToDenom
- func (*ERC20ToDenom) Descriptor() ([]byte, []int)
- func (m *ERC20ToDenom) GetDenom() string
- func (m *ERC20ToDenom) GetErc20() string
- func (m *ERC20ToDenom) Marshal() (dAtA []byte, err error)
- func (m *ERC20ToDenom) MarshalTo(dAtA []byte) (int, error)
- func (m *ERC20ToDenom) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ERC20ToDenom) ProtoMessage()
- func (m *ERC20ToDenom) Reset()
- func (m *ERC20ToDenom) Size() (n int)
- func (m *ERC20ToDenom) String() string
- func (m *ERC20ToDenom) Unmarshal(dAtA []byte) error
- func (m *ERC20ToDenom) XXX_DiscardUnknown()
- func (m *ERC20ToDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20ToDenom) XXX_Merge(src proto.Message)
- func (m *ERC20ToDenom) XXX_Size() int
- func (m *ERC20ToDenom) XXX_Unmarshal(b []byte) error
- type ERC20ToDenomRequest
- func (*ERC20ToDenomRequest) Descriptor() ([]byte, []int)
- func (m *ERC20ToDenomRequest) GetErc20() string
- func (m *ERC20ToDenomRequest) Marshal() (dAtA []byte, err error)
- func (m *ERC20ToDenomRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ERC20ToDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ERC20ToDenomRequest) ProtoMessage()
- func (m *ERC20ToDenomRequest) Reset()
- func (m *ERC20ToDenomRequest) Size() (n int)
- func (m *ERC20ToDenomRequest) String() string
- func (m *ERC20ToDenomRequest) Unmarshal(dAtA []byte) error
- func (m *ERC20ToDenomRequest) XXX_DiscardUnknown()
- func (m *ERC20ToDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20ToDenomRequest) XXX_Merge(src proto.Message)
- func (m *ERC20ToDenomRequest) XXX_Size() int
- func (m *ERC20ToDenomRequest) XXX_Unmarshal(b []byte) error
- type ERC20ToDenomResponse
- func (*ERC20ToDenomResponse) Descriptor() ([]byte, []int)
- func (m *ERC20ToDenomResponse) GetCosmosOriginated() bool
- func (m *ERC20ToDenomResponse) GetDenom() string
- func (m *ERC20ToDenomResponse) Marshal() (dAtA []byte, err error)
- func (m *ERC20ToDenomResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ERC20ToDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ERC20ToDenomResponse) ProtoMessage()
- func (m *ERC20ToDenomResponse) Reset()
- func (m *ERC20ToDenomResponse) Size() (n int)
- func (m *ERC20ToDenomResponse) String() string
- func (m *ERC20ToDenomResponse) Unmarshal(dAtA []byte) error
- func (m *ERC20ToDenomResponse) XXX_DiscardUnknown()
- func (m *ERC20ToDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20ToDenomResponse) XXX_Merge(src proto.Message)
- func (m *ERC20ToDenomResponse) XXX_Size() int
- func (m *ERC20ToDenomResponse) XXX_Unmarshal(b []byte) error
- type ERC20Token
- func (*ERC20Token) Descriptor() ([]byte, []int)
- func (m *ERC20Token) GetContract() string
- func (e ERC20Token) GravityCoin() sdk.Coin
- func (m *ERC20Token) Marshal() (dAtA []byte, err error)
- func (m *ERC20Token) MarshalTo(dAtA []byte) (int, error)
- func (m *ERC20Token) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ERC20Token) ProtoMessage()
- func (m *ERC20Token) Reset()
- func (m *ERC20Token) Size() (n int)
- func (m *ERC20Token) String() string
- func (m *ERC20Token) Unmarshal(dAtA []byte) error
- func (m *ERC20Token) XXX_DiscardUnknown()
- func (m *ERC20Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ERC20Token) XXX_Merge(src proto.Message)
- func (m *ERC20Token) XXX_Size() int
- func (m *ERC20Token) XXX_Unmarshal(b []byte) error
- type EthereumEvent
- type EthereumEventVoteRecord
- func (*EthereumEventVoteRecord) Descriptor() ([]byte, []int)
- func (m *EthereumEventVoteRecord) GetAccepted() bool
- func (m *EthereumEventVoteRecord) GetEvent() *types.Any
- func (m *EthereumEventVoteRecord) GetVotes() []string
- func (m *EthereumEventVoteRecord) Marshal() (dAtA []byte, err error)
- func (m *EthereumEventVoteRecord) MarshalTo(dAtA []byte) (int, error)
- func (m *EthereumEventVoteRecord) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EthereumEventVoteRecord) ProtoMessage()
- func (m *EthereumEventVoteRecord) Reset()
- func (m *EthereumEventVoteRecord) Size() (n int)
- func (m *EthereumEventVoteRecord) String() string
- func (m *EthereumEventVoteRecord) Unmarshal(dAtA []byte) error
- func (m *EthereumEventVoteRecord) UnpackInterfaces(unpacker types.AnyUnpacker) error
- func (m *EthereumEventVoteRecord) XXX_DiscardUnknown()
- func (m *EthereumEventVoteRecord) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EthereumEventVoteRecord) XXX_Merge(src proto.Message)
- func (m *EthereumEventVoteRecord) XXX_Size() int
- func (m *EthereumEventVoteRecord) XXX_Unmarshal(b []byte) error
- type EthereumSigner
- func (*EthereumSigner) Descriptor() ([]byte, []int)
- func (m *EthereumSigner) GetEthereumAddress() string
- func (m *EthereumSigner) GetPower() uint64
- func (m *EthereumSigner) Marshal() (dAtA []byte, err error)
- func (m *EthereumSigner) MarshalTo(dAtA []byte) (int, error)
- func (m *EthereumSigner) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EthereumSigner) ProtoMessage()
- func (m *EthereumSigner) Reset()
- func (m *EthereumSigner) Size() (n int)
- func (m *EthereumSigner) String() string
- func (m *EthereumSigner) Unmarshal(dAtA []byte) error
- func (b *EthereumSigner) ValidateBasic() error
- func (m *EthereumSigner) XXX_DiscardUnknown()
- func (m *EthereumSigner) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EthereumSigner) XXX_Merge(src proto.Message)
- func (m *EthereumSigner) XXX_Size() int
- func (m *EthereumSigner) XXX_Unmarshal(b []byte) error
- type EthereumSigners
- type EthereumTxConfirmation
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetConfirmations() []*types.Any
- func (m *GenesisState) GetDelegateKeys() []*MsgDelegateKeys
- func (m *GenesisState) GetErc20ToDenoms() []*ERC20ToDenom
- func (m *GenesisState) GetEthereumEventVoteRecords() []*EthereumEventVoteRecord
- func (m *GenesisState) GetLastObservedEventNonce() uint64
- func (m *GenesisState) GetOutgoingTxs() []*types.Any
- func (m *GenesisState) GetParams() *Params
- func (m *GenesisState) GetUnbatchedSendToEthereumTxs() []*SendToEthereum
- 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 (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs *GenesisState) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error
- func (s GenesisState) ValidateBasic() 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 GravityHooks
- type IDSet
- func (*IDSet) Descriptor() ([]byte, []int)
- func (m *IDSet) GetIds() []uint64
- func (m *IDSet) Marshal() (dAtA []byte, err error)
- func (m *IDSet) MarshalTo(dAtA []byte) (int, error)
- func (m *IDSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IDSet) ProtoMessage()
- func (m *IDSet) Reset()
- func (m *IDSet) Size() (n int)
- func (m *IDSet) String() string
- func (m *IDSet) Unmarshal(dAtA []byte) error
- func (m *IDSet) XXX_DiscardUnknown()
- func (m *IDSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IDSet) XXX_Merge(src proto.Message)
- func (m *IDSet) XXX_Size() int
- func (m *IDSet) XXX_Unmarshal(b []byte) error
- type LastSubmittedEthereumEventRequest
- func (*LastSubmittedEthereumEventRequest) Descriptor() ([]byte, []int)
- func (m *LastSubmittedEthereumEventRequest) GetAddress() string
- func (m *LastSubmittedEthereumEventRequest) Marshal() (dAtA []byte, err error)
- func (m *LastSubmittedEthereumEventRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LastSubmittedEthereumEventRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LastSubmittedEthereumEventRequest) ProtoMessage()
- func (m *LastSubmittedEthereumEventRequest) Reset()
- func (m *LastSubmittedEthereumEventRequest) Size() (n int)
- func (m *LastSubmittedEthereumEventRequest) String() string
- func (m *LastSubmittedEthereumEventRequest) Unmarshal(dAtA []byte) error
- func (m *LastSubmittedEthereumEventRequest) XXX_DiscardUnknown()
- func (m *LastSubmittedEthereumEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastSubmittedEthereumEventRequest) XXX_Merge(src proto.Message)
- func (m *LastSubmittedEthereumEventRequest) XXX_Size() int
- func (m *LastSubmittedEthereumEventRequest) XXX_Unmarshal(b []byte) error
- type LastSubmittedEthereumEventResponse
- func (*LastSubmittedEthereumEventResponse) Descriptor() ([]byte, []int)
- func (m *LastSubmittedEthereumEventResponse) GetEventNonce() uint64
- func (m *LastSubmittedEthereumEventResponse) Marshal() (dAtA []byte, err error)
- func (m *LastSubmittedEthereumEventResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *LastSubmittedEthereumEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LastSubmittedEthereumEventResponse) ProtoMessage()
- func (m *LastSubmittedEthereumEventResponse) Reset()
- func (m *LastSubmittedEthereumEventResponse) Size() (n int)
- func (m *LastSubmittedEthereumEventResponse) String() string
- func (m *LastSubmittedEthereumEventResponse) Unmarshal(dAtA []byte) error
- func (m *LastSubmittedEthereumEventResponse) XXX_DiscardUnknown()
- func (m *LastSubmittedEthereumEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastSubmittedEthereumEventResponse) XXX_Merge(src proto.Message)
- func (m *LastSubmittedEthereumEventResponse) XXX_Size() int
- func (m *LastSubmittedEthereumEventResponse) XXX_Unmarshal(b []byte) error
- type LatestEthereumBlockHeight
- func (*LatestEthereumBlockHeight) Descriptor() ([]byte, []int)
- func (m *LatestEthereumBlockHeight) GetCosmosHeight() uint64
- func (m *LatestEthereumBlockHeight) GetEthereumHeight() uint64
- func (m *LatestEthereumBlockHeight) Marshal() (dAtA []byte, err error)
- func (m *LatestEthereumBlockHeight) MarshalTo(dAtA []byte) (int, error)
- func (m *LatestEthereumBlockHeight) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LatestEthereumBlockHeight) ProtoMessage()
- func (m *LatestEthereumBlockHeight) Reset()
- func (m *LatestEthereumBlockHeight) Size() (n int)
- func (m *LatestEthereumBlockHeight) String() string
- func (m *LatestEthereumBlockHeight) Unmarshal(dAtA []byte) error
- func (m *LatestEthereumBlockHeight) XXX_DiscardUnknown()
- func (m *LatestEthereumBlockHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LatestEthereumBlockHeight) XXX_Merge(src proto.Message)
- func (m *LatestEthereumBlockHeight) XXX_Size() int
- func (m *LatestEthereumBlockHeight) XXX_Unmarshal(b []byte) error
- type LatestSignerSetTxRequest
- func (*LatestSignerSetTxRequest) Descriptor() ([]byte, []int)
- func (m *LatestSignerSetTxRequest) Marshal() (dAtA []byte, err error)
- func (m *LatestSignerSetTxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *LatestSignerSetTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LatestSignerSetTxRequest) ProtoMessage()
- func (m *LatestSignerSetTxRequest) Reset()
- func (m *LatestSignerSetTxRequest) Size() (n int)
- func (m *LatestSignerSetTxRequest) String() string
- func (m *LatestSignerSetTxRequest) Unmarshal(dAtA []byte) error
- func (m *LatestSignerSetTxRequest) XXX_DiscardUnknown()
- func (m *LatestSignerSetTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LatestSignerSetTxRequest) XXX_Merge(src proto.Message)
- func (m *LatestSignerSetTxRequest) XXX_Size() int
- func (m *LatestSignerSetTxRequest) XXX_Unmarshal(b []byte) error
- type MsgCancelSendToEthereum
- func (*MsgCancelSendToEthereum) Descriptor() ([]byte, []int)
- func (m *MsgCancelSendToEthereum) GetId() uint64
- func (m *MsgCancelSendToEthereum) GetSender() string
- func (msg MsgCancelSendToEthereum) GetSignBytes() []byte
- func (msg MsgCancelSendToEthereum) GetSigners() []sdk.AccAddress
- func (m *MsgCancelSendToEthereum) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelSendToEthereum) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelSendToEthereum) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelSendToEthereum) ProtoMessage()
- func (m *MsgCancelSendToEthereum) Reset()
- func (msg MsgCancelSendToEthereum) Route() string
- func (m *MsgCancelSendToEthereum) Size() (n int)
- func (m *MsgCancelSendToEthereum) String() string
- func (msg MsgCancelSendToEthereum) Type() string
- func (m *MsgCancelSendToEthereum) Unmarshal(dAtA []byte) error
- func (msg MsgCancelSendToEthereum) ValidateBasic() error
- func (m *MsgCancelSendToEthereum) XXX_DiscardUnknown()
- func (m *MsgCancelSendToEthereum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelSendToEthereum) XXX_Merge(src proto.Message)
- func (m *MsgCancelSendToEthereum) XXX_Size() int
- func (m *MsgCancelSendToEthereum) XXX_Unmarshal(b []byte) error
- type MsgCancelSendToEthereumResponse
- func (*MsgCancelSendToEthereumResponse) Descriptor() ([]byte, []int)
- func (m *MsgCancelSendToEthereumResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelSendToEthereumResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelSendToEthereumResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelSendToEthereumResponse) ProtoMessage()
- func (m *MsgCancelSendToEthereumResponse) Reset()
- func (m *MsgCancelSendToEthereumResponse) Size() (n int)
- func (m *MsgCancelSendToEthereumResponse) String() string
- func (m *MsgCancelSendToEthereumResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCancelSendToEthereumResponse) XXX_DiscardUnknown()
- func (m *MsgCancelSendToEthereumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelSendToEthereumResponse) XXX_Merge(src proto.Message)
- func (m *MsgCancelSendToEthereumResponse) XXX_Size() int
- func (m *MsgCancelSendToEthereumResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgDelegateKeys
- func (*MsgDelegateKeys) Descriptor() ([]byte, []int)
- func (m *MsgDelegateKeys) GetEthSignature() []byte
- func (m *MsgDelegateKeys) GetEthereumAddress() string
- func (m *MsgDelegateKeys) GetOrchestratorAddress() string
- func (msg *MsgDelegateKeys) GetSignBytes() []byte
- func (msg *MsgDelegateKeys) GetSigners() []sdk.AccAddress
- func (m *MsgDelegateKeys) GetValidatorAddress() string
- func (m *MsgDelegateKeys) Marshal() (dAtA []byte, err error)
- func (m *MsgDelegateKeys) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDelegateKeys) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDelegateKeys) ProtoMessage()
- func (m *MsgDelegateKeys) Reset()
- func (msg *MsgDelegateKeys) Route() string
- func (m *MsgDelegateKeys) Size() (n int)
- func (m *MsgDelegateKeys) String() string
- func (msg *MsgDelegateKeys) Type() string
- func (m *MsgDelegateKeys) Unmarshal(dAtA []byte) error
- func (msg *MsgDelegateKeys) ValidateBasic() (err error)
- func (m *MsgDelegateKeys) XXX_DiscardUnknown()
- func (m *MsgDelegateKeys) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDelegateKeys) XXX_Merge(src proto.Message)
- func (m *MsgDelegateKeys) XXX_Size() int
- func (m *MsgDelegateKeys) XXX_Unmarshal(b []byte) error
- type MsgDelegateKeysResponse
- func (*MsgDelegateKeysResponse) Descriptor() ([]byte, []int)
- func (m *MsgDelegateKeysResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDelegateKeysResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDelegateKeysResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDelegateKeysResponse) ProtoMessage()
- func (m *MsgDelegateKeysResponse) Reset()
- func (m *MsgDelegateKeysResponse) Size() (n int)
- func (m *MsgDelegateKeysResponse) String() string
- func (m *MsgDelegateKeysResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDelegateKeysResponse) XXX_DiscardUnknown()
- func (m *MsgDelegateKeysResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDelegateKeysResponse) XXX_Merge(src proto.Message)
- func (m *MsgDelegateKeysResponse) XXX_Size() int
- func (m *MsgDelegateKeysResponse) XXX_Unmarshal(b []byte) error
- type MsgRequestBatchTx
- func (*MsgRequestBatchTx) Descriptor() ([]byte, []int)
- func (m *MsgRequestBatchTx) GetDenom() string
- func (msg MsgRequestBatchTx) GetSignBytes() []byte
- func (m *MsgRequestBatchTx) GetSigner() string
- func (msg MsgRequestBatchTx) GetSigners() []sdk.AccAddress
- func (m *MsgRequestBatchTx) Marshal() (dAtA []byte, err error)
- func (m *MsgRequestBatchTx) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRequestBatchTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRequestBatchTx) ProtoMessage()
- func (m *MsgRequestBatchTx) Reset()
- func (msg MsgRequestBatchTx) Route() string
- func (m *MsgRequestBatchTx) Size() (n int)
- func (m *MsgRequestBatchTx) String() string
- func (msg MsgRequestBatchTx) Type() string
- func (m *MsgRequestBatchTx) Unmarshal(dAtA []byte) error
- func (msg MsgRequestBatchTx) ValidateBasic() error
- func (m *MsgRequestBatchTx) XXX_DiscardUnknown()
- func (m *MsgRequestBatchTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRequestBatchTx) XXX_Merge(src proto.Message)
- func (m *MsgRequestBatchTx) XXX_Size() int
- func (m *MsgRequestBatchTx) XXX_Unmarshal(b []byte) error
- type MsgRequestBatchTxResponse
- func (*MsgRequestBatchTxResponse) Descriptor() ([]byte, []int)
- func (m *MsgRequestBatchTxResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRequestBatchTxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRequestBatchTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRequestBatchTxResponse) ProtoMessage()
- func (m *MsgRequestBatchTxResponse) Reset()
- func (m *MsgRequestBatchTxResponse) Size() (n int)
- func (m *MsgRequestBatchTxResponse) String() string
- func (m *MsgRequestBatchTxResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRequestBatchTxResponse) XXX_DiscardUnknown()
- func (m *MsgRequestBatchTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRequestBatchTxResponse) XXX_Merge(src proto.Message)
- func (m *MsgRequestBatchTxResponse) XXX_Size() int
- func (m *MsgRequestBatchTxResponse) XXX_Unmarshal(b []byte) error
- type MsgSendToEthereum
- func (*MsgSendToEthereum) Descriptor() ([]byte, []int)
- func (m *MsgSendToEthereum) GetAmount() types.Coin
- func (m *MsgSendToEthereum) GetBridgeFee() types.Coin
- func (m *MsgSendToEthereum) GetEthereumRecipient() string
- func (m *MsgSendToEthereum) GetSender() string
- func (msg MsgSendToEthereum) GetSignBytes() []byte
- func (msg MsgSendToEthereum) GetSigners() []sdk.AccAddress
- func (m *MsgSendToEthereum) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToEthereum) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToEthereum) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToEthereum) ProtoMessage()
- func (m *MsgSendToEthereum) Reset()
- func (msg MsgSendToEthereum) Route() string
- func (m *MsgSendToEthereum) Size() (n int)
- func (m *MsgSendToEthereum) String() string
- func (msg MsgSendToEthereum) Type() string
- func (m *MsgSendToEthereum) Unmarshal(dAtA []byte) error
- func (msg MsgSendToEthereum) ValidateBasic() error
- func (m *MsgSendToEthereum) XXX_DiscardUnknown()
- func (m *MsgSendToEthereum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToEthereum) XXX_Merge(src proto.Message)
- func (m *MsgSendToEthereum) XXX_Size() int
- func (m *MsgSendToEthereum) XXX_Unmarshal(b []byte) error
- type MsgSendToEthereumResponse
- func (*MsgSendToEthereumResponse) Descriptor() ([]byte, []int)
- func (m *MsgSendToEthereumResponse) GetId() uint64
- func (m *MsgSendToEthereumResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToEthereumResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToEthereumResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToEthereumResponse) ProtoMessage()
- func (m *MsgSendToEthereumResponse) Reset()
- func (m *MsgSendToEthereumResponse) Size() (n int)
- func (m *MsgSendToEthereumResponse) String() string
- func (m *MsgSendToEthereumResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSendToEthereumResponse) XXX_DiscardUnknown()
- func (m *MsgSendToEthereumResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToEthereumResponse) XXX_Merge(src proto.Message)
- func (m *MsgSendToEthereumResponse) XXX_Size() int
- func (m *MsgSendToEthereumResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSubmitEthereumEvent
- func (*MsgSubmitEthereumEvent) Descriptor() ([]byte, []int)
- func (msg *MsgSubmitEthereumEvent) GetSignBytes() []byte
- func (msg *MsgSubmitEthereumEvent) GetSigners() []sdk.AccAddress
- func (m *MsgSubmitEthereumEvent) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitEthereumEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitEthereumEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitEthereumEvent) ProtoMessage()
- func (m *MsgSubmitEthereumEvent) Reset()
- func (msg *MsgSubmitEthereumEvent) Route() string
- func (m *MsgSubmitEthereumEvent) Size() (n int)
- func (m *MsgSubmitEthereumEvent) String() string
- func (msg *MsgSubmitEthereumEvent) Type() string
- func (m *MsgSubmitEthereumEvent) Unmarshal(dAtA []byte) error
- func (msg *MsgSubmitEthereumEvent) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error
- func (msg *MsgSubmitEthereumEvent) ValidateBasic() (err error)
- func (m *MsgSubmitEthereumEvent) XXX_DiscardUnknown()
- func (m *MsgSubmitEthereumEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitEthereumEvent) XXX_Merge(src proto.Message)
- func (m *MsgSubmitEthereumEvent) XXX_Size() int
- func (m *MsgSubmitEthereumEvent) XXX_Unmarshal(b []byte) error
- type MsgSubmitEthereumEventResponse
- func (*MsgSubmitEthereumEventResponse) Descriptor() ([]byte, []int)
- func (m *MsgSubmitEthereumEventResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitEthereumEventResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitEthereumEventResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitEthereumEventResponse) ProtoMessage()
- func (m *MsgSubmitEthereumEventResponse) Reset()
- func (m *MsgSubmitEthereumEventResponse) Size() (n int)
- func (m *MsgSubmitEthereumEventResponse) String() string
- func (m *MsgSubmitEthereumEventResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSubmitEthereumEventResponse) XXX_DiscardUnknown()
- func (m *MsgSubmitEthereumEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitEthereumEventResponse) XXX_Merge(src proto.Message)
- func (m *MsgSubmitEthereumEventResponse) XXX_Size() int
- func (m *MsgSubmitEthereumEventResponse) XXX_Unmarshal(b []byte) error
- type MsgSubmitEthereumTxConfirmation
- func (*MsgSubmitEthereumTxConfirmation) Descriptor() ([]byte, []int)
- func (msg *MsgSubmitEthereumTxConfirmation) GetSignBytes() []byte
- func (msg *MsgSubmitEthereumTxConfirmation) GetSigners() []sdk.AccAddress
- func (m *MsgSubmitEthereumTxConfirmation) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitEthereumTxConfirmation) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitEthereumTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitEthereumTxConfirmation) ProtoMessage()
- func (m *MsgSubmitEthereumTxConfirmation) Reset()
- func (msg *MsgSubmitEthereumTxConfirmation) Route() string
- func (m *MsgSubmitEthereumTxConfirmation) Size() (n int)
- func (m *MsgSubmitEthereumTxConfirmation) String() string
- func (msg *MsgSubmitEthereumTxConfirmation) Type() string
- func (m *MsgSubmitEthereumTxConfirmation) Unmarshal(dAtA []byte) error
- func (msg *MsgSubmitEthereumTxConfirmation) UnpackInterfaces(unpacker cdctypes.AnyUnpacker) error
- func (msg *MsgSubmitEthereumTxConfirmation) ValidateBasic() (err error)
- func (m *MsgSubmitEthereumTxConfirmation) XXX_DiscardUnknown()
- func (m *MsgSubmitEthereumTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitEthereumTxConfirmation) XXX_Merge(src proto.Message)
- func (m *MsgSubmitEthereumTxConfirmation) XXX_Size() int
- func (m *MsgSubmitEthereumTxConfirmation) XXX_Unmarshal(b []byte) error
- type MsgSubmitEthereumTxConfirmationResponse
- func (*MsgSubmitEthereumTxConfirmationResponse) Descriptor() ([]byte, []int)
- func (m *MsgSubmitEthereumTxConfirmationResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitEthereumTxConfirmationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitEthereumTxConfirmationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitEthereumTxConfirmationResponse) ProtoMessage()
- func (m *MsgSubmitEthereumTxConfirmationResponse) Reset()
- func (m *MsgSubmitEthereumTxConfirmationResponse) Size() (n int)
- func (m *MsgSubmitEthereumTxConfirmationResponse) String() string
- func (m *MsgSubmitEthereumTxConfirmationResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSubmitEthereumTxConfirmationResponse) XXX_DiscardUnknown()
- func (m *MsgSubmitEthereumTxConfirmationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitEthereumTxConfirmationResponse) XXX_Merge(src proto.Message)
- func (m *MsgSubmitEthereumTxConfirmationResponse) XXX_Size() int
- func (m *MsgSubmitEthereumTxConfirmationResponse) XXX_Unmarshal(b []byte) error
- type MultiGravityHooks
- func (mghs MultiGravityHooks) AfterBatchExecutedEvent(ctx sdk.Context, event BatchExecutedEvent)
- func (mghs MultiGravityHooks) AfterContractCallExecutedEvent(ctx sdk.Context, event ContractCallExecutedEvent)
- func (mghs MultiGravityHooks) AfterERC20DeployedEvent(ctx sdk.Context, event ERC20DeployedEvent)
- func (mghs MultiGravityHooks) AfterSendToCosmosEvent(ctx sdk.Context, event SendToCosmosEvent)
- func (mghs MultiGravityHooks) AfterSignerSetExecutedEvent(ctx sdk.Context, event SignerSetTxExecutedEvent)
- type OutgoingTx
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (p Params) Equal(p2 Params) bool
- func (m *Params) GetAverageBlockTime() uint64
- func (m *Params) GetAverageEthereumBlockTime() uint64
- func (m *Params) GetBridgeChainId() uint64
- func (m *Params) GetBridgeEthereumAddress() string
- func (m *Params) GetContractSourceHash() string
- func (m *Params) GetEthereumSignaturesWindow() uint64
- func (m *Params) GetGravityId() string
- func (m *Params) GetSignedBatchesWindow() uint64
- func (m *Params) GetSignedSignerSetTxsWindow() uint64
- func (m *Params) GetTargetEthTxTimeout() uint64
- func (m *Params) GetUnbondSlashingSignerSetTxsWindow() uint64
- 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 (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) ValidateBasic() 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
- type ParamsRequest
- func (*ParamsRequest) Descriptor() ([]byte, []int)
- func (m *ParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *ParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *ParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ParamsRequest) ProtoMessage()
- func (m *ParamsRequest) Reset()
- func (m *ParamsRequest) Size() (n int)
- func (m *ParamsRequest) String() string
- func (m *ParamsRequest) Unmarshal(dAtA []byte) error
- func (m *ParamsRequest) XXX_DiscardUnknown()
- func (m *ParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParamsRequest) XXX_Merge(src proto.Message)
- func (m *ParamsRequest) XXX_Size() int
- func (m *ParamsRequest) XXX_Unmarshal(b []byte) error
- type ParamsResponse
- func (*ParamsResponse) Descriptor() ([]byte, []int)
- func (m *ParamsResponse) GetParams() Params
- func (m *ParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *ParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *ParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ParamsResponse) ProtoMessage()
- func (m *ParamsResponse) Reset()
- func (m *ParamsResponse) Size() (n int)
- func (m *ParamsResponse) String() string
- func (m *ParamsResponse) Unmarshal(dAtA []byte) error
- func (m *ParamsResponse) XXX_DiscardUnknown()
- func (m *ParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ParamsResponse) XXX_Merge(src proto.Message)
- func (m *ParamsResponse) XXX_Size() int
- func (m *ParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryServer
- type SendToCosmosEvent
- func (*SendToCosmosEvent) Descriptor() ([]byte, []int)
- func (this *SendToCosmosEvent) Equal(that interface{}) bool
- func (m *SendToCosmosEvent) GetCosmosReceiver() string
- func (m *SendToCosmosEvent) GetEthereumHeight() uint64
- func (m *SendToCosmosEvent) GetEthereumSender() string
- func (m *SendToCosmosEvent) GetEventNonce() uint64
- func (m *SendToCosmosEvent) GetTokenContract() string
- func (stce *SendToCosmosEvent) Hash() tmbytes.HexBytes
- func (m *SendToCosmosEvent) Marshal() (dAtA []byte, err error)
- func (m *SendToCosmosEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *SendToCosmosEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SendToCosmosEvent) ProtoMessage()
- func (m *SendToCosmosEvent) Reset()
- func (m *SendToCosmosEvent) Size() (n int)
- func (m *SendToCosmosEvent) String() string
- func (m *SendToCosmosEvent) Unmarshal(dAtA []byte) error
- func (stce *SendToCosmosEvent) Validate() error
- func (m *SendToCosmosEvent) XXX_DiscardUnknown()
- func (m *SendToCosmosEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendToCosmosEvent) XXX_Merge(src proto.Message)
- func (m *SendToCosmosEvent) XXX_Size() int
- func (m *SendToCosmosEvent) XXX_Unmarshal(b []byte) error
- type SendToEthereum
- func (*SendToEthereum) Descriptor() ([]byte, []int)
- func (m *SendToEthereum) GetErc20Fee() ERC20Token
- func (m *SendToEthereum) GetErc20Token() ERC20Token
- func (m *SendToEthereum) GetEthereumRecipient() string
- func (m *SendToEthereum) GetId() uint64
- func (m *SendToEthereum) GetSender() string
- func (m *SendToEthereum) Marshal() (dAtA []byte, err error)
- func (m *SendToEthereum) MarshalTo(dAtA []byte) (int, error)
- func (m *SendToEthereum) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SendToEthereum) ProtoMessage()
- func (m *SendToEthereum) Reset()
- func (m *SendToEthereum) Size() (n int)
- func (m *SendToEthereum) String() string
- func (m *SendToEthereum) Unmarshal(dAtA []byte) error
- func (m *SendToEthereum) XXX_DiscardUnknown()
- func (m *SendToEthereum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SendToEthereum) XXX_Merge(src proto.Message)
- func (m *SendToEthereum) XXX_Size() int
- func (m *SendToEthereum) XXX_Unmarshal(b []byte) error
- type SignerSetTx
- func (*SignerSetTx) Descriptor() ([]byte, []int)
- func (u SignerSetTx) GetCheckpoint(gravityID []byte) []byte
- func (sstx *SignerSetTx) GetCosmosHeight() uint64
- func (m *SignerSetTx) GetHeight() uint64
- func (m *SignerSetTx) GetNonce() uint64
- func (m *SignerSetTx) GetSigners() EthereumSigners
- func (sstx *SignerSetTx) GetStoreIndex() []byte
- func (m *SignerSetTx) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTx) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTx) ProtoMessage()
- func (m *SignerSetTx) Reset()
- func (m *SignerSetTx) Size() (n int)
- func (m *SignerSetTx) String() string
- func (m *SignerSetTx) Unmarshal(dAtA []byte) error
- func (m *SignerSetTx) XXX_DiscardUnknown()
- func (m *SignerSetTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTx) XXX_Merge(src proto.Message)
- func (m *SignerSetTx) XXX_Size() int
- func (m *SignerSetTx) XXX_Unmarshal(b []byte) error
- type SignerSetTxConfirmation
- func (*SignerSetTxConfirmation) Descriptor() ([]byte, []int)
- func (m *SignerSetTxConfirmation) GetEthereumSigner() string
- func (m *SignerSetTxConfirmation) GetSignature() []byte
- func (u *SignerSetTxConfirmation) GetSigner() common.Address
- func (m *SignerSetTxConfirmation) GetSignerSetNonce() uint64
- func (sstx *SignerSetTxConfirmation) GetStoreIndex() []byte
- func (m *SignerSetTxConfirmation) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxConfirmation) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxConfirmation) ProtoMessage()
- func (m *SignerSetTxConfirmation) Reset()
- func (m *SignerSetTxConfirmation) Size() (n int)
- func (m *SignerSetTxConfirmation) String() string
- func (m *SignerSetTxConfirmation) Unmarshal(dAtA []byte) error
- func (u *SignerSetTxConfirmation) Validate() error
- func (m *SignerSetTxConfirmation) XXX_DiscardUnknown()
- func (m *SignerSetTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxConfirmation) XXX_Merge(src proto.Message)
- func (m *SignerSetTxConfirmation) XXX_Size() int
- func (m *SignerSetTxConfirmation) XXX_Unmarshal(b []byte) error
- type SignerSetTxConfirmationsRequest
- func (*SignerSetTxConfirmationsRequest) Descriptor() ([]byte, []int)
- func (m *SignerSetTxConfirmationsRequest) GetSignerSetNonce() uint64
- func (m *SignerSetTxConfirmationsRequest) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxConfirmationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxConfirmationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxConfirmationsRequest) ProtoMessage()
- func (m *SignerSetTxConfirmationsRequest) Reset()
- func (m *SignerSetTxConfirmationsRequest) Size() (n int)
- func (m *SignerSetTxConfirmationsRequest) String() string
- func (m *SignerSetTxConfirmationsRequest) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxConfirmationsRequest) XXX_DiscardUnknown()
- func (m *SignerSetTxConfirmationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxConfirmationsRequest) XXX_Merge(src proto.Message)
- func (m *SignerSetTxConfirmationsRequest) XXX_Size() int
- func (m *SignerSetTxConfirmationsRequest) XXX_Unmarshal(b []byte) error
- type SignerSetTxConfirmationsResponse
- func (*SignerSetTxConfirmationsResponse) Descriptor() ([]byte, []int)
- func (m *SignerSetTxConfirmationsResponse) GetSignatures() []*SignerSetTxConfirmation
- func (m *SignerSetTxConfirmationsResponse) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxConfirmationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxConfirmationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxConfirmationsResponse) ProtoMessage()
- func (m *SignerSetTxConfirmationsResponse) Reset()
- func (m *SignerSetTxConfirmationsResponse) Size() (n int)
- func (m *SignerSetTxConfirmationsResponse) String() string
- func (m *SignerSetTxConfirmationsResponse) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxConfirmationsResponse) XXX_DiscardUnknown()
- func (m *SignerSetTxConfirmationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxConfirmationsResponse) XXX_Merge(src proto.Message)
- func (m *SignerSetTxConfirmationsResponse) XXX_Size() int
- func (m *SignerSetTxConfirmationsResponse) XXX_Unmarshal(b []byte) error
- type SignerSetTxExecutedEvent
- func (*SignerSetTxExecutedEvent) Descriptor() ([]byte, []int)
- func (m *SignerSetTxExecutedEvent) GetEthereumHeight() uint64
- func (m *SignerSetTxExecutedEvent) GetEventNonce() uint64
- func (m *SignerSetTxExecutedEvent) GetMembers() []*EthereumSigner
- func (m *SignerSetTxExecutedEvent) GetSignerSetTxNonce() uint64
- func (sse *SignerSetTxExecutedEvent) Hash() tmbytes.HexBytes
- func (m *SignerSetTxExecutedEvent) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxExecutedEvent) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxExecutedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxExecutedEvent) ProtoMessage()
- func (m *SignerSetTxExecutedEvent) Reset()
- func (m *SignerSetTxExecutedEvent) Size() (n int)
- func (m *SignerSetTxExecutedEvent) String() string
- func (m *SignerSetTxExecutedEvent) Unmarshal(dAtA []byte) error
- func (sse *SignerSetTxExecutedEvent) Validate() error
- func (m *SignerSetTxExecutedEvent) XXX_DiscardUnknown()
- func (m *SignerSetTxExecutedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxExecutedEvent) XXX_Merge(src proto.Message)
- func (m *SignerSetTxExecutedEvent) XXX_Size() int
- func (m *SignerSetTxExecutedEvent) XXX_Unmarshal(b []byte) error
- type SignerSetTxRequest
- func (*SignerSetTxRequest) Descriptor() ([]byte, []int)
- func (m *SignerSetTxRequest) GetSignerSetNonce() uint64
- func (m *SignerSetTxRequest) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxRequest) ProtoMessage()
- func (m *SignerSetTxRequest) Reset()
- func (m *SignerSetTxRequest) Size() (n int)
- func (m *SignerSetTxRequest) String() string
- func (m *SignerSetTxRequest) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxRequest) XXX_DiscardUnknown()
- func (m *SignerSetTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxRequest) XXX_Merge(src proto.Message)
- func (m *SignerSetTxRequest) XXX_Size() int
- func (m *SignerSetTxRequest) XXX_Unmarshal(b []byte) error
- type SignerSetTxResponse
- func (*SignerSetTxResponse) Descriptor() ([]byte, []int)
- func (m *SignerSetTxResponse) GetSignerSet() *SignerSetTx
- func (m *SignerSetTxResponse) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxResponse) ProtoMessage()
- func (m *SignerSetTxResponse) Reset()
- func (m *SignerSetTxResponse) Size() (n int)
- func (m *SignerSetTxResponse) String() string
- func (m *SignerSetTxResponse) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxResponse) XXX_DiscardUnknown()
- func (m *SignerSetTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxResponse) XXX_Merge(src proto.Message)
- func (m *SignerSetTxResponse) XXX_Size() int
- func (m *SignerSetTxResponse) XXX_Unmarshal(b []byte) error
- type SignerSetTxsRequest
- func (*SignerSetTxsRequest) Descriptor() ([]byte, []int)
- func (m *SignerSetTxsRequest) GetPagination() *query.PageRequest
- func (m *SignerSetTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxsRequest) ProtoMessage()
- func (m *SignerSetTxsRequest) Reset()
- func (m *SignerSetTxsRequest) Size() (n int)
- func (m *SignerSetTxsRequest) String() string
- func (m *SignerSetTxsRequest) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxsRequest) XXX_DiscardUnknown()
- func (m *SignerSetTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxsRequest) XXX_Merge(src proto.Message)
- func (m *SignerSetTxsRequest) XXX_Size() int
- func (m *SignerSetTxsRequest) XXX_Unmarshal(b []byte) error
- type SignerSetTxsResponse
- func (*SignerSetTxsResponse) Descriptor() ([]byte, []int)
- func (m *SignerSetTxsResponse) GetPagination() *query.PageResponse
- func (m *SignerSetTxsResponse) GetSignerSets() []*SignerSetTx
- func (m *SignerSetTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *SignerSetTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SignerSetTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SignerSetTxsResponse) ProtoMessage()
- func (m *SignerSetTxsResponse) Reset()
- func (m *SignerSetTxsResponse) Size() (n int)
- func (m *SignerSetTxsResponse) String() string
- func (m *SignerSetTxsResponse) Unmarshal(dAtA []byte) error
- func (m *SignerSetTxsResponse) XXX_DiscardUnknown()
- func (m *SignerSetTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignerSetTxsResponse) XXX_Merge(src proto.Message)
- func (m *SignerSetTxsResponse) XXX_Size() int
- func (m *SignerSetTxsResponse) XXX_Unmarshal(b []byte) error
- type SlashingKeeper
- type StakingKeeper
- type UnbatchedSendToEthereumsRequest
- func (*UnbatchedSendToEthereumsRequest) Descriptor() ([]byte, []int)
- func (m *UnbatchedSendToEthereumsRequest) GetPagination() *query.PageRequest
- func (m *UnbatchedSendToEthereumsRequest) GetSenderAddress() string
- func (m *UnbatchedSendToEthereumsRequest) Marshal() (dAtA []byte, err error)
- func (m *UnbatchedSendToEthereumsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbatchedSendToEthereumsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbatchedSendToEthereumsRequest) ProtoMessage()
- func (m *UnbatchedSendToEthereumsRequest) Reset()
- func (m *UnbatchedSendToEthereumsRequest) Size() (n int)
- func (m *UnbatchedSendToEthereumsRequest) String() string
- func (m *UnbatchedSendToEthereumsRequest) Unmarshal(dAtA []byte) error
- func (m *UnbatchedSendToEthereumsRequest) XXX_DiscardUnknown()
- func (m *UnbatchedSendToEthereumsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbatchedSendToEthereumsRequest) XXX_Merge(src proto.Message)
- func (m *UnbatchedSendToEthereumsRequest) XXX_Size() int
- func (m *UnbatchedSendToEthereumsRequest) XXX_Unmarshal(b []byte) error
- type UnbatchedSendToEthereumsResponse
- func (*UnbatchedSendToEthereumsResponse) Descriptor() ([]byte, []int)
- func (m *UnbatchedSendToEthereumsResponse) GetPagination() *query.PageResponse
- func (m *UnbatchedSendToEthereumsResponse) GetSendToEthereums() []*SendToEthereum
- func (m *UnbatchedSendToEthereumsResponse) Marshal() (dAtA []byte, err error)
- func (m *UnbatchedSendToEthereumsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UnbatchedSendToEthereumsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnbatchedSendToEthereumsResponse) ProtoMessage()
- func (m *UnbatchedSendToEthereumsResponse) Reset()
- func (m *UnbatchedSendToEthereumsResponse) Size() (n int)
- func (m *UnbatchedSendToEthereumsResponse) String() string
- func (m *UnbatchedSendToEthereumsResponse) Unmarshal(dAtA []byte) error
- func (m *UnbatchedSendToEthereumsResponse) XXX_DiscardUnknown()
- func (m *UnbatchedSendToEthereumsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnbatchedSendToEthereumsResponse) XXX_Merge(src proto.Message)
- func (m *UnbatchedSendToEthereumsResponse) XXX_Size() int
- func (m *UnbatchedSendToEthereumsResponse) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) CancelSendToEthereum(ctx context.Context, req *MsgCancelSendToEthereum) (*MsgCancelSendToEthereumResponse, error)
- func (*UnimplementedMsgServer) RequestBatchTx(ctx context.Context, req *MsgRequestBatchTx) (*MsgRequestBatchTxResponse, error)
- func (*UnimplementedMsgServer) SendToEthereum(ctx context.Context, req *MsgSendToEthereum) (*MsgSendToEthereumResponse, error)
- func (*UnimplementedMsgServer) SetDelegateKeys(ctx context.Context, req *MsgDelegateKeys) (*MsgDelegateKeysResponse, error)
- func (*UnimplementedMsgServer) SubmitEthereumEvent(ctx context.Context, req *MsgSubmitEthereumEvent) (*MsgSubmitEthereumEventResponse, error)
- func (*UnimplementedMsgServer) SubmitEthereumTxConfirmation(ctx context.Context, req *MsgSubmitEthereumTxConfirmation) (*MsgSubmitEthereumTxConfirmationResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) BatchTx(ctx context.Context, req *BatchTxRequest) (*BatchTxResponse, error)
- func (*UnimplementedQueryServer) BatchTxConfirmations(ctx context.Context, req *BatchTxConfirmationsRequest) (*BatchTxConfirmationsResponse, error)
- func (*UnimplementedQueryServer) BatchTxFees(ctx context.Context, req *BatchTxFeesRequest) (*BatchTxFeesResponse, error)
- func (*UnimplementedQueryServer) BatchTxs(ctx context.Context, req *BatchTxsRequest) (*BatchTxsResponse, error)
- func (*UnimplementedQueryServer) BatchedSendToEthereums(ctx context.Context, req *BatchedSendToEthereumsRequest) (*BatchedSendToEthereumsResponse, error)
- func (*UnimplementedQueryServer) ContractCallTx(ctx context.Context, req *ContractCallTxRequest) (*ContractCallTxResponse, error)
- func (*UnimplementedQueryServer) ContractCallTxConfirmations(ctx context.Context, req *ContractCallTxConfirmationsRequest) (*ContractCallTxConfirmationsResponse, error)
- func (*UnimplementedQueryServer) ContractCallTxs(ctx context.Context, req *ContractCallTxsRequest) (*ContractCallTxsResponse, error)
- func (*UnimplementedQueryServer) DelegateKeys(ctx context.Context, req *DelegateKeysRequest) (*DelegateKeysResponse, error)
- func (*UnimplementedQueryServer) DelegateKeysByEthereumSigner(ctx context.Context, req *DelegateKeysByEthereumSignerRequest) (*DelegateKeysByEthereumSignerResponse, error)
- func (*UnimplementedQueryServer) DelegateKeysByOrchestrator(ctx context.Context, req *DelegateKeysByOrchestratorRequest) (*DelegateKeysByOrchestratorResponse, error)
- func (*UnimplementedQueryServer) DelegateKeysByValidator(ctx context.Context, req *DelegateKeysByValidatorRequest) (*DelegateKeysByValidatorResponse, error)
- func (*UnimplementedQueryServer) DenomToERC20(ctx context.Context, req *DenomToERC20Request) (*DenomToERC20Response, error)
- func (*UnimplementedQueryServer) DenomToERC20Params(ctx context.Context, req *DenomToERC20ParamsRequest) (*DenomToERC20ParamsResponse, error)
- func (*UnimplementedQueryServer) ERC20ToDenom(ctx context.Context, req *ERC20ToDenomRequest) (*ERC20ToDenomResponse, error)
- func (*UnimplementedQueryServer) LastSubmittedEthereumEvent(ctx context.Context, req *LastSubmittedEthereumEventRequest) (*LastSubmittedEthereumEventResponse, error)
- func (*UnimplementedQueryServer) LatestSignerSetTx(ctx context.Context, req *LatestSignerSetTxRequest) (*SignerSetTxResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *ParamsRequest) (*ParamsResponse, error)
- func (*UnimplementedQueryServer) SignerSetTx(ctx context.Context, req *SignerSetTxRequest) (*SignerSetTxResponse, error)
- func (*UnimplementedQueryServer) SignerSetTxConfirmations(ctx context.Context, req *SignerSetTxConfirmationsRequest) (*SignerSetTxConfirmationsResponse, error)
- func (*UnimplementedQueryServer) SignerSetTxs(ctx context.Context, req *SignerSetTxsRequest) (*SignerSetTxsResponse, error)
- func (*UnimplementedQueryServer) UnbatchedSendToEthereums(ctx context.Context, req *UnbatchedSendToEthereumsRequest) (*UnbatchedSendToEthereumsResponse, error)
- func (*UnimplementedQueryServer) UnsignedBatchTxs(ctx context.Context, req *UnsignedBatchTxsRequest) (*UnsignedBatchTxsResponse, error)
- func (*UnimplementedQueryServer) UnsignedContractCallTxs(ctx context.Context, req *UnsignedContractCallTxsRequest) (*UnsignedContractCallTxsResponse, error)
- func (*UnimplementedQueryServer) UnsignedSignerSetTxs(ctx context.Context, req *UnsignedSignerSetTxsRequest) (*UnsignedSignerSetTxsResponse, error)
- type UnsignedBatchTxsRequest
- func (*UnsignedBatchTxsRequest) Descriptor() ([]byte, []int)
- func (m *UnsignedBatchTxsRequest) GetAddress() string
- func (m *UnsignedBatchTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *UnsignedBatchTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedBatchTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedBatchTxsRequest) ProtoMessage()
- func (m *UnsignedBatchTxsRequest) Reset()
- func (m *UnsignedBatchTxsRequest) Size() (n int)
- func (m *UnsignedBatchTxsRequest) String() string
- func (m *UnsignedBatchTxsRequest) Unmarshal(dAtA []byte) error
- func (m *UnsignedBatchTxsRequest) XXX_DiscardUnknown()
- func (m *UnsignedBatchTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedBatchTxsRequest) XXX_Merge(src proto.Message)
- func (m *UnsignedBatchTxsRequest) XXX_Size() int
- func (m *UnsignedBatchTxsRequest) XXX_Unmarshal(b []byte) error
- type UnsignedBatchTxsResponse
- func (*UnsignedBatchTxsResponse) Descriptor() ([]byte, []int)
- func (m *UnsignedBatchTxsResponse) GetBatches() []*BatchTx
- func (m *UnsignedBatchTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *UnsignedBatchTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedBatchTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedBatchTxsResponse) ProtoMessage()
- func (m *UnsignedBatchTxsResponse) Reset()
- func (m *UnsignedBatchTxsResponse) Size() (n int)
- func (m *UnsignedBatchTxsResponse) String() string
- func (m *UnsignedBatchTxsResponse) Unmarshal(dAtA []byte) error
- func (m *UnsignedBatchTxsResponse) XXX_DiscardUnknown()
- func (m *UnsignedBatchTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedBatchTxsResponse) XXX_Merge(src proto.Message)
- func (m *UnsignedBatchTxsResponse) XXX_Size() int
- func (m *UnsignedBatchTxsResponse) XXX_Unmarshal(b []byte) error
- type UnsignedContractCallTxsRequest
- func (*UnsignedContractCallTxsRequest) Descriptor() ([]byte, []int)
- func (m *UnsignedContractCallTxsRequest) GetAddress() string
- func (m *UnsignedContractCallTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *UnsignedContractCallTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedContractCallTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedContractCallTxsRequest) ProtoMessage()
- func (m *UnsignedContractCallTxsRequest) Reset()
- func (m *UnsignedContractCallTxsRequest) Size() (n int)
- func (m *UnsignedContractCallTxsRequest) String() string
- func (m *UnsignedContractCallTxsRequest) Unmarshal(dAtA []byte) error
- func (m *UnsignedContractCallTxsRequest) XXX_DiscardUnknown()
- func (m *UnsignedContractCallTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedContractCallTxsRequest) XXX_Merge(src proto.Message)
- func (m *UnsignedContractCallTxsRequest) XXX_Size() int
- func (m *UnsignedContractCallTxsRequest) XXX_Unmarshal(b []byte) error
- type UnsignedContractCallTxsResponse
- func (*UnsignedContractCallTxsResponse) Descriptor() ([]byte, []int)
- func (m *UnsignedContractCallTxsResponse) GetCalls() []*ContractCallTx
- func (m *UnsignedContractCallTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *UnsignedContractCallTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedContractCallTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedContractCallTxsResponse) ProtoMessage()
- func (m *UnsignedContractCallTxsResponse) Reset()
- func (m *UnsignedContractCallTxsResponse) Size() (n int)
- func (m *UnsignedContractCallTxsResponse) String() string
- func (m *UnsignedContractCallTxsResponse) Unmarshal(dAtA []byte) error
- func (m *UnsignedContractCallTxsResponse) XXX_DiscardUnknown()
- func (m *UnsignedContractCallTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedContractCallTxsResponse) XXX_Merge(src proto.Message)
- func (m *UnsignedContractCallTxsResponse) XXX_Size() int
- func (m *UnsignedContractCallTxsResponse) XXX_Unmarshal(b []byte) error
- type UnsignedSignerSetTxsRequest
- func (*UnsignedSignerSetTxsRequest) Descriptor() ([]byte, []int)
- func (m *UnsignedSignerSetTxsRequest) GetAddress() string
- func (m *UnsignedSignerSetTxsRequest) Marshal() (dAtA []byte, err error)
- func (m *UnsignedSignerSetTxsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedSignerSetTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedSignerSetTxsRequest) ProtoMessage()
- func (m *UnsignedSignerSetTxsRequest) Reset()
- func (m *UnsignedSignerSetTxsRequest) Size() (n int)
- func (m *UnsignedSignerSetTxsRequest) String() string
- func (m *UnsignedSignerSetTxsRequest) Unmarshal(dAtA []byte) error
- func (m *UnsignedSignerSetTxsRequest) XXX_DiscardUnknown()
- func (m *UnsignedSignerSetTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedSignerSetTxsRequest) XXX_Merge(src proto.Message)
- func (m *UnsignedSignerSetTxsRequest) XXX_Size() int
- func (m *UnsignedSignerSetTxsRequest) XXX_Unmarshal(b []byte) error
- type UnsignedSignerSetTxsResponse
- func (*UnsignedSignerSetTxsResponse) Descriptor() ([]byte, []int)
- func (m *UnsignedSignerSetTxsResponse) GetSignerSets() []*SignerSetTx
- func (m *UnsignedSignerSetTxsResponse) Marshal() (dAtA []byte, err error)
- func (m *UnsignedSignerSetTxsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *UnsignedSignerSetTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*UnsignedSignerSetTxsResponse) ProtoMessage()
- func (m *UnsignedSignerSetTxsResponse) Reset()
- func (m *UnsignedSignerSetTxsResponse) Size() (n int)
- func (m *UnsignedSignerSetTxsResponse) String() string
- func (m *UnsignedSignerSetTxsResponse) Unmarshal(dAtA []byte) error
- func (m *UnsignedSignerSetTxsResponse) XXX_DiscardUnknown()
- func (m *UnsignedSignerSetTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UnsignedSignerSetTxsResponse) XXX_Merge(src proto.Message)
- func (m *UnsignedSignerSetTxsResponse) XXX_Size() int
- func (m *UnsignedSignerSetTxsResponse) XXX_Unmarshal(b []byte) error
Constants ¶
const ( // BatchTxCheckpointABIJSON checks the ETH ABI for compatability of the OutgoingBatchTx message BatchTxCheckpointABIJSON = `` /* 839-byte string literal not displayed */ // SignerSetTxCheckpointABIJSON checks the ETH ABI for compatability of the signer set update message SignerSetTxCheckpointABIJSON = `` /* 589-byte string literal not displayed */ // ContractCallTxABIJSON checks the ETH ABI for compatability of the logic call message ContractCallTxABIJSON = `` /* 1153-byte string literal not displayed */ )
const ( // GravityDenomPrefix indicates the prefix for all assests minted by this module GravityDenomPrefix = ModuleName // GravityDenomSeparator is the separator for gravity denoms GravityDenomSeparator = "" // EthereumContractAddressLen is the length of contract address strings EthereumContractAddressLen = 42 // GravityDenomLen is the length of the denoms generated by the gravity module GravityDenomLen = len(GravityDenomPrefix) + len(GravityDenomSeparator) + EthereumContractAddressLen )
const ( EventTypeObservation = "observation" EventTypeOutgoingBatch = "outgoing_batch" EventTypeMultisigUpdateRequest = "multisig_update_request" EventTypeOutgoingBatchCanceled = "outgoing_batch_canceled" EventTypeContractCallTxCanceled = "outgoing_logic_call_canceled" EventTypeBridgeWithdrawalReceived = "withdrawal_received" EventTypeBridgeDepositReceived = "deposit_received" EventTypeBridgeWithdrawCanceled = "withdraw_canceled" AttributeKeyEthereumEventVoteRecordID = "ethereum_event_vote_record_id" AttributeKeyBatchConfirmKey = "batch_confirm_key" AttributeKeyEthereumSignatureKey = "ethereum_signature_key" AttributeKeyOutgoingBatchID = "batch_id" AttributeKeyOutgoingTXID = "outgoing_tx_id" AttributeKeyEthereumEventType = "ethereum_event_type" AttributeKeyContract = "bridge_contract" AttributeKeyNonce = "nonce" AttributeKeySignerSetNonce = "signerset_nonce" AttributeKeyBatchNonce = "batch_nonce" AttributeKeyBridgeChainID = "bridge_chain_id" AttributeKeySetOrchestratorAddr = "set_orchestrator_address" AttributeKeySetEthereumAddr = "set_ethereum_address" AttributeKeyValidatorAddr = "validator_address" AttributeKeyContractCallInvalidationScope = "contract_call_invalidation_scope" AttributeKeyContractCallInvalidationNonce = "contract_call_invalidation_nonce" AttributeKeyContractCallPayload = "contract_call_payload" AttributeKeyContractCallTokens = "contract_call_tokens" AttributeKeyContractCallFees = "contract_call_fees" AttributeKeyEthTxTimeout = "eth_tx_timeout" )
const ( // todo: implement oracle constants as params DefaultParamspace = ModuleName EventVoteRecordPeriod = 24 * time.Hour // TODO: value???? )
DefaultParamspace defines the default auth module parameter subspace
const ( // ModuleName is the name of the module ModuleName = "gravity" // StoreKey to be used when creating the KVStore StoreKey = ModuleName // RouterKey is the module name router key RouterKey = ModuleName // QuerierRoute to be used for querierer msgs QuerierRoute = ModuleName )
const ( // Key Delegation ValidatorEthereumAddressKey OrchestratorValidatorAddressKey EthereumOrchestratorAddressKey // Core types EthereumSignatureKey EthereumEventVoteRecordKey OutgoingTxKey SendToEthereumKey // Latest nonce indexes LastEventNonceByValidatorKey LastObservedEventNonceKey LatestSignerSetTxNonceKey LastSlashedOutgoingTxBlockKey LastSlashedSignerSetTxNonceKey LastOutgoingBatchNonceKey // LastSendToEthereumIDKey indexes the lastTxPoolID LastSendToEthereumIDKey // LastEthereumBlockHeightKey indexes the latest Ethereum block height LastEthereumBlockHeightKey // DenomToERC20Key prefixes the index of Cosmos originated asset denoms to ERC20s DenomToERC20Key // ERC20ToDenomKey prefixes the index of Cosmos originated assets ERC20s to denoms ERC20ToDenomKey // LastUnBondingBlockHeightKey indexes the last validator unbonding block height LastUnBondingBlockHeightKey LastObservedSignerSetKey )
const ( SignerSetTxPrefixByte BatchTxPrefixByte ContractCallTxPrefixByte )
Variables ¶
var ( ErrInvalid = sdkerrors.Register(ModuleName, 3, "invalid") ErrSupplyOverflow = sdkerrors.Register(ModuleName, 4, "malicious ERC20 with invalid supply sent over bridge") ErrDelegateKeys = sdkerrors.Register(ModuleName, 5, "failed to delegate keys") ErrEmptyEthSig = sdkerrors.Register(ModuleName, 6, "empty Ethereum signature") ErrInvalidERC20Event = sdkerrors.Register(ModuleName, 7, "invalid ERC20 deployed event") )
var ( // ParamsStoreKeyGravityID stores the gravity id ParamsStoreKeyGravityID = []byte("GravityID") // ParamsStoreKeyContractHash stores the contract hash ParamsStoreKeyContractHash = []byte("ContractHash") // ParamsStoreKeyBridgeContractAddress stores the contract address ParamsStoreKeyBridgeContractAddress = []byte("BridgeContractAddress") // ParamsStoreKeyBridgeContractChainID stores the bridge chain id ParamsStoreKeyBridgeContractChainID = []byte("BridgeChainID") // ParamsStoreKeySignedSignerSetTxsWindow stores the signed blocks window ParamsStoreKeySignedSignerSetTxsWindow = []byte("SignedSignerSetTxWindow") // ParamsStoreKeySignedBatchesWindow stores the signed blocks window ParamsStoreKeySignedBatchesWindow = []byte("SignedBatchesWindow") // ParamsStoreKeyEthereumSignaturesWindow stores the signed blocks window ParamsStoreKeyEthereumSignaturesWindow = []byte("EthereumSignaturesWindow") // ParamsStoreKeyTargetEthTxTimeout stores the target ethereum transaction timeout ParamsStoreKeyTargetEthTxTimeout = []byte("TargetEthTxTimeout") // ParamsStoreKeyAverageBlockTime stores the signed blocks window ParamsStoreKeyAverageBlockTime = []byte("AverageBlockTime") // ParamsStoreKeyAverageEthereumBlockTime stores the signed blocks window ParamsStoreKeyAverageEthereumBlockTime = []byte("AverageEthereumBlockTime") // ParamsStoreSlashFractionSignerSetTx stores the slash fraction valset ParamsStoreSlashFractionSignerSetTx = []byte("SlashFractionSignerSetTx") // ParamsStoreSlashFractionBatch stores the slash fraction Batch ParamsStoreSlashFractionBatch = []byte("SlashFractionBatch") // ParamsStoreSlashFractionEthereumSignature stores the slash fraction ethereum siganture ParamsStoreSlashFractionEthereumSignature = []byte("SlashFractionEthereumSignature") // ParamsStoreSlashFractionConflictingEthereumSignature stores the slash fraction ConflictingEthereumSignature ParamsStoreSlashFractionConflictingEthereumSignature = []byte("SlashFractionConflictingEthereumSignature") // ParamStoreUnbondSlashingSignerSetTxsWindow stores unbond slashing valset window ParamStoreUnbondSlashingSignerSetTxsWindow = []byte("UnbondSlashingSignerSetTxsWindow") )
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthGravity = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGravity = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGravity = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthMsgs = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMsgs = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupMsgs = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( // ModuleCdc references the global x/bank module codec. Note, the codec should // ONLY be used in certain instances of tests and for JSON encoding as Amino is // still used for that purpose. // // The actual codec used for serialization should be provided to x/staking and // defined at the application level. ModuleCdc = codec.NewAminoCodec(amino) )
Functions ¶
func EthereumAddrLessThan ¶
EthereumAddrLessThan migrates the Ethereum address less than function
func GravityDenomToERC20 ¶
func MakeContractCallTxKey ¶
func MakeDenomToERC20Key ¶
func MakeERC20ToDenomKey ¶
func MakeEthereumEventVoteRecordKey ¶
MakeEthereumEventVoteRecordKey returns the following key format prefix nonce claim-details-hash [0x5][0 0 0 0 0 0 0 1][fd1af8cec6c67fcf156f1b61fdf91ebc04d05484d007436e75342fc05bbff35a]
func MakeEthereumOrchestratorAddressKey ¶
MakeEthereumOrchestratorAddressKey returns the following key format prefix cosmos-validator [0x0][cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func MakeEthereumSignatureKey ¶
func MakeEthereumSignatureKey(storeIndex []byte, validator sdk.ValAddress) []byte
MakeEthereumSignatureKey returns the following key format prefix nonce validator-address [0x0][0 0 0 0 0 0 0 1][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func MakeLastEventNonceByValidatorKey ¶
func MakeLastEventNonceByValidatorKey(validator sdk.ValAddress) []byte
MakeLastEventNonceByValidatorKey indexes lateset event nonce by validator MakeLastEventNonceByValidatorKey returns the following key format prefix cosmos-validator [0x0][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func MakeOrchestratorValidatorAddressKey ¶
func MakeOrchestratorValidatorAddressKey(orc sdk.AccAddress) []byte
MakeOrchestratorValidatorAddressKey returns the following key format prefix [0xe8][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func MakeOutgoingTxKey ¶
MakeOutgoingTxKey returns the store index passed with a prefix
func MakeSendToEthereumKey ¶
func MakeSendToEthereumKey(id uint64, fee ERC20Token) []byte
MakeSendToEthereumKey returns the following key format prefix eth-contract-address fee_amount id [0x9][0xc783df8a850f42e7F7e57013759C285caa701eB6][1000000000][0 0 0 0 0 0 0 1]
func MakeSignerSetTxKey ¶
func MakeValidatorEthereumAddressKey ¶
func MakeValidatorEthereumAddressKey(validator sdk.ValAddress) []byte
MakeValidatorEthereumAddressKey returns the following key format prefix cosmos-validator [0x0][cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func NewEthereumSignature ¶
func NewEthereumSignature(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error)
NewEthereumSignature creates a new signuature over a given byte array
func PackConfirmation ¶
func PackConfirmation(confirmation EthereumTxConfirmation) (*types.Any, error)
func PackOutgoingTx ¶
func PackOutgoingTx(outgoing OutgoingTx) (*types.Any, error)
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
RegisterInterfaces registers the interfaces for the proto stuff
func RegisterLegacyAminoCodec ¶
func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino)
RegisterLegacyAminoCodec registers the vesting interfaces and concrete types on the provided LegacyAmino codec. These types are used for Amino JSON serialization
func RegisterMsgServer ¶
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
Types ¶
type AccountKeeper ¶
AccountKeeper defines the interface contract required for account functionality.
type BankKeeper ¶
type BankKeeper interface { GetSupply(ctx sdk.Context, denom string) sdk.Coin SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, amt sdk.Coins) error SendCoinsFromModuleToModule(ctx sdk.Context, senderModule, recipientModule string, amt sdk.Coins) error SendCoinsFromAccountToModule(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, amt sdk.Coins) error MintCoins(ctx sdk.Context, name string, amt sdk.Coins) error BurnCoins(ctx sdk.Context, name string, amt sdk.Coins) error GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins GetDenomMetaData(ctx sdk.Context, denom string) (bank.Metadata, bool) }
BankKeeper defines the expected bank keeper methods
type BatchExecutedEvent ¶
type BatchExecutedEvent struct { TokenContract string `protobuf:"bytes,1,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` EventNonce uint64 `protobuf:"varint,2,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"` EthereumHeight uint64 `protobuf:"varint,3,opt,name=ethereum_height,json=ethereumHeight,proto3" json:"ethereum_height,omitempty"` BatchNonce uint64 `protobuf:"varint,4,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` }
BatchExecutedEvent claims that a batch of BatchTxExecutedal operations on the bridge contract was executed successfully on ETH
func (*BatchExecutedEvent) Descriptor ¶
func (*BatchExecutedEvent) Descriptor() ([]byte, []int)
func (*BatchExecutedEvent) GetBatchNonce ¶
func (m *BatchExecutedEvent) GetBatchNonce() uint64
func (*BatchExecutedEvent) GetEthereumHeight ¶
func (m *BatchExecutedEvent) GetEthereumHeight() uint64
func (*BatchExecutedEvent) GetEventNonce ¶
func (m *BatchExecutedEvent) GetEventNonce() uint64
func (*BatchExecutedEvent) GetTokenContract ¶
func (m *BatchExecutedEvent) GetTokenContract() string
func (*BatchExecutedEvent) Hash ¶
func (bee *BatchExecutedEvent) Hash() tmbytes.HexBytes
func (*BatchExecutedEvent) Marshal ¶
func (m *BatchExecutedEvent) Marshal() (dAtA []byte, err error)
func (*BatchExecutedEvent) MarshalTo ¶
func (m *BatchExecutedEvent) MarshalTo(dAtA []byte) (int, error)
func (*BatchExecutedEvent) MarshalToSizedBuffer ¶
func (m *BatchExecutedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchExecutedEvent) ProtoMessage ¶
func (*BatchExecutedEvent) ProtoMessage()
func (*BatchExecutedEvent) Reset ¶
func (m *BatchExecutedEvent) Reset()
func (*BatchExecutedEvent) Size ¶
func (m *BatchExecutedEvent) Size() (n int)
func (*BatchExecutedEvent) String ¶
func (m *BatchExecutedEvent) String() string
func (*BatchExecutedEvent) Unmarshal ¶
func (m *BatchExecutedEvent) Unmarshal(dAtA []byte) error
func (*BatchExecutedEvent) Validate ¶
func (bee *BatchExecutedEvent) Validate() error
func (*BatchExecutedEvent) XXX_DiscardUnknown ¶
func (m *BatchExecutedEvent) XXX_DiscardUnknown()
func (*BatchExecutedEvent) XXX_Marshal ¶
func (m *BatchExecutedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchExecutedEvent) XXX_Merge ¶
func (m *BatchExecutedEvent) XXX_Merge(src proto.Message)
func (*BatchExecutedEvent) XXX_Size ¶
func (m *BatchExecutedEvent) XXX_Size() int
func (*BatchExecutedEvent) XXX_Unmarshal ¶
func (m *BatchExecutedEvent) XXX_Unmarshal(b []byte) error
type BatchTx ¶
type BatchTx struct { BatchNonce uint64 `protobuf:"varint,1,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` Timeout uint64 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"` Transactions []*SendToEthereum `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"` TokenContract string `protobuf:"bytes,4,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` Height uint64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` }
BatchTx represents a batch of transactions going from Cosmos to Ethereum. Batch txs are are identified by a unique hash and the token contract that is shared by all the SendToEthereum
func (*BatchTx) Descriptor ¶
func (*BatchTx) GetBatchNonce ¶
func (BatchTx) GetCheckpoint ¶
GetCheckpoint gets the checkpoint signature from the given outgoing tx batch
func (*BatchTx) GetCosmosHeight ¶
func (*BatchTx) GetStoreIndex ¶
func (*BatchTx) GetTimeout ¶
func (*BatchTx) GetTokenContract ¶
func (*BatchTx) GetTransactions ¶
func (m *BatchTx) GetTransactions() []*SendToEthereum
func (*BatchTx) MarshalToSizedBuffer ¶
func (*BatchTx) ProtoMessage ¶
func (*BatchTx) ProtoMessage()
func (*BatchTx) XXX_DiscardUnknown ¶
func (m *BatchTx) XXX_DiscardUnknown()
func (*BatchTx) XXX_Marshal ¶
func (*BatchTx) XXX_Unmarshal ¶
type BatchTxConfirmation ¶
type BatchTxConfirmation struct { TokenContract string `protobuf:"bytes,1,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` BatchNonce uint64 `protobuf:"varint,2,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` EthereumSigner string `protobuf:"bytes,3,opt,name=ethereum_signer,json=ethereumSigner,proto3" json:"ethereum_signer,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` }
BatchTxConfirmation is a signature on behalf of a validator for a BatchTx.
func (*BatchTxConfirmation) Descriptor ¶
func (*BatchTxConfirmation) Descriptor() ([]byte, []int)
func (*BatchTxConfirmation) GetBatchNonce ¶
func (m *BatchTxConfirmation) GetBatchNonce() uint64
func (*BatchTxConfirmation) GetEthereumSigner ¶
func (m *BatchTxConfirmation) GetEthereumSigner() string
func (*BatchTxConfirmation) GetSignature ¶
func (m *BatchTxConfirmation) GetSignature() []byte
func (*BatchTxConfirmation) GetSigner ¶
func (u *BatchTxConfirmation) GetSigner() common.Address
func (*BatchTxConfirmation) GetStoreIndex ¶
func (btx *BatchTxConfirmation) GetStoreIndex() []byte
func (*BatchTxConfirmation) GetTokenContract ¶
func (m *BatchTxConfirmation) GetTokenContract() string
func (*BatchTxConfirmation) Marshal ¶
func (m *BatchTxConfirmation) Marshal() (dAtA []byte, err error)
func (*BatchTxConfirmation) MarshalTo ¶
func (m *BatchTxConfirmation) MarshalTo(dAtA []byte) (int, error)
func (*BatchTxConfirmation) MarshalToSizedBuffer ¶
func (m *BatchTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxConfirmation) ProtoMessage ¶
func (*BatchTxConfirmation) ProtoMessage()
func (*BatchTxConfirmation) Reset ¶
func (m *BatchTxConfirmation) Reset()
func (*BatchTxConfirmation) Size ¶
func (m *BatchTxConfirmation) Size() (n int)
func (*BatchTxConfirmation) String ¶
func (m *BatchTxConfirmation) String() string
func (*BatchTxConfirmation) Unmarshal ¶
func (m *BatchTxConfirmation) Unmarshal(dAtA []byte) error
func (*BatchTxConfirmation) Validate ¶
func (u *BatchTxConfirmation) Validate() error
func (*BatchTxConfirmation) XXX_DiscardUnknown ¶
func (m *BatchTxConfirmation) XXX_DiscardUnknown()
func (*BatchTxConfirmation) XXX_Marshal ¶
func (m *BatchTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxConfirmation) XXX_Merge ¶
func (m *BatchTxConfirmation) XXX_Merge(src proto.Message)
func (*BatchTxConfirmation) XXX_Size ¶
func (m *BatchTxConfirmation) XXX_Size() int
func (*BatchTxConfirmation) XXX_Unmarshal ¶
func (m *BatchTxConfirmation) XXX_Unmarshal(b []byte) error
type BatchTxConfirmationsRequest ¶
type BatchTxConfirmationsRequest struct { BatchNonce uint64 `protobuf:"varint,1,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` TokenContract string `protobuf:"bytes,2,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` }
func (*BatchTxConfirmationsRequest) Descriptor ¶
func (*BatchTxConfirmationsRequest) Descriptor() ([]byte, []int)
func (*BatchTxConfirmationsRequest) GetBatchNonce ¶
func (m *BatchTxConfirmationsRequest) GetBatchNonce() uint64
func (*BatchTxConfirmationsRequest) GetTokenContract ¶
func (m *BatchTxConfirmationsRequest) GetTokenContract() string
func (*BatchTxConfirmationsRequest) Marshal ¶
func (m *BatchTxConfirmationsRequest) Marshal() (dAtA []byte, err error)
func (*BatchTxConfirmationsRequest) MarshalTo ¶
func (m *BatchTxConfirmationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*BatchTxConfirmationsRequest) MarshalToSizedBuffer ¶
func (m *BatchTxConfirmationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxConfirmationsRequest) ProtoMessage ¶
func (*BatchTxConfirmationsRequest) ProtoMessage()
func (*BatchTxConfirmationsRequest) Reset ¶
func (m *BatchTxConfirmationsRequest) Reset()
func (*BatchTxConfirmationsRequest) Size ¶
func (m *BatchTxConfirmationsRequest) Size() (n int)
func (*BatchTxConfirmationsRequest) String ¶
func (m *BatchTxConfirmationsRequest) String() string
func (*BatchTxConfirmationsRequest) Unmarshal ¶
func (m *BatchTxConfirmationsRequest) Unmarshal(dAtA []byte) error
func (*BatchTxConfirmationsRequest) XXX_DiscardUnknown ¶
func (m *BatchTxConfirmationsRequest) XXX_DiscardUnknown()
func (*BatchTxConfirmationsRequest) XXX_Marshal ¶
func (m *BatchTxConfirmationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxConfirmationsRequest) XXX_Merge ¶
func (m *BatchTxConfirmationsRequest) XXX_Merge(src proto.Message)
func (*BatchTxConfirmationsRequest) XXX_Size ¶
func (m *BatchTxConfirmationsRequest) XXX_Size() int
func (*BatchTxConfirmationsRequest) XXX_Unmarshal ¶
func (m *BatchTxConfirmationsRequest) XXX_Unmarshal(b []byte) error
type BatchTxConfirmationsResponse ¶
type BatchTxConfirmationsResponse struct {
Signatures []*BatchTxConfirmation `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
}
func (*BatchTxConfirmationsResponse) Descriptor ¶
func (*BatchTxConfirmationsResponse) Descriptor() ([]byte, []int)
func (*BatchTxConfirmationsResponse) GetSignatures ¶
func (m *BatchTxConfirmationsResponse) GetSignatures() []*BatchTxConfirmation
func (*BatchTxConfirmationsResponse) Marshal ¶
func (m *BatchTxConfirmationsResponse) Marshal() (dAtA []byte, err error)
func (*BatchTxConfirmationsResponse) MarshalTo ¶
func (m *BatchTxConfirmationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*BatchTxConfirmationsResponse) MarshalToSizedBuffer ¶
func (m *BatchTxConfirmationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxConfirmationsResponse) ProtoMessage ¶
func (*BatchTxConfirmationsResponse) ProtoMessage()
func (*BatchTxConfirmationsResponse) Reset ¶
func (m *BatchTxConfirmationsResponse) Reset()
func (*BatchTxConfirmationsResponse) Size ¶
func (m *BatchTxConfirmationsResponse) Size() (n int)
func (*BatchTxConfirmationsResponse) String ¶
func (m *BatchTxConfirmationsResponse) String() string
func (*BatchTxConfirmationsResponse) Unmarshal ¶
func (m *BatchTxConfirmationsResponse) Unmarshal(dAtA []byte) error
func (*BatchTxConfirmationsResponse) XXX_DiscardUnknown ¶
func (m *BatchTxConfirmationsResponse) XXX_DiscardUnknown()
func (*BatchTxConfirmationsResponse) XXX_Marshal ¶
func (m *BatchTxConfirmationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxConfirmationsResponse) XXX_Merge ¶
func (m *BatchTxConfirmationsResponse) XXX_Merge(src proto.Message)
func (*BatchTxConfirmationsResponse) XXX_Size ¶
func (m *BatchTxConfirmationsResponse) XXX_Size() int
func (*BatchTxConfirmationsResponse) XXX_Unmarshal ¶
func (m *BatchTxConfirmationsResponse) XXX_Unmarshal(b []byte) error
type BatchTxFeesRequest ¶
type BatchTxFeesRequest struct { }
func (*BatchTxFeesRequest) Descriptor ¶
func (*BatchTxFeesRequest) Descriptor() ([]byte, []int)
func (*BatchTxFeesRequest) Marshal ¶
func (m *BatchTxFeesRequest) Marshal() (dAtA []byte, err error)
func (*BatchTxFeesRequest) MarshalTo ¶
func (m *BatchTxFeesRequest) MarshalTo(dAtA []byte) (int, error)
func (*BatchTxFeesRequest) MarshalToSizedBuffer ¶
func (m *BatchTxFeesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxFeesRequest) ProtoMessage ¶
func (*BatchTxFeesRequest) ProtoMessage()
func (*BatchTxFeesRequest) Reset ¶
func (m *BatchTxFeesRequest) Reset()
func (*BatchTxFeesRequest) Size ¶
func (m *BatchTxFeesRequest) Size() (n int)
func (*BatchTxFeesRequest) String ¶
func (m *BatchTxFeesRequest) String() string
func (*BatchTxFeesRequest) Unmarshal ¶
func (m *BatchTxFeesRequest) Unmarshal(dAtA []byte) error
func (*BatchTxFeesRequest) XXX_DiscardUnknown ¶
func (m *BatchTxFeesRequest) XXX_DiscardUnknown()
func (*BatchTxFeesRequest) XXX_Marshal ¶
func (m *BatchTxFeesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxFeesRequest) XXX_Merge ¶
func (m *BatchTxFeesRequest) XXX_Merge(src proto.Message)
func (*BatchTxFeesRequest) XXX_Size ¶
func (m *BatchTxFeesRequest) XXX_Size() int
func (*BatchTxFeesRequest) XXX_Unmarshal ¶
func (m *BatchTxFeesRequest) XXX_Unmarshal(b []byte) error
type BatchTxFeesResponse ¶
type BatchTxFeesResponse struct {
Fees github_com_cosmos_cosmos_sdk_types.Coins `protobuf:"bytes,1,rep,name=fees,proto3,castrepeated=github.com/cosmos/cosmos-sdk/types.Coins" json:"fees"`
}
func (*BatchTxFeesResponse) Descriptor ¶
func (*BatchTxFeesResponse) Descriptor() ([]byte, []int)
func (*BatchTxFeesResponse) GetFees ¶
func (m *BatchTxFeesResponse) GetFees() github_com_cosmos_cosmos_sdk_types.Coins
func (*BatchTxFeesResponse) Marshal ¶
func (m *BatchTxFeesResponse) Marshal() (dAtA []byte, err error)
func (*BatchTxFeesResponse) MarshalTo ¶
func (m *BatchTxFeesResponse) MarshalTo(dAtA []byte) (int, error)
func (*BatchTxFeesResponse) MarshalToSizedBuffer ¶
func (m *BatchTxFeesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxFeesResponse) ProtoMessage ¶
func (*BatchTxFeesResponse) ProtoMessage()
func (*BatchTxFeesResponse) Reset ¶
func (m *BatchTxFeesResponse) Reset()
func (*BatchTxFeesResponse) Size ¶
func (m *BatchTxFeesResponse) Size() (n int)
func (*BatchTxFeesResponse) String ¶
func (m *BatchTxFeesResponse) String() string
func (*BatchTxFeesResponse) Unmarshal ¶
func (m *BatchTxFeesResponse) Unmarshal(dAtA []byte) error
func (*BatchTxFeesResponse) XXX_DiscardUnknown ¶
func (m *BatchTxFeesResponse) XXX_DiscardUnknown()
func (*BatchTxFeesResponse) XXX_Marshal ¶
func (m *BatchTxFeesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxFeesResponse) XXX_Merge ¶
func (m *BatchTxFeesResponse) XXX_Merge(src proto.Message)
func (*BatchTxFeesResponse) XXX_Size ¶
func (m *BatchTxFeesResponse) XXX_Size() int
func (*BatchTxFeesResponse) XXX_Unmarshal ¶
func (m *BatchTxFeesResponse) XXX_Unmarshal(b []byte) error
type BatchTxRequest ¶
type BatchTxRequest struct { TokenContract string `protobuf:"bytes,1,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` BatchNonce uint64 `protobuf:"varint,2,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` }
rpc BatchTx
func (*BatchTxRequest) Descriptor ¶
func (*BatchTxRequest) Descriptor() ([]byte, []int)
func (*BatchTxRequest) GetBatchNonce ¶
func (m *BatchTxRequest) GetBatchNonce() uint64
func (*BatchTxRequest) GetTokenContract ¶
func (m *BatchTxRequest) GetTokenContract() string
func (*BatchTxRequest) Marshal ¶
func (m *BatchTxRequest) Marshal() (dAtA []byte, err error)
func (*BatchTxRequest) MarshalToSizedBuffer ¶
func (m *BatchTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxRequest) ProtoMessage ¶
func (*BatchTxRequest) ProtoMessage()
func (*BatchTxRequest) Reset ¶
func (m *BatchTxRequest) Reset()
func (*BatchTxRequest) Size ¶
func (m *BatchTxRequest) Size() (n int)
func (*BatchTxRequest) String ¶
func (m *BatchTxRequest) String() string
func (*BatchTxRequest) Unmarshal ¶
func (m *BatchTxRequest) Unmarshal(dAtA []byte) error
func (*BatchTxRequest) XXX_DiscardUnknown ¶
func (m *BatchTxRequest) XXX_DiscardUnknown()
func (*BatchTxRequest) XXX_Marshal ¶
func (m *BatchTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxRequest) XXX_Merge ¶
func (m *BatchTxRequest) XXX_Merge(src proto.Message)
func (*BatchTxRequest) XXX_Size ¶
func (m *BatchTxRequest) XXX_Size() int
func (*BatchTxRequest) XXX_Unmarshal ¶
func (m *BatchTxRequest) XXX_Unmarshal(b []byte) error
type BatchTxResponse ¶
type BatchTxResponse struct {
Batch *BatchTx `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"`
}
func (*BatchTxResponse) Descriptor ¶
func (*BatchTxResponse) Descriptor() ([]byte, []int)
func (*BatchTxResponse) GetBatch ¶
func (m *BatchTxResponse) GetBatch() *BatchTx
func (*BatchTxResponse) Marshal ¶
func (m *BatchTxResponse) Marshal() (dAtA []byte, err error)
func (*BatchTxResponse) MarshalToSizedBuffer ¶
func (m *BatchTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxResponse) ProtoMessage ¶
func (*BatchTxResponse) ProtoMessage()
func (*BatchTxResponse) Reset ¶
func (m *BatchTxResponse) Reset()
func (*BatchTxResponse) Size ¶
func (m *BatchTxResponse) Size() (n int)
func (*BatchTxResponse) String ¶
func (m *BatchTxResponse) String() string
func (*BatchTxResponse) Unmarshal ¶
func (m *BatchTxResponse) Unmarshal(dAtA []byte) error
func (*BatchTxResponse) XXX_DiscardUnknown ¶
func (m *BatchTxResponse) XXX_DiscardUnknown()
func (*BatchTxResponse) XXX_Marshal ¶
func (m *BatchTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxResponse) XXX_Merge ¶
func (m *BatchTxResponse) XXX_Merge(src proto.Message)
func (*BatchTxResponse) XXX_Size ¶
func (m *BatchTxResponse) XXX_Size() int
func (*BatchTxResponse) XXX_Unmarshal ¶
func (m *BatchTxResponse) XXX_Unmarshal(b []byte) error
type BatchTxsRequest ¶
type BatchTxsRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
rpc BatchTxs
func (*BatchTxsRequest) Descriptor ¶
func (*BatchTxsRequest) Descriptor() ([]byte, []int)
func (*BatchTxsRequest) GetPagination ¶
func (m *BatchTxsRequest) GetPagination() *query.PageRequest
func (*BatchTxsRequest) Marshal ¶
func (m *BatchTxsRequest) Marshal() (dAtA []byte, err error)
func (*BatchTxsRequest) MarshalToSizedBuffer ¶
func (m *BatchTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxsRequest) ProtoMessage ¶
func (*BatchTxsRequest) ProtoMessage()
func (*BatchTxsRequest) Reset ¶
func (m *BatchTxsRequest) Reset()
func (*BatchTxsRequest) Size ¶
func (m *BatchTxsRequest) Size() (n int)
func (*BatchTxsRequest) String ¶
func (m *BatchTxsRequest) String() string
func (*BatchTxsRequest) Unmarshal ¶
func (m *BatchTxsRequest) Unmarshal(dAtA []byte) error
func (*BatchTxsRequest) XXX_DiscardUnknown ¶
func (m *BatchTxsRequest) XXX_DiscardUnknown()
func (*BatchTxsRequest) XXX_Marshal ¶
func (m *BatchTxsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxsRequest) XXX_Merge ¶
func (m *BatchTxsRequest) XXX_Merge(src proto.Message)
func (*BatchTxsRequest) XXX_Size ¶
func (m *BatchTxsRequest) XXX_Size() int
func (*BatchTxsRequest) XXX_Unmarshal ¶
func (m *BatchTxsRequest) XXX_Unmarshal(b []byte) error
type BatchTxsResponse ¶
type BatchTxsResponse struct { Batches []*BatchTx `protobuf:"bytes,1,rep,name=batches,proto3" json:"batches,omitempty"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*BatchTxsResponse) Descriptor ¶
func (*BatchTxsResponse) Descriptor() ([]byte, []int)
func (*BatchTxsResponse) GetBatches ¶
func (m *BatchTxsResponse) GetBatches() []*BatchTx
func (*BatchTxsResponse) GetPagination ¶
func (m *BatchTxsResponse) GetPagination() *query.PageResponse
func (*BatchTxsResponse) Marshal ¶
func (m *BatchTxsResponse) Marshal() (dAtA []byte, err error)
func (*BatchTxsResponse) MarshalToSizedBuffer ¶
func (m *BatchTxsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchTxsResponse) ProtoMessage ¶
func (*BatchTxsResponse) ProtoMessage()
func (*BatchTxsResponse) Reset ¶
func (m *BatchTxsResponse) Reset()
func (*BatchTxsResponse) Size ¶
func (m *BatchTxsResponse) Size() (n int)
func (*BatchTxsResponse) String ¶
func (m *BatchTxsResponse) String() string
func (*BatchTxsResponse) Unmarshal ¶
func (m *BatchTxsResponse) Unmarshal(dAtA []byte) error
func (*BatchTxsResponse) XXX_DiscardUnknown ¶
func (m *BatchTxsResponse) XXX_DiscardUnknown()
func (*BatchTxsResponse) XXX_Marshal ¶
func (m *BatchTxsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchTxsResponse) XXX_Merge ¶
func (m *BatchTxsResponse) XXX_Merge(src proto.Message)
func (*BatchTxsResponse) XXX_Size ¶
func (m *BatchTxsResponse) XXX_Size() int
func (*BatchTxsResponse) XXX_Unmarshal ¶
func (m *BatchTxsResponse) XXX_Unmarshal(b []byte) error
type BatchedSendToEthereumsRequest ¶
type BatchedSendToEthereumsRequest struct {
SenderAddress string `protobuf:"bytes,1,opt,name=sender_address,json=senderAddress,proto3" json:"sender_address,omitempty"`
}
NOTE: if there is no sender address, return all
func (*BatchedSendToEthereumsRequest) Descriptor ¶
func (*BatchedSendToEthereumsRequest) Descriptor() ([]byte, []int)
func (*BatchedSendToEthereumsRequest) GetSenderAddress ¶
func (m *BatchedSendToEthereumsRequest) GetSenderAddress() string
func (*BatchedSendToEthereumsRequest) Marshal ¶
func (m *BatchedSendToEthereumsRequest) Marshal() (dAtA []byte, err error)
func (*BatchedSendToEthereumsRequest) MarshalTo ¶
func (m *BatchedSendToEthereumsRequest) MarshalTo(dAtA []byte) (int, error)
func (*BatchedSendToEthereumsRequest) MarshalToSizedBuffer ¶
func (m *BatchedSendToEthereumsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchedSendToEthereumsRequest) ProtoMessage ¶
func (*BatchedSendToEthereumsRequest) ProtoMessage()
func (*BatchedSendToEthereumsRequest) Reset ¶
func (m *BatchedSendToEthereumsRequest) Reset()
func (*BatchedSendToEthereumsRequest) Size ¶
func (m *BatchedSendToEthereumsRequest) Size() (n int)
func (*BatchedSendToEthereumsRequest) String ¶
func (m *BatchedSendToEthereumsRequest) String() string
func (*BatchedSendToEthereumsRequest) Unmarshal ¶
func (m *BatchedSendToEthereumsRequest) Unmarshal(dAtA []byte) error
func (*BatchedSendToEthereumsRequest) XXX_DiscardUnknown ¶
func (m *BatchedSendToEthereumsRequest) XXX_DiscardUnknown()
func (*BatchedSendToEthereumsRequest) XXX_Marshal ¶
func (m *BatchedSendToEthereumsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchedSendToEthereumsRequest) XXX_Merge ¶
func (m *BatchedSendToEthereumsRequest) XXX_Merge(src proto.Message)
func (*BatchedSendToEthereumsRequest) XXX_Size ¶
func (m *BatchedSendToEthereumsRequest) XXX_Size() int
func (*BatchedSendToEthereumsRequest) XXX_Unmarshal ¶
func (m *BatchedSendToEthereumsRequest) XXX_Unmarshal(b []byte) error
type BatchedSendToEthereumsResponse ¶
type BatchedSendToEthereumsResponse struct {
SendToEthereums []*SendToEthereum `protobuf:"bytes,1,rep,name=send_to_ethereums,json=sendToEthereums,proto3" json:"send_to_ethereums,omitempty"`
}
func (*BatchedSendToEthereumsResponse) Descriptor ¶
func (*BatchedSendToEthereumsResponse) Descriptor() ([]byte, []int)
func (*BatchedSendToEthereumsResponse) GetSendToEthereums ¶
func (m *BatchedSendToEthereumsResponse) GetSendToEthereums() []*SendToEthereum
func (*BatchedSendToEthereumsResponse) Marshal ¶
func (m *BatchedSendToEthereumsResponse) Marshal() (dAtA []byte, err error)
func (*BatchedSendToEthereumsResponse) MarshalTo ¶
func (m *BatchedSendToEthereumsResponse) MarshalTo(dAtA []byte) (int, error)
func (*BatchedSendToEthereumsResponse) MarshalToSizedBuffer ¶
func (m *BatchedSendToEthereumsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BatchedSendToEthereumsResponse) ProtoMessage ¶
func (*BatchedSendToEthereumsResponse) ProtoMessage()
func (*BatchedSendToEthereumsResponse) Reset ¶
func (m *BatchedSendToEthereumsResponse) Reset()
func (*BatchedSendToEthereumsResponse) Size ¶
func (m *BatchedSendToEthereumsResponse) Size() (n int)
func (*BatchedSendToEthereumsResponse) String ¶
func (m *BatchedSendToEthereumsResponse) String() string
func (*BatchedSendToEthereumsResponse) Unmarshal ¶
func (m *BatchedSendToEthereumsResponse) Unmarshal(dAtA []byte) error
func (*BatchedSendToEthereumsResponse) XXX_DiscardUnknown ¶
func (m *BatchedSendToEthereumsResponse) XXX_DiscardUnknown()
func (*BatchedSendToEthereumsResponse) XXX_Marshal ¶
func (m *BatchedSendToEthereumsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BatchedSendToEthereumsResponse) XXX_Merge ¶
func (m *BatchedSendToEthereumsResponse) XXX_Merge(src proto.Message)
func (*BatchedSendToEthereumsResponse) XXX_Size ¶
func (m *BatchedSendToEthereumsResponse) XXX_Size() int
func (*BatchedSendToEthereumsResponse) XXX_Unmarshal ¶
func (m *BatchedSendToEthereumsResponse) XXX_Unmarshal(b []byte) error
type ContractCallExecutedEvent ¶
type ContractCallExecutedEvent struct { EventNonce uint64 `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"` InvalidationScope github_com_tendermint_tendermint_libs_bytes.HexBytes `` /* 174-byte string literal not displayed */ InvalidationNonce uint64 `protobuf:"varint,3,opt,name=invalidation_nonce,json=invalidationNonce,proto3" json:"invalidation_nonce,omitempty"` EthereumHeight uint64 `protobuf:"varint,4,opt,name=ethereum_height,json=ethereumHeight,proto3" json:"ethereum_height,omitempty"` }
NOTE: bytes.HexBytes is supposed to "help" with json encoding/decoding investigate?
func (*ContractCallExecutedEvent) Descriptor ¶
func (*ContractCallExecutedEvent) Descriptor() ([]byte, []int)
func (*ContractCallExecutedEvent) GetEthereumHeight ¶
func (m *ContractCallExecutedEvent) GetEthereumHeight() uint64
func (*ContractCallExecutedEvent) GetEventNonce ¶
func (m *ContractCallExecutedEvent) GetEventNonce() uint64
func (*ContractCallExecutedEvent) GetInvalidationNonce ¶
func (m *ContractCallExecutedEvent) GetInvalidationNonce() uint64
func (*ContractCallExecutedEvent) GetInvalidationScope ¶
func (m *ContractCallExecutedEvent) GetInvalidationScope() github_com_tendermint_tendermint_libs_bytes.HexBytes
func (*ContractCallExecutedEvent) Hash ¶
func (ccee *ContractCallExecutedEvent) Hash() tmbytes.HexBytes
func (*ContractCallExecutedEvent) Marshal ¶
func (m *ContractCallExecutedEvent) Marshal() (dAtA []byte, err error)
func (*ContractCallExecutedEvent) MarshalTo ¶
func (m *ContractCallExecutedEvent) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallExecutedEvent) MarshalToSizedBuffer ¶
func (m *ContractCallExecutedEvent) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallExecutedEvent) ProtoMessage ¶
func (*ContractCallExecutedEvent) ProtoMessage()
func (*ContractCallExecutedEvent) Reset ¶
func (m *ContractCallExecutedEvent) Reset()
func (*ContractCallExecutedEvent) Size ¶
func (m *ContractCallExecutedEvent) Size() (n int)
func (*ContractCallExecutedEvent) String ¶
func (m *ContractCallExecutedEvent) String() string
func (*ContractCallExecutedEvent) Unmarshal ¶
func (m *ContractCallExecutedEvent) Unmarshal(dAtA []byte) error
func (*ContractCallExecutedEvent) Validate ¶
func (ccee *ContractCallExecutedEvent) Validate() error
func (*ContractCallExecutedEvent) XXX_DiscardUnknown ¶
func (m *ContractCallExecutedEvent) XXX_DiscardUnknown()
func (*ContractCallExecutedEvent) XXX_Marshal ¶
func (m *ContractCallExecutedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallExecutedEvent) XXX_Merge ¶
func (m *ContractCallExecutedEvent) XXX_Merge(src proto.Message)
func (*ContractCallExecutedEvent) XXX_Size ¶
func (m *ContractCallExecutedEvent) XXX_Size() int
func (*ContractCallExecutedEvent) XXX_Unmarshal ¶
func (m *ContractCallExecutedEvent) XXX_Unmarshal(b []byte) error
type ContractCallTx ¶
type ContractCallTx struct { InvalidationNonce uint64 `protobuf:"varint,1,opt,name=invalidation_nonce,json=invalidationNonce,proto3" json:"invalidation_nonce,omitempty"` InvalidationScope github_com_tendermint_tendermint_libs_bytes.HexBytes `` /* 174-byte string literal not displayed */ Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` Payload []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"` Timeout uint64 `protobuf:"varint,5,opt,name=timeout,proto3" json:"timeout,omitempty"` Tokens []ERC20Token `protobuf:"bytes,6,rep,name=tokens,proto3" json:"tokens"` Fees []ERC20Token `protobuf:"bytes,7,rep,name=fees,proto3" json:"fees"` Height uint64 `protobuf:"varint,8,opt,name=height,proto3" json:"height,omitempty"` }
ContractCallTx represents an individual arbitrary logic call transaction from Cosmos to Ethereum.
func (*ContractCallTx) Descriptor ¶
func (*ContractCallTx) Descriptor() ([]byte, []int)
func (*ContractCallTx) GetAddress ¶
func (m *ContractCallTx) GetAddress() string
func (ContractCallTx) GetCheckpoint ¶
func (c ContractCallTx) GetCheckpoint(gravityID []byte) []byte
GetCheckpoint gets the checkpoint signature from the given outgoing tx batch
func (*ContractCallTx) GetCosmosHeight ¶
func (cctx *ContractCallTx) GetCosmosHeight() uint64
func (*ContractCallTx) GetFees ¶
func (m *ContractCallTx) GetFees() []ERC20Token
func (*ContractCallTx) GetHeight ¶
func (m *ContractCallTx) GetHeight() uint64
func (*ContractCallTx) GetInvalidationNonce ¶
func (m *ContractCallTx) GetInvalidationNonce() uint64
func (*ContractCallTx) GetInvalidationScope ¶
func (m *ContractCallTx) GetInvalidationScope() github_com_tendermint_tendermint_libs_bytes.HexBytes
func (*ContractCallTx) GetPayload ¶
func (m *ContractCallTx) GetPayload() []byte
func (*ContractCallTx) GetStoreIndex ¶
func (cctx *ContractCallTx) GetStoreIndex() []byte
func (*ContractCallTx) GetTimeout ¶
func (m *ContractCallTx) GetTimeout() uint64
func (*ContractCallTx) GetTokens ¶
func (m *ContractCallTx) GetTokens() []ERC20Token
func (*ContractCallTx) Marshal ¶
func (m *ContractCallTx) Marshal() (dAtA []byte, err error)
func (*ContractCallTx) MarshalToSizedBuffer ¶
func (m *ContractCallTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTx) ProtoMessage ¶
func (*ContractCallTx) ProtoMessage()
func (*ContractCallTx) Reset ¶
func (m *ContractCallTx) Reset()
func (*ContractCallTx) Size ¶
func (m *ContractCallTx) Size() (n int)
func (*ContractCallTx) String ¶
func (m *ContractCallTx) String() string
func (*ContractCallTx) Unmarshal ¶
func (m *ContractCallTx) Unmarshal(dAtA []byte) error
func (*ContractCallTx) XXX_DiscardUnknown ¶
func (m *ContractCallTx) XXX_DiscardUnknown()
func (*ContractCallTx) XXX_Marshal ¶
func (m *ContractCallTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTx) XXX_Merge ¶
func (m *ContractCallTx) XXX_Merge(src proto.Message)
func (*ContractCallTx) XXX_Size ¶
func (m *ContractCallTx) XXX_Size() int
func (*ContractCallTx) XXX_Unmarshal ¶
func (m *ContractCallTx) XXX_Unmarshal(b []byte) error
type ContractCallTxConfirmation ¶
type ContractCallTxConfirmation struct { InvalidationScope []byte `protobuf:"bytes,1,opt,name=invalidation_scope,json=invalidationScope,proto3" json:"invalidation_scope,omitempty"` InvalidationNonce uint64 `protobuf:"varint,2,opt,name=invalidation_nonce,json=invalidationNonce,proto3" json:"invalidation_nonce,omitempty"` EthereumSigner string `protobuf:"bytes,3,opt,name=ethereum_signer,json=ethereumSigner,proto3" json:"ethereum_signer,omitempty"` Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"` }
ContractCallTxConfirmation is a signature on behalf of a validator for a ContractCallTx.
func (*ContractCallTxConfirmation) Descriptor ¶
func (*ContractCallTxConfirmation) Descriptor() ([]byte, []int)
func (*ContractCallTxConfirmation) GetEthereumSigner ¶
func (m *ContractCallTxConfirmation) GetEthereumSigner() string
func (*ContractCallTxConfirmation) GetInvalidationNonce ¶
func (m *ContractCallTxConfirmation) GetInvalidationNonce() uint64
func (*ContractCallTxConfirmation) GetInvalidationScope ¶
func (m *ContractCallTxConfirmation) GetInvalidationScope() []byte
func (*ContractCallTxConfirmation) GetSignature ¶
func (m *ContractCallTxConfirmation) GetSignature() []byte
func (*ContractCallTxConfirmation) GetSigner ¶
func (u *ContractCallTxConfirmation) GetSigner() common.Address
func (*ContractCallTxConfirmation) GetStoreIndex ¶
func (cctx *ContractCallTxConfirmation) GetStoreIndex() []byte
func (*ContractCallTxConfirmation) Marshal ¶
func (m *ContractCallTxConfirmation) Marshal() (dAtA []byte, err error)
func (*ContractCallTxConfirmation) MarshalTo ¶
func (m *ContractCallTxConfirmation) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxConfirmation) MarshalToSizedBuffer ¶
func (m *ContractCallTxConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxConfirmation) ProtoMessage ¶
func (*ContractCallTxConfirmation) ProtoMessage()
func (*ContractCallTxConfirmation) Reset ¶
func (m *ContractCallTxConfirmation) Reset()
func (*ContractCallTxConfirmation) Size ¶
func (m *ContractCallTxConfirmation) Size() (n int)
func (*ContractCallTxConfirmation) String ¶
func (m *ContractCallTxConfirmation) String() string
func (*ContractCallTxConfirmation) Unmarshal ¶
func (m *ContractCallTxConfirmation) Unmarshal(dAtA []byte) error
func (*ContractCallTxConfirmation) Validate ¶
func (u *ContractCallTxConfirmation) Validate() error
func (*ContractCallTxConfirmation) XXX_DiscardUnknown ¶
func (m *ContractCallTxConfirmation) XXX_DiscardUnknown()
func (*ContractCallTxConfirmation) XXX_Marshal ¶
func (m *ContractCallTxConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTxConfirmation) XXX_Merge ¶
func (m *ContractCallTxConfirmation) XXX_Merge(src proto.Message)
func (*ContractCallTxConfirmation) XXX_Size ¶
func (m *ContractCallTxConfirmation) XXX_Size() int
func (*ContractCallTxConfirmation) XXX_Unmarshal ¶
func (m *ContractCallTxConfirmation) XXX_Unmarshal(b []byte) error
type ContractCallTxConfirmationsRequest ¶
type ContractCallTxConfirmationsRequest struct { InvalidationScope []byte `protobuf:"bytes,1,opt,name=invalidation_scope,json=invalidationScope,proto3" json:"invalidation_scope,omitempty"` InvalidationNonce uint64 `protobuf:"varint,2,opt,name=invalidation_nonce,json=invalidationNonce,proto3" json:"invalidation_nonce,omitempty"` }
func (*ContractCallTxConfirmationsRequest) Descriptor ¶
func (*ContractCallTxConfirmationsRequest) Descriptor() ([]byte, []int)
func (*ContractCallTxConfirmationsRequest) GetInvalidationNonce ¶
func (m *ContractCallTxConfirmationsRequest) GetInvalidationNonce() uint64
func (*ContractCallTxConfirmationsRequest) GetInvalidationScope ¶
func (m *ContractCallTxConfirmationsRequest) GetInvalidationScope() []byte
func (*ContractCallTxConfirmationsRequest) Marshal ¶
func (m *ContractCallTxConfirmationsRequest) Marshal() (dAtA []byte, err error)
func (*ContractCallTxConfirmationsRequest) MarshalTo ¶
func (m *ContractCallTxConfirmationsRequest) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxConfirmationsRequest) MarshalToSizedBuffer ¶
func (m *ContractCallTxConfirmationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxConfirmationsRequest) ProtoMessage ¶
func (*ContractCallTxConfirmationsRequest) ProtoMessage()
func (*ContractCallTxConfirmationsRequest) Reset ¶
func (m *ContractCallTxConfirmationsRequest) Reset()
func (*ContractCallTxConfirmationsRequest) Size ¶
func (m *ContractCallTxConfirmationsRequest) Size() (n int)
func (*ContractCallTxConfirmationsRequest) String ¶
func (m *ContractCallTxConfirmationsRequest) String() string
func (*ContractCallTxConfirmationsRequest) Unmarshal ¶
func (m *ContractCallTxConfirmationsRequest) Unmarshal(dAtA []byte) error
func (*ContractCallTxConfirmationsRequest) XXX_DiscardUnknown ¶
func (m *ContractCallTxConfirmationsRequest) XXX_DiscardUnknown()
func (*ContractCallTxConfirmationsRequest) XXX_Marshal ¶
func (m *ContractCallTxConfirmationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTxConfirmationsRequest) XXX_Merge ¶
func (m *ContractCallTxConfirmationsRequest) XXX_Merge(src proto.Message)
func (*ContractCallTxConfirmationsRequest) XXX_Size ¶
func (m *ContractCallTxConfirmationsRequest) XXX_Size() int
func (*ContractCallTxConfirmationsRequest) XXX_Unmarshal ¶
func (m *ContractCallTxConfirmationsRequest) XXX_Unmarshal(b []byte) error
type ContractCallTxConfirmationsResponse ¶
type ContractCallTxConfirmationsResponse struct {
Signatures []*ContractCallTxConfirmation `protobuf:"bytes,1,rep,name=signatures,proto3" json:"signatures,omitempty"`
}
func (*ContractCallTxConfirmationsResponse) Descriptor ¶
func (*ContractCallTxConfirmationsResponse) Descriptor() ([]byte, []int)
func (*ContractCallTxConfirmationsResponse) GetSignatures ¶
func (m *ContractCallTxConfirmationsResponse) GetSignatures() []*ContractCallTxConfirmation
func (*ContractCallTxConfirmationsResponse) Marshal ¶
func (m *ContractCallTxConfirmationsResponse) Marshal() (dAtA []byte, err error)
func (*ContractCallTxConfirmationsResponse) MarshalTo ¶
func (m *ContractCallTxConfirmationsResponse) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxConfirmationsResponse) MarshalToSizedBuffer ¶
func (m *ContractCallTxConfirmationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxConfirmationsResponse) ProtoMessage ¶
func (*ContractCallTxConfirmationsResponse) ProtoMessage()
func (*ContractCallTxConfirmationsResponse) Reset ¶
func (m *ContractCallTxConfirmationsResponse) Reset()
func (*ContractCallTxConfirmationsResponse) Size ¶
func (m *ContractCallTxConfirmationsResponse) Size() (n int)
func (*ContractCallTxConfirmationsResponse) String ¶
func (m *ContractCallTxConfirmationsResponse) String() string
func (*ContractCallTxConfirmationsResponse) Unmarshal ¶
func (m *ContractCallTxConfirmationsResponse) Unmarshal(dAtA []byte) error
func (*ContractCallTxConfirmationsResponse) XXX_DiscardUnknown ¶
func (m *ContractCallTxConfirmationsResponse) XXX_DiscardUnknown()
func (*ContractCallTxConfirmationsResponse) XXX_Marshal ¶
func (m *ContractCallTxConfirmationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTxConfirmationsResponse) XXX_Merge ¶
func (m *ContractCallTxConfirmationsResponse) XXX_Merge(src proto.Message)
func (*ContractCallTxConfirmationsResponse) XXX_Size ¶
func (m *ContractCallTxConfirmationsResponse) XXX_Size() int
func (*ContractCallTxConfirmationsResponse) XXX_Unmarshal ¶
func (m *ContractCallTxConfirmationsResponse) XXX_Unmarshal(b []byte) error
type ContractCallTxRequest ¶
type ContractCallTxRequest struct { InvalidationScope []byte `protobuf:"bytes,1,opt,name=invalidation_scope,json=invalidationScope,proto3" json:"invalidation_scope,omitempty"` InvalidationNonce uint64 `protobuf:"varint,2,opt,name=invalidation_nonce,json=invalidationNonce,proto3" json:"invalidation_nonce,omitempty"` }
rpc ContractCallTx
func (*ContractCallTxRequest) Descriptor ¶
func (*ContractCallTxRequest) Descriptor() ([]byte, []int)
func (*ContractCallTxRequest) GetInvalidationNonce ¶
func (m *ContractCallTxRequest) GetInvalidationNonce() uint64
func (*ContractCallTxRequest) GetInvalidationScope ¶
func (m *ContractCallTxRequest) GetInvalidationScope() []byte
func (*ContractCallTxRequest) Marshal ¶
func (m *ContractCallTxRequest) Marshal() (dAtA []byte, err error)
func (*ContractCallTxRequest) MarshalTo ¶
func (m *ContractCallTxRequest) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxRequest) MarshalToSizedBuffer ¶
func (m *ContractCallTxRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxRequest) ProtoMessage ¶
func (*ContractCallTxRequest) ProtoMessage()
func (*ContractCallTxRequest) Reset ¶
func (m *ContractCallTxRequest) Reset()
func (*ContractCallTxRequest) Size ¶
func (m *ContractCallTxRequest) Size() (n int)
func (*ContractCallTxRequest) String ¶
func (m *ContractCallTxRequest) String() string
func (*ContractCallTxRequest) Unmarshal ¶
func (m *ContractCallTxRequest) Unmarshal(dAtA []byte) error
func (*ContractCallTxRequest) XXX_DiscardUnknown ¶
func (m *ContractCallTxRequest) XXX_DiscardUnknown()
func (*ContractCallTxRequest) XXX_Marshal ¶
func (m *ContractCallTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTxRequest) XXX_Merge ¶
func (m *ContractCallTxRequest) XXX_Merge(src proto.Message)
func (*ContractCallTxRequest) XXX_Size ¶
func (m *ContractCallTxRequest) XXX_Size() int
func (*ContractCallTxRequest) XXX_Unmarshal ¶
func (m *ContractCallTxRequest) XXX_Unmarshal(b []byte) error
type ContractCallTxResponse ¶
type ContractCallTxResponse struct {
LogicCall *ContractCallTx `protobuf:"bytes,1,opt,name=logic_call,json=logicCall,proto3" json:"logic_call,omitempty"`
}
func (*ContractCallTxResponse) Descriptor ¶
func (*ContractCallTxResponse) Descriptor() ([]byte, []int)
func (*ContractCallTxResponse) GetLogicCall ¶
func (m *ContractCallTxResponse) GetLogicCall() *ContractCallTx
func (*ContractCallTxResponse) Marshal ¶
func (m *ContractCallTxResponse) Marshal() (dAtA []byte, err error)
func (*ContractCallTxResponse) MarshalTo ¶
func (m *ContractCallTxResponse) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxResponse) MarshalToSizedBuffer ¶
func (m *ContractCallTxResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxResponse) ProtoMessage ¶
func (*ContractCallTxResponse) ProtoMessage()
func (*ContractCallTxResponse) Reset ¶
func (m *ContractCallTxResponse) Reset()
func (*ContractCallTxResponse) Size ¶
func (m *ContractCallTxResponse) Size() (n int)
func (*ContractCallTxResponse) String ¶
func (m *ContractCallTxResponse) String() string
func (*ContractCallTxResponse) Unmarshal ¶
func (m *ContractCallTxResponse) Unmarshal(dAtA []byte) error
func (*ContractCallTxResponse) XXX_DiscardUnknown ¶
func (m *ContractCallTxResponse) XXX_DiscardUnknown()
func (*ContractCallTxResponse) XXX_Marshal ¶
func (m *ContractCallTxResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ContractCallTxResponse) XXX_Merge ¶
func (m *ContractCallTxResponse) XXX_Merge(src proto.Message)
func (*ContractCallTxResponse) XXX_Size ¶
func (m *ContractCallTxResponse) XXX_Size() int
func (*ContractCallTxResponse) XXX_Unmarshal ¶
func (m *ContractCallTxResponse) XXX_Unmarshal(b []byte) error
type ContractCallTxsRequest ¶
type ContractCallTxsRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
rpc ContractCallTxs
func (*ContractCallTxsRequest) Descriptor ¶
func (*ContractCallTxsRequest) Descriptor() ([]byte, []int)
func (*ContractCallTxsRequest) GetPagination ¶
func (m *ContractCallTxsRequest) GetPagination() *query.PageRequest
func (*ContractCallTxsRequest) Marshal ¶
func (m *ContractCallTxsRequest) Marshal() (dAtA []byte, err error)
func (*ContractCallTxsRequest) MarshalTo ¶
func (m *ContractCallTxsRequest) MarshalTo(dAtA []byte) (int, error)
func (*ContractCallTxsRequest) MarshalToSizedBuffer ¶
func (m *ContractCallTxsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ContractCallTxsRequest) ProtoMessage ¶
func (*ContractCallTxsRequest) ProtoMessage()
func (*ContractCallTxsRequest) Reset ¶
func (m *ContractCallTxsRequest) Reset()
func (*ContractCallTxsRequest) Size ¶
func (m *ContractCallTxsRequest) Size() (n int)
func (*ContractCallTxsRequest) String ¶
func (m *ContractCallTxsRequest) String() string