Documentation
¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func EthAddrLessThan(e EthAddress, o EthAddress) bool
- func GetAttestationKey(eventNonce uint64, claimHash []byte) []byte
- func GetBatchConfirmKey(tokenContract EthAddress, batchNonce uint64, validator sdk.AccAddress) []byte
- func GetClaimKey(details EthereumClaim) []byte
- func GetDenomToERC20Key(denom string) []byte
- func GetERC20ToDenomKey(erc20 EthAddress) []byte
- func GetEthAddressByValidatorKey(validator sdk.ValAddress) []byte
- func GetLastEventNonceByValidatorKey(validator sdk.ValAddress) []byte
- func GetLogicConfirmKey(invalidationId []byte, invalidationNonce uint64, validator sdk.AccAddress) []byte
- func GetOrchestratorAddressKey(orc sdk.AccAddress) []byte
- func GetOutgoingLogicCallKey(invalidationId []byte, invalidationNonce uint64) []byte
- func GetOutgoingTxBatchBlockKey(block uint64) []byte
- func GetOutgoingTxBatchKey(tokenContract EthAddress, nonce uint64) []byte
- func GetOutgoingTxPoolContractPrefix(contractAddress EthAddress) []byte
- func GetOutgoingTxPoolKey(fee InternalERC20Token, id uint64) []byte
- func GetPastEthSignatureCheckpointKey(checkpoint []byte) []byte
- func GetValidatorByEthAddressKey(ethAddress EthAddress) []byte
- func GetValsetConfirmKey(nonce uint64, validator sdk.AccAddress) []byte
- func GetValsetKey(nonce uint64) []byte
- func GravityDenom(tokenContract EthAddress) string
- func NewEthereumSignature(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error)
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry types.InterfaceRegistry)
- func RegisterMsgHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterMsgHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MsgClient) error
- func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterMsgHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MsgServer) error
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func UInt64Bytes(n uint64) []byte
- func UInt64FromBytes(s []byte) uint64
- func UInt64FromString(s string) (uint64, error)
- func ValidateEthAddress(address string) error
- func ValidateEthereumSignature(hash []byte, signature []byte, ethAddress EthAddress) error
- type Attestation
- func (*Attestation) Descriptor() ([]byte, []int)
- func (m *Attestation) GetClaim() *types.Any
- func (m *Attestation) GetHeight() uint64
- func (m *Attestation) GetObserved() bool
- func (m *Attestation) GetVotes() []string
- func (m *Attestation) Marshal() (dAtA []byte, err error)
- func (m *Attestation) MarshalTo(dAtA []byte) (int, error)
- func (m *Attestation) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Attestation) ProtoMessage()
- func (m *Attestation) Reset()
- func (m *Attestation) Size() (n int)
- func (m *Attestation) String() string
- func (m *Attestation) Unmarshal(dAtA []byte) error
- func (m *Attestation) XXX_DiscardUnknown()
- func (m *Attestation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Attestation) XXX_Merge(src proto.Message)
- func (m *Attestation) XXX_Size() int
- func (m *Attestation) XXX_Unmarshal(b []byte) error
- type BankKeeper
- type BatchFees
- func (*BatchFees) Descriptor() ([]byte, []int)
- func (m *BatchFees) GetToken() string
- func (m *BatchFees) Marshal() (dAtA []byte, err error)
- func (m *BatchFees) MarshalTo(dAtA []byte) (int, error)
- func (m *BatchFees) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BatchFees) ProtoMessage()
- func (m *BatchFees) Reset()
- func (m *BatchFees) Size() (n int)
- func (m *BatchFees) String() string
- func (m *BatchFees) Unmarshal(dAtA []byte) error
- func (m *BatchFees) XXX_DiscardUnknown()
- func (m *BatchFees) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BatchFees) XXX_Merge(src proto.Message)
- func (m *BatchFees) XXX_Size() int
- func (m *BatchFees) XXX_Unmarshal(b []byte) error
- type BridgeValidator
- func (*BridgeValidator) Descriptor() ([]byte, []int)
- func (m *BridgeValidator) GetEthereumAddress() string
- func (m *BridgeValidator) GetPower() uint64
- func (m *BridgeValidator) Marshal() (dAtA []byte, err error)
- func (m *BridgeValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *BridgeValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BridgeValidator) ProtoMessage()
- func (m *BridgeValidator) Reset()
- func (m *BridgeValidator) Size() (n int)
- func (m *BridgeValidator) String() string
- func (b BridgeValidator) ToInternal() (*InternalBridgeValidator, error)
- func (m *BridgeValidator) Unmarshal(dAtA []byte) error
- func (m *BridgeValidator) XXX_DiscardUnknown()
- func (m *BridgeValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BridgeValidator) XXX_Merge(src proto.Message)
- func (m *BridgeValidator) XXX_Size() int
- func (m *BridgeValidator) XXX_Unmarshal(b []byte) error
- type BridgeValidators
- type ClaimType
- 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 ERC20Token
- func (*ERC20Token) Descriptor() ([]byte, []int)
- func (m *ERC20Token) GetContract() string
- 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 (e ERC20Token) ToInternal() (*InternalERC20Token, error)
- func (m *ERC20Token) Unmarshal(dAtA []byte) error
- func (e *ERC20Token) ValidateBasic() 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 EthAddress
- type EthereumClaim
- type EthereumSigned
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetAttestations() []Attestation
- func (m *GenesisState) GetBatchConfirms() []MsgConfirmBatch
- func (m *GenesisState) GetBatches() []*OutgoingTxBatch
- func (m *GenesisState) GetDelegateKeys() []*MsgSetOrchestratorAddress
- func (m *GenesisState) GetErc20ToDenoms() []*ERC20ToDenom
- func (m *GenesisState) GetLastObservedNonce() uint64
- func (m *GenesisState) GetLogicCallConfirms() []MsgConfirmLogicCall
- func (m *GenesisState) GetLogicCalls() []*OutgoingLogicCall
- func (m *GenesisState) GetParams() *Params
- func (m *GenesisState) GetUnbatchedTransfers() []*OutgoingTransferTx
- func (m *GenesisState) GetValsetConfirms() []*MsgValsetConfirm
- func (m *GenesisState) GetValsets() []*Valset
- 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 (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 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 InternalBridgeValidator
- type InternalBridgeValidators
- func (b InternalBridgeValidators) GetPowers() []uint64
- func (b InternalBridgeValidators) HasDuplicates() bool
- func (b InternalBridgeValidators) PowerDiff(c InternalBridgeValidators) float64
- func (b InternalBridgeValidators) Sort()
- func (i InternalBridgeValidators) ToExternal() BridgeValidators
- func (b InternalBridgeValidators) TotalPower() (out uint64)
- func (b InternalBridgeValidators) ValidateBasic() error
- type InternalERC20Token
- type InternalOutgoingTransferTx
- type InternalOutgoingTxBatch
- type LastObservedEthereumBlockHeight
- func (*LastObservedEthereumBlockHeight) Descriptor() ([]byte, []int)
- func (m *LastObservedEthereumBlockHeight) GetCosmosBlockHeight() uint64
- func (m *LastObservedEthereumBlockHeight) GetEthereumBlockHeight() uint64
- func (m *LastObservedEthereumBlockHeight) Marshal() (dAtA []byte, err error)
- func (m *LastObservedEthereumBlockHeight) MarshalTo(dAtA []byte) (int, error)
- func (m *LastObservedEthereumBlockHeight) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LastObservedEthereumBlockHeight) ProtoMessage()
- func (m *LastObservedEthereumBlockHeight) Reset()
- func (m *LastObservedEthereumBlockHeight) Size() (n int)
- func (m *LastObservedEthereumBlockHeight) String() string
- func (m *LastObservedEthereumBlockHeight) Unmarshal(dAtA []byte) error
- func (m *LastObservedEthereumBlockHeight) XXX_DiscardUnknown()
- func (m *LastObservedEthereumBlockHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastObservedEthereumBlockHeight) XXX_Merge(src proto.Message)
- func (m *LastObservedEthereumBlockHeight) XXX_Size() int
- func (m *LastObservedEthereumBlockHeight) XXX_Unmarshal(b []byte) error
- type MsgBatchSendToEthClaim
- func (msg *MsgBatchSendToEthClaim) ClaimHash() ([]byte, error)
- func (*MsgBatchSendToEthClaim) Descriptor() ([]byte, []int)
- func (m *MsgBatchSendToEthClaim) GetBatchNonce() uint64
- func (m *MsgBatchSendToEthClaim) GetBlockHeight() uint64
- func (msg MsgBatchSendToEthClaim) GetClaimer() sdk.AccAddress
- func (m *MsgBatchSendToEthClaim) GetEventNonce() uint64
- func (m *MsgBatchSendToEthClaim) GetOrchestrator() string
- func (msg MsgBatchSendToEthClaim) GetSignBytes() []byte
- func (msg MsgBatchSendToEthClaim) GetSigners() []sdk.AccAddress
- func (m *MsgBatchSendToEthClaim) GetTokenContract() string
- func (msg *MsgBatchSendToEthClaim) GetType() ClaimType
- func (m *MsgBatchSendToEthClaim) Marshal() (dAtA []byte, err error)
- func (m *MsgBatchSendToEthClaim) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBatchSendToEthClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBatchSendToEthClaim) ProtoMessage()
- func (m *MsgBatchSendToEthClaim) Reset()
- func (msg MsgBatchSendToEthClaim) Route() string
- func (m *MsgBatchSendToEthClaim) Size() (n int)
- func (m *MsgBatchSendToEthClaim) String() string
- func (msg MsgBatchSendToEthClaim) Type() string
- func (m *MsgBatchSendToEthClaim) Unmarshal(dAtA []byte) error
- func (e *MsgBatchSendToEthClaim) ValidateBasic() error
- func (m *MsgBatchSendToEthClaim) XXX_DiscardUnknown()
- func (m *MsgBatchSendToEthClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBatchSendToEthClaim) XXX_Merge(src proto.Message)
- func (m *MsgBatchSendToEthClaim) XXX_Size() int
- func (m *MsgBatchSendToEthClaim) XXX_Unmarshal(b []byte) error
- type MsgBatchSendToEthClaimResponse
- func (*MsgBatchSendToEthClaimResponse) Descriptor() ([]byte, []int)
- func (m *MsgBatchSendToEthClaimResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgBatchSendToEthClaimResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgBatchSendToEthClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgBatchSendToEthClaimResponse) ProtoMessage()
- func (m *MsgBatchSendToEthClaimResponse) Reset()
- func (m *MsgBatchSendToEthClaimResponse) Size() (n int)
- func (m *MsgBatchSendToEthClaimResponse) String() string
- func (m *MsgBatchSendToEthClaimResponse) Unmarshal(dAtA []byte) error
- func (m *MsgBatchSendToEthClaimResponse) XXX_DiscardUnknown()
- func (m *MsgBatchSendToEthClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgBatchSendToEthClaimResponse) XXX_Merge(src proto.Message)
- func (m *MsgBatchSendToEthClaimResponse) XXX_Size() int
- func (m *MsgBatchSendToEthClaimResponse) XXX_Unmarshal(b []byte) error
- type MsgCancelSendToEth
- func (*MsgCancelSendToEth) Descriptor() ([]byte, []int)
- func (m *MsgCancelSendToEth) GetSender() string
- func (msg *MsgCancelSendToEth) GetSignBytes() []byte
- func (msg *MsgCancelSendToEth) GetSigners() []sdk.AccAddress
- func (m *MsgCancelSendToEth) GetTransactionId() uint64
- func (m *MsgCancelSendToEth) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelSendToEth) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelSendToEth) ProtoMessage()
- func (m *MsgCancelSendToEth) Reset()
- func (msg *MsgCancelSendToEth) Route() string
- func (m *MsgCancelSendToEth) Size() (n int)
- func (m *MsgCancelSendToEth) String() string
- func (msg *MsgCancelSendToEth) Type() string
- func (m *MsgCancelSendToEth) Unmarshal(dAtA []byte) error
- func (msg *MsgCancelSendToEth) ValidateBasic() (err error)
- func (m *MsgCancelSendToEth) XXX_DiscardUnknown()
- func (m *MsgCancelSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelSendToEth) XXX_Merge(src proto.Message)
- func (m *MsgCancelSendToEth) XXX_Size() int
- func (m *MsgCancelSendToEth) XXX_Unmarshal(b []byte) error
- type MsgCancelSendToEthResponse
- func (*MsgCancelSendToEthResponse) Descriptor() ([]byte, []int)
- func (m *MsgCancelSendToEthResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCancelSendToEthResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCancelSendToEthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCancelSendToEthResponse) ProtoMessage()
- func (m *MsgCancelSendToEthResponse) Reset()
- func (m *MsgCancelSendToEthResponse) Size() (n int)
- func (m *MsgCancelSendToEthResponse) String() string
- func (m *MsgCancelSendToEthResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCancelSendToEthResponse) XXX_DiscardUnknown()
- func (m *MsgCancelSendToEthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCancelSendToEthResponse) XXX_Merge(src proto.Message)
- func (m *MsgCancelSendToEthResponse) XXX_Size() int
- func (m *MsgCancelSendToEthResponse) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgConfirmBatch
- func (*MsgConfirmBatch) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBatch) GetEthSigner() string
- func (m *MsgConfirmBatch) GetNonce() uint64
- func (m *MsgConfirmBatch) GetOrchestrator() string
- func (msg MsgConfirmBatch) GetSignBytes() []byte
- func (m *MsgConfirmBatch) GetSignature() string
- func (msg MsgConfirmBatch) GetSigners() []sdk.AccAddress
- func (m *MsgConfirmBatch) GetTokenContract() string
- func (m *MsgConfirmBatch) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBatch) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmBatch) ProtoMessage()
- func (m *MsgConfirmBatch) Reset()
- func (msg MsgConfirmBatch) Route() string
- func (m *MsgConfirmBatch) Size() (n int)
- func (m *MsgConfirmBatch) String() string
- func (msg MsgConfirmBatch) Type() string
- func (m *MsgConfirmBatch) Unmarshal(dAtA []byte) error
- func (msg MsgConfirmBatch) ValidateBasic() error
- func (m *MsgConfirmBatch) XXX_DiscardUnknown()
- func (m *MsgConfirmBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBatch) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBatch) XXX_Size() int
- func (m *MsgConfirmBatch) XXX_Unmarshal(b []byte) error
- type MsgConfirmBatchResponse
- func (*MsgConfirmBatchResponse) Descriptor() ([]byte, []int)
- func (m *MsgConfirmBatchResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmBatchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmBatchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmBatchResponse) ProtoMessage()
- func (m *MsgConfirmBatchResponse) Reset()
- func (m *MsgConfirmBatchResponse) Size() (n int)
- func (m *MsgConfirmBatchResponse) String() string
- func (m *MsgConfirmBatchResponse) Unmarshal(dAtA []byte) error
- func (m *MsgConfirmBatchResponse) XXX_DiscardUnknown()
- func (m *MsgConfirmBatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmBatchResponse) XXX_Merge(src proto.Message)
- func (m *MsgConfirmBatchResponse) XXX_Size() int
- func (m *MsgConfirmBatchResponse) XXX_Unmarshal(b []byte) error
- type MsgConfirmLogicCall
- func (*MsgConfirmLogicCall) Descriptor() ([]byte, []int)
- func (m *MsgConfirmLogicCall) GetEthSigner() string
- func (m *MsgConfirmLogicCall) GetInvalidationId() string
- func (m *MsgConfirmLogicCall) GetInvalidationNonce() uint64
- func (m *MsgConfirmLogicCall) GetOrchestrator() string
- func (msg MsgConfirmLogicCall) GetSignBytes() []byte
- func (m *MsgConfirmLogicCall) GetSignature() string
- func (msg MsgConfirmLogicCall) GetSigners() []sdk.AccAddress
- func (m *MsgConfirmLogicCall) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmLogicCall) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmLogicCall) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmLogicCall) ProtoMessage()
- func (m *MsgConfirmLogicCall) Reset()
- func (msg MsgConfirmLogicCall) Route() string
- func (m *MsgConfirmLogicCall) Size() (n int)
- func (m *MsgConfirmLogicCall) String() string
- func (msg MsgConfirmLogicCall) Type() string
- func (m *MsgConfirmLogicCall) Unmarshal(dAtA []byte) error
- func (msg MsgConfirmLogicCall) ValidateBasic() error
- func (m *MsgConfirmLogicCall) XXX_DiscardUnknown()
- func (m *MsgConfirmLogicCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmLogicCall) XXX_Merge(src proto.Message)
- func (m *MsgConfirmLogicCall) XXX_Size() int
- func (m *MsgConfirmLogicCall) XXX_Unmarshal(b []byte) error
- type MsgConfirmLogicCallResponse
- func (*MsgConfirmLogicCallResponse) Descriptor() ([]byte, []int)
- func (m *MsgConfirmLogicCallResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgConfirmLogicCallResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgConfirmLogicCallResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgConfirmLogicCallResponse) ProtoMessage()
- func (m *MsgConfirmLogicCallResponse) Reset()
- func (m *MsgConfirmLogicCallResponse) Size() (n int)
- func (m *MsgConfirmLogicCallResponse) String() string
- func (m *MsgConfirmLogicCallResponse) Unmarshal(dAtA []byte) error
- func (m *MsgConfirmLogicCallResponse) XXX_DiscardUnknown()
- func (m *MsgConfirmLogicCallResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgConfirmLogicCallResponse) XXX_Merge(src proto.Message)
- func (m *MsgConfirmLogicCallResponse) XXX_Size() int
- func (m *MsgConfirmLogicCallResponse) XXX_Unmarshal(b []byte) error
- type MsgERC20DeployedClaim
- func (b *MsgERC20DeployedClaim) ClaimHash() ([]byte, error)
- func (*MsgERC20DeployedClaim) Descriptor() ([]byte, []int)
- func (m *MsgERC20DeployedClaim) GetBlockHeight() uint64
- func (msg MsgERC20DeployedClaim) GetClaimer() sdk.AccAddress
- func (m *MsgERC20DeployedClaim) GetCosmosDenom() string
- func (m *MsgERC20DeployedClaim) GetDecimals() uint64
- func (m *MsgERC20DeployedClaim) GetEventNonce() uint64
- func (m *MsgERC20DeployedClaim) GetName() string
- func (m *MsgERC20DeployedClaim) GetOrchestrator() string
- func (msg MsgERC20DeployedClaim) GetSignBytes() []byte
- func (msg MsgERC20DeployedClaim) GetSigners() []sdk.AccAddress
- func (m *MsgERC20DeployedClaim) GetSymbol() string
- func (m *MsgERC20DeployedClaim) GetTokenContract() string
- func (e *MsgERC20DeployedClaim) GetType() ClaimType
- func (m *MsgERC20DeployedClaim) Marshal() (dAtA []byte, err error)
- func (m *MsgERC20DeployedClaim) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgERC20DeployedClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgERC20DeployedClaim) ProtoMessage()
- func (m *MsgERC20DeployedClaim) Reset()
- func (msg MsgERC20DeployedClaim) Route() string
- func (m *MsgERC20DeployedClaim) Size() (n int)
- func (m *MsgERC20DeployedClaim) String() string
- func (msg MsgERC20DeployedClaim) Type() string
- func (m *MsgERC20DeployedClaim) Unmarshal(dAtA []byte) error
- func (e *MsgERC20DeployedClaim) ValidateBasic() error
- func (m *MsgERC20DeployedClaim) XXX_DiscardUnknown()
- func (m *MsgERC20DeployedClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgERC20DeployedClaim) XXX_Merge(src proto.Message)
- func (m *MsgERC20DeployedClaim) XXX_Size() int
- func (m *MsgERC20DeployedClaim) XXX_Unmarshal(b []byte) error
- type MsgERC20DeployedClaimResponse
- func (*MsgERC20DeployedClaimResponse) Descriptor() ([]byte, []int)
- func (m *MsgERC20DeployedClaimResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgERC20DeployedClaimResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgERC20DeployedClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgERC20DeployedClaimResponse) ProtoMessage()
- func (m *MsgERC20DeployedClaimResponse) Reset()
- func (m *MsgERC20DeployedClaimResponse) Size() (n int)
- func (m *MsgERC20DeployedClaimResponse) String() string
- func (m *MsgERC20DeployedClaimResponse) Unmarshal(dAtA []byte) error
- func (m *MsgERC20DeployedClaimResponse) XXX_DiscardUnknown()
- func (m *MsgERC20DeployedClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgERC20DeployedClaimResponse) XXX_Merge(src proto.Message)
- func (m *MsgERC20DeployedClaimResponse) XXX_Size() int
- func (m *MsgERC20DeployedClaimResponse) XXX_Unmarshal(b []byte) error
- type MsgLogicCallExecutedClaim
- func (b *MsgLogicCallExecutedClaim) ClaimHash() ([]byte, error)
- func (*MsgLogicCallExecutedClaim) Descriptor() ([]byte, []int)
- func (m *MsgLogicCallExecutedClaim) GetBlockHeight() uint64
- func (msg MsgLogicCallExecutedClaim) GetClaimer() sdk.AccAddress
- func (m *MsgLogicCallExecutedClaim) GetEventNonce() uint64
- func (m *MsgLogicCallExecutedClaim) GetInvalidationId() []byte
- func (m *MsgLogicCallExecutedClaim) GetInvalidationNonce() uint64
- func (m *MsgLogicCallExecutedClaim) GetOrchestrator() string
- func (msg MsgLogicCallExecutedClaim) GetSignBytes() []byte
- func (msg MsgLogicCallExecutedClaim) GetSigners() []sdk.AccAddress
- func (e *MsgLogicCallExecutedClaim) GetType() ClaimType
- func (m *MsgLogicCallExecutedClaim) Marshal() (dAtA []byte, err error)
- func (m *MsgLogicCallExecutedClaim) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogicCallExecutedClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogicCallExecutedClaim) ProtoMessage()
- func (m *MsgLogicCallExecutedClaim) Reset()
- func (msg MsgLogicCallExecutedClaim) Route() string
- func (m *MsgLogicCallExecutedClaim) Size() (n int)
- func (m *MsgLogicCallExecutedClaim) String() string
- func (msg MsgLogicCallExecutedClaim) Type() string
- func (m *MsgLogicCallExecutedClaim) Unmarshal(dAtA []byte) error
- func (e *MsgLogicCallExecutedClaim) ValidateBasic() error
- func (m *MsgLogicCallExecutedClaim) XXX_DiscardUnknown()
- func (m *MsgLogicCallExecutedClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogicCallExecutedClaim) XXX_Merge(src proto.Message)
- func (m *MsgLogicCallExecutedClaim) XXX_Size() int
- func (m *MsgLogicCallExecutedClaim) XXX_Unmarshal(b []byte) error
- type MsgLogicCallExecutedClaimResponse
- func (*MsgLogicCallExecutedClaimResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogicCallExecutedClaimResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogicCallExecutedClaimResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogicCallExecutedClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogicCallExecutedClaimResponse) ProtoMessage()
- func (m *MsgLogicCallExecutedClaimResponse) Reset()
- func (m *MsgLogicCallExecutedClaimResponse) Size() (n int)
- func (m *MsgLogicCallExecutedClaimResponse) String() string
- func (m *MsgLogicCallExecutedClaimResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogicCallExecutedClaimResponse) XXX_DiscardUnknown()
- func (m *MsgLogicCallExecutedClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogicCallExecutedClaimResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogicCallExecutedClaimResponse) XXX_Size() int
- func (m *MsgLogicCallExecutedClaimResponse) XXX_Unmarshal(b []byte) error
- type MsgRequestBatch
- func (*MsgRequestBatch) Descriptor() ([]byte, []int)
- func (m *MsgRequestBatch) GetDenom() string
- func (m *MsgRequestBatch) GetSender() string
- func (msg MsgRequestBatch) GetSignBytes() []byte
- func (msg MsgRequestBatch) GetSigners() []sdk.AccAddress
- func (m *MsgRequestBatch) Marshal() (dAtA []byte, err error)
- func (m *MsgRequestBatch) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRequestBatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRequestBatch) ProtoMessage()
- func (m *MsgRequestBatch) Reset()
- func (msg MsgRequestBatch) Route() string
- func (m *MsgRequestBatch) Size() (n int)
- func (m *MsgRequestBatch) String() string
- func (msg MsgRequestBatch) Type() string
- func (m *MsgRequestBatch) Unmarshal(dAtA []byte) error
- func (msg MsgRequestBatch) ValidateBasic() error
- func (m *MsgRequestBatch) XXX_DiscardUnknown()
- func (m *MsgRequestBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRequestBatch) XXX_Merge(src proto.Message)
- func (m *MsgRequestBatch) XXX_Size() int
- func (m *MsgRequestBatch) XXX_Unmarshal(b []byte) error
- type MsgRequestBatchResponse
- func (*MsgRequestBatchResponse) Descriptor() ([]byte, []int)
- func (m *MsgRequestBatchResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRequestBatchResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRequestBatchResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRequestBatchResponse) ProtoMessage()
- func (m *MsgRequestBatchResponse) Reset()
- func (m *MsgRequestBatchResponse) Size() (n int)
- func (m *MsgRequestBatchResponse) String() string
- func (m *MsgRequestBatchResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRequestBatchResponse) XXX_DiscardUnknown()
- func (m *MsgRequestBatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRequestBatchResponse) XXX_Merge(src proto.Message)
- func (m *MsgRequestBatchResponse) XXX_Size() int
- func (m *MsgRequestBatchResponse) XXX_Unmarshal(b []byte) error
- type MsgSendToCosmosClaim
- func (msg *MsgSendToCosmosClaim) ClaimHash() ([]byte, error)
- func (*MsgSendToCosmosClaim) Descriptor() ([]byte, []int)
- func (m *MsgSendToCosmosClaim) GetBlockHeight() uint64
- func (msg MsgSendToCosmosClaim) GetClaimer() sdk.AccAddress
- func (m *MsgSendToCosmosClaim) GetCosmosReceiver() string
- func (m *MsgSendToCosmosClaim) GetEthereumSender() string
- func (m *MsgSendToCosmosClaim) GetEventNonce() uint64
- func (m *MsgSendToCosmosClaim) GetOrchestrator() string
- func (msg MsgSendToCosmosClaim) GetSignBytes() []byte
- func (msg MsgSendToCosmosClaim) GetSigners() []sdk.AccAddress
- func (m *MsgSendToCosmosClaim) GetTokenContract() string
- func (msg *MsgSendToCosmosClaim) GetType() ClaimType
- func (m *MsgSendToCosmosClaim) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToCosmosClaim) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToCosmosClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToCosmosClaim) ProtoMessage()
- func (m *MsgSendToCosmosClaim) Reset()
- func (msg MsgSendToCosmosClaim) Route() string
- func (m *MsgSendToCosmosClaim) Size() (n int)
- func (m *MsgSendToCosmosClaim) String() string
- func (msg MsgSendToCosmosClaim) Type() string
- func (m *MsgSendToCosmosClaim) Unmarshal(dAtA []byte) error
- func (msg *MsgSendToCosmosClaim) ValidateBasic() error
- func (m *MsgSendToCosmosClaim) XXX_DiscardUnknown()
- func (m *MsgSendToCosmosClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToCosmosClaim) XXX_Merge(src proto.Message)
- func (m *MsgSendToCosmosClaim) XXX_Size() int
- func (m *MsgSendToCosmosClaim) XXX_Unmarshal(b []byte) error
- type MsgSendToCosmosClaimResponse
- func (*MsgSendToCosmosClaimResponse) Descriptor() ([]byte, []int)
- func (m *MsgSendToCosmosClaimResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToCosmosClaimResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToCosmosClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToCosmosClaimResponse) ProtoMessage()
- func (m *MsgSendToCosmosClaimResponse) Reset()
- func (m *MsgSendToCosmosClaimResponse) Size() (n int)
- func (m *MsgSendToCosmosClaimResponse) String() string
- func (m *MsgSendToCosmosClaimResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSendToCosmosClaimResponse) XXX_DiscardUnknown()
- func (m *MsgSendToCosmosClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToCosmosClaimResponse) XXX_Merge(src proto.Message)
- func (m *MsgSendToCosmosClaimResponse) XXX_Size() int
- func (m *MsgSendToCosmosClaimResponse) XXX_Unmarshal(b []byte) error
- type MsgSendToEth
- func (*MsgSendToEth) Descriptor() ([]byte, []int)
- func (m *MsgSendToEth) GetAmount() types.Coin
- func (m *MsgSendToEth) GetBridgeFee() types.Coin
- func (m *MsgSendToEth) GetEthDest() string
- func (m *MsgSendToEth) GetSender() string
- func (msg MsgSendToEth) GetSignBytes() []byte
- func (msg MsgSendToEth) GetSigners() []sdk.AccAddress
- func (m *MsgSendToEth) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToEth) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToEth) ProtoMessage()
- func (m *MsgSendToEth) Reset()
- func (msg MsgSendToEth) Route() string
- func (m *MsgSendToEth) Size() (n int)
- func (m *MsgSendToEth) String() string
- func (msg MsgSendToEth) Type() string
- func (m *MsgSendToEth) Unmarshal(dAtA []byte) error
- func (msg MsgSendToEth) ValidateBasic() error
- func (m *MsgSendToEth) XXX_DiscardUnknown()
- func (m *MsgSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToEth) XXX_Merge(src proto.Message)
- func (m *MsgSendToEth) XXX_Size() int
- func (m *MsgSendToEth) XXX_Unmarshal(b []byte) error
- type MsgSendToEthResponse
- func (*MsgSendToEthResponse) Descriptor() ([]byte, []int)
- func (m *MsgSendToEthResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSendToEthResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendToEthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendToEthResponse) ProtoMessage()
- func (m *MsgSendToEthResponse) Reset()
- func (m *MsgSendToEthResponse) Size() (n int)
- func (m *MsgSendToEthResponse) String() string
- func (m *MsgSendToEthResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSendToEthResponse) XXX_DiscardUnknown()
- func (m *MsgSendToEthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendToEthResponse) XXX_Merge(src proto.Message)
- func (m *MsgSendToEthResponse) XXX_Size() int
- func (m *MsgSendToEthResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgSetOrchestratorAddress
- func (*MsgSetOrchestratorAddress) Descriptor() ([]byte, []int)
- func (m *MsgSetOrchestratorAddress) GetEthAddress() string
- func (m *MsgSetOrchestratorAddress) GetOrchestrator() string
- func (msg *MsgSetOrchestratorAddress) GetSignBytes() []byte
- func (msg *MsgSetOrchestratorAddress) GetSigners() []sdk.AccAddress
- func (m *MsgSetOrchestratorAddress) GetValidator() string
- func (m *MsgSetOrchestratorAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgSetOrchestratorAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetOrchestratorAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetOrchestratorAddress) ProtoMessage()
- func (m *MsgSetOrchestratorAddress) Reset()
- func (msg *MsgSetOrchestratorAddress) Route() string
- func (m *MsgSetOrchestratorAddress) Size() (n int)
- func (m *MsgSetOrchestratorAddress) String() string
- func (msg *MsgSetOrchestratorAddress) Type() string
- func (m *MsgSetOrchestratorAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgSetOrchestratorAddress) ValidateBasic() (err error)
- func (m *MsgSetOrchestratorAddress) XXX_DiscardUnknown()
- func (m *MsgSetOrchestratorAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetOrchestratorAddress) XXX_Merge(src proto.Message)
- func (m *MsgSetOrchestratorAddress) XXX_Size() int
- func (m *MsgSetOrchestratorAddress) XXX_Unmarshal(b []byte) error
- type MsgSetOrchestratorAddressResponse
- func (*MsgSetOrchestratorAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgSetOrchestratorAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSetOrchestratorAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSetOrchestratorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSetOrchestratorAddressResponse) ProtoMessage()
- func (m *MsgSetOrchestratorAddressResponse) Reset()
- func (m *MsgSetOrchestratorAddressResponse) Size() (n int)
- func (m *MsgSetOrchestratorAddressResponse) String() string
- func (m *MsgSetOrchestratorAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSetOrchestratorAddressResponse) XXX_DiscardUnknown()
- func (m *MsgSetOrchestratorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSetOrchestratorAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgSetOrchestratorAddressResponse) XXX_Size() int
- func (m *MsgSetOrchestratorAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgSubmitBadSignatureEvidence
- func (*MsgSubmitBadSignatureEvidence) Descriptor() ([]byte, []int)
- func (m *MsgSubmitBadSignatureEvidence) GetSender() string
- func (msg MsgSubmitBadSignatureEvidence) GetSignBytes() []byte
- func (m *MsgSubmitBadSignatureEvidence) GetSignature() string
- func (msg MsgSubmitBadSignatureEvidence) GetSigners() []sdk.AccAddress
- func (m *MsgSubmitBadSignatureEvidence) GetSubject() *types1.Any
- func (m *MsgSubmitBadSignatureEvidence) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitBadSignatureEvidence) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitBadSignatureEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitBadSignatureEvidence) ProtoMessage()
- func (m *MsgSubmitBadSignatureEvidence) Reset()
- func (msg MsgSubmitBadSignatureEvidence) Route() string
- func (m *MsgSubmitBadSignatureEvidence) Size() (n int)
- func (m *MsgSubmitBadSignatureEvidence) String() string
- func (msg MsgSubmitBadSignatureEvidence) Type() string
- func (m *MsgSubmitBadSignatureEvidence) Unmarshal(dAtA []byte) error
- func (e *MsgSubmitBadSignatureEvidence) ValidateBasic() (err error)
- func (m *MsgSubmitBadSignatureEvidence) XXX_DiscardUnknown()
- func (m *MsgSubmitBadSignatureEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitBadSignatureEvidence) XXX_Merge(src proto.Message)
- func (m *MsgSubmitBadSignatureEvidence) XXX_Size() int
- func (m *MsgSubmitBadSignatureEvidence) XXX_Unmarshal(b []byte) error
- type MsgSubmitBadSignatureEvidenceResponse
- func (*MsgSubmitBadSignatureEvidenceResponse) Descriptor() ([]byte, []int)
- func (m *MsgSubmitBadSignatureEvidenceResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSubmitBadSignatureEvidenceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSubmitBadSignatureEvidenceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSubmitBadSignatureEvidenceResponse) ProtoMessage()
- func (m *MsgSubmitBadSignatureEvidenceResponse) Reset()
- func (m *MsgSubmitBadSignatureEvidenceResponse) Size() (n int)
- func (m *MsgSubmitBadSignatureEvidenceResponse) String() string
- func (m *MsgSubmitBadSignatureEvidenceResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSubmitBadSignatureEvidenceResponse) XXX_DiscardUnknown()
- func (m *MsgSubmitBadSignatureEvidenceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSubmitBadSignatureEvidenceResponse) XXX_Merge(src proto.Message)
- func (m *MsgSubmitBadSignatureEvidenceResponse) XXX_Size() int
- func (m *MsgSubmitBadSignatureEvidenceResponse) XXX_Unmarshal(b []byte) error
- type MsgValsetConfirm
- func (*MsgValsetConfirm) Descriptor() ([]byte, []int)
- func (m *MsgValsetConfirm) GetEthAddress() string
- func (m *MsgValsetConfirm) GetNonce() uint64
- func (m *MsgValsetConfirm) GetOrchestrator() string
- func (msg *MsgValsetConfirm) GetSignBytes() []byte
- func (m *MsgValsetConfirm) GetSignature() string
- func (msg *MsgValsetConfirm) GetSigners() []sdk.AccAddress
- func (m *MsgValsetConfirm) Marshal() (dAtA []byte, err error)
- func (m *MsgValsetConfirm) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValsetConfirm) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValsetConfirm) ProtoMessage()
- func (m *MsgValsetConfirm) Reset()
- func (msg *MsgValsetConfirm) Route() string
- func (m *MsgValsetConfirm) Size() (n int)
- func (m *MsgValsetConfirm) String() string
- func (msg *MsgValsetConfirm) Type() string
- func (m *MsgValsetConfirm) Unmarshal(dAtA []byte) error
- func (msg *MsgValsetConfirm) ValidateBasic() (err error)
- func (m *MsgValsetConfirm) XXX_DiscardUnknown()
- func (m *MsgValsetConfirm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValsetConfirm) XXX_Merge(src proto.Message)
- func (m *MsgValsetConfirm) XXX_Size() int
- func (m *MsgValsetConfirm) XXX_Unmarshal(b []byte) error
- type MsgValsetConfirmResponse
- func (*MsgValsetConfirmResponse) Descriptor() ([]byte, []int)
- func (m *MsgValsetConfirmResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgValsetConfirmResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValsetConfirmResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValsetConfirmResponse) ProtoMessage()
- func (m *MsgValsetConfirmResponse) Reset()
- func (m *MsgValsetConfirmResponse) Size() (n int)
- func (m *MsgValsetConfirmResponse) String() string
- func (m *MsgValsetConfirmResponse) Unmarshal(dAtA []byte) error
- func (m *MsgValsetConfirmResponse) XXX_DiscardUnknown()
- func (m *MsgValsetConfirmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValsetConfirmResponse) XXX_Merge(src proto.Message)
- func (m *MsgValsetConfirmResponse) XXX_Size() int
- func (m *MsgValsetConfirmResponse) XXX_Unmarshal(b []byte) error
- type MsgValsetUpdatedClaim
- func (b *MsgValsetUpdatedClaim) ClaimHash() ([]byte, error)
- func (*MsgValsetUpdatedClaim) Descriptor() ([]byte, []int)
- func (m *MsgValsetUpdatedClaim) GetBlockHeight() uint64
- func (msg MsgValsetUpdatedClaim) GetClaimer() sdk.AccAddress
- func (m *MsgValsetUpdatedClaim) GetEventNonce() uint64
- func (m *MsgValsetUpdatedClaim) GetMembers() []*BridgeValidator
- func (m *MsgValsetUpdatedClaim) GetOrchestrator() string
- func (m *MsgValsetUpdatedClaim) GetRewardToken() string
- func (msg MsgValsetUpdatedClaim) GetSignBytes() []byte
- func (msg MsgValsetUpdatedClaim) GetSigners() []sdk.AccAddress
- func (e *MsgValsetUpdatedClaim) GetType() ClaimType
- func (m *MsgValsetUpdatedClaim) GetValsetNonce() uint64
- func (m *MsgValsetUpdatedClaim) Marshal() (dAtA []byte, err error)
- func (m *MsgValsetUpdatedClaim) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValsetUpdatedClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValsetUpdatedClaim) ProtoMessage()
- func (m *MsgValsetUpdatedClaim) Reset()
- func (msg MsgValsetUpdatedClaim) Route() string
- func (m *MsgValsetUpdatedClaim) Size() (n int)
- func (m *MsgValsetUpdatedClaim) String() string
- func (msg MsgValsetUpdatedClaim) Type() string
- func (m *MsgValsetUpdatedClaim) Unmarshal(dAtA []byte) error
- func (e *MsgValsetUpdatedClaim) ValidateBasic() error
- func (m *MsgValsetUpdatedClaim) XXX_DiscardUnknown()
- func (m *MsgValsetUpdatedClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValsetUpdatedClaim) XXX_Merge(src proto.Message)
- func (m *MsgValsetUpdatedClaim) XXX_Size() int
- func (m *MsgValsetUpdatedClaim) XXX_Unmarshal(b []byte) error
- type MsgValsetUpdatedClaimResponse
- func (*MsgValsetUpdatedClaimResponse) Descriptor() ([]byte, []int)
- func (m *MsgValsetUpdatedClaimResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgValsetUpdatedClaimResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgValsetUpdatedClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgValsetUpdatedClaimResponse) ProtoMessage()
- func (m *MsgValsetUpdatedClaimResponse) Reset()
- func (m *MsgValsetUpdatedClaimResponse) Size() (n int)
- func (m *MsgValsetUpdatedClaimResponse) String() string
- func (m *MsgValsetUpdatedClaimResponse) Unmarshal(dAtA []byte) error
- func (m *MsgValsetUpdatedClaimResponse) XXX_DiscardUnknown()
- func (m *MsgValsetUpdatedClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgValsetUpdatedClaimResponse) XXX_Merge(src proto.Message)
- func (m *MsgValsetUpdatedClaimResponse) XXX_Size() int
- func (m *MsgValsetUpdatedClaimResponse) XXX_Unmarshal(b []byte) error
- type OutgoingLogicCall
- func (*OutgoingLogicCall) Descriptor() ([]byte, []int)
- func (m *OutgoingLogicCall) GetBlock() uint64
- func (c OutgoingLogicCall) GetCheckpoint(gravityIDstring string) []byte
- func (m *OutgoingLogicCall) GetFees() []*ERC20Token
- func (m *OutgoingLogicCall) GetInvalidationId() []byte
- func (m *OutgoingLogicCall) GetInvalidationNonce() uint64
- func (m *OutgoingLogicCall) GetLogicContractAddress() string
- func (m *OutgoingLogicCall) GetPayload() []byte
- func (m *OutgoingLogicCall) GetTimeout() uint64
- func (m *OutgoingLogicCall) GetTransfers() []*ERC20Token
- func (m *OutgoingLogicCall) Marshal() (dAtA []byte, err error)
- func (m *OutgoingLogicCall) MarshalTo(dAtA []byte) (int, error)
- func (m *OutgoingLogicCall) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OutgoingLogicCall) ProtoMessage()
- func (m *OutgoingLogicCall) Reset()
- func (m *OutgoingLogicCall) Size() (n int)
- func (m *OutgoingLogicCall) String() string
- func (m *OutgoingLogicCall) Unmarshal(dAtA []byte) error
- func (m *OutgoingLogicCall) XXX_DiscardUnknown()
- func (m *OutgoingLogicCall) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OutgoingLogicCall) XXX_Merge(src proto.Message)
- func (m *OutgoingLogicCall) XXX_Size() int
- func (m *OutgoingLogicCall) XXX_Unmarshal(b []byte) error
- type OutgoingTransferTx
- func (*OutgoingTransferTx) Descriptor() ([]byte, []int)
- func (m *OutgoingTransferTx) GetDestAddress() string
- func (m *OutgoingTransferTx) GetErc20Fee() *ERC20Token
- func (m *OutgoingTransferTx) GetErc20Token() *ERC20Token
- func (m *OutgoingTransferTx) GetId() uint64
- func (m *OutgoingTransferTx) GetSender() string
- func (m *OutgoingTransferTx) Marshal() (dAtA []byte, err error)
- func (m *OutgoingTransferTx) MarshalTo(dAtA []byte) (int, error)
- func (m *OutgoingTransferTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OutgoingTransferTx) ProtoMessage()
- func (m *OutgoingTransferTx) Reset()
- func (m *OutgoingTransferTx) Size() (n int)
- func (m *OutgoingTransferTx) String() string
- func (o OutgoingTransferTx) ToInternal() (*InternalOutgoingTransferTx, error)
- func (m *OutgoingTransferTx) Unmarshal(dAtA []byte) error
- func (m *OutgoingTransferTx) XXX_DiscardUnknown()
- func (m *OutgoingTransferTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OutgoingTransferTx) XXX_Merge(src proto.Message)
- func (m *OutgoingTransferTx) XXX_Size() int
- func (m *OutgoingTransferTx) XXX_Unmarshal(b []byte) error
- type OutgoingTxBatch
- func (*OutgoingTxBatch) Descriptor() ([]byte, []int)
- func (m *OutgoingTxBatch) GetBatchNonce() uint64
- func (m *OutgoingTxBatch) GetBatchTimeout() uint64
- func (m *OutgoingTxBatch) GetBlock() uint64
- func (o OutgoingTxBatch) GetCheckpoint(gravityIDstring string) []byte
- func (b OutgoingTxBatch) GetFees() sdk.Int
- func (m *OutgoingTxBatch) GetTokenContract() string
- func (m *OutgoingTxBatch) GetTransactions() []*OutgoingTransferTx
- func (m *OutgoingTxBatch) Marshal() (dAtA []byte, err error)
- func (m *OutgoingTxBatch) MarshalTo(dAtA []byte) (int, error)
- func (m *OutgoingTxBatch) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OutgoingTxBatch) ProtoMessage()
- func (m *OutgoingTxBatch) Reset()
- func (m *OutgoingTxBatch) Size() (n int)
- func (m *OutgoingTxBatch) String() string
- func (o *OutgoingTxBatch) ToInternal() (*InternalOutgoingTxBatch, error)
- func (m *OutgoingTxBatch) Unmarshal(dAtA []byte) error
- func (m *OutgoingTxBatch) XXX_DiscardUnknown()
- func (m *OutgoingTxBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OutgoingTxBatch) XXX_Merge(src proto.Message)
- func (m *OutgoingTxBatch) XXX_Size() int
- func (m *OutgoingTxBatch) XXX_Unmarshal(b []byte) error
- 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) GetGravityId() string
- func (m *Params) GetSignedBatchesWindow() uint64
- func (m *Params) GetSignedLogicCallsWindow() uint64
- func (m *Params) GetSignedValsetsWindow() uint64
- func (m *Params) GetTargetBatchTimeout() uint64
- func (m *Params) GetUnbondSlashingValsetsWindow() uint64
- func (m *Params) GetValsetReward() types.Coin
- 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 QueryAttestationsRequest
- func (*QueryAttestationsRequest) Descriptor() ([]byte, []int)
- func (m *QueryAttestationsRequest) GetLimit() uint64
- func (m *QueryAttestationsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAttestationsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAttestationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAttestationsRequest) ProtoMessage()
- func (m *QueryAttestationsRequest) Reset()
- func (m *QueryAttestationsRequest) Size() (n int)
- func (m *QueryAttestationsRequest) String() string
- func (m *QueryAttestationsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAttestationsRequest) XXX_DiscardUnknown()
- func (m *QueryAttestationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAttestationsRequest) XXX_Merge(src proto.Message)
- func (m *QueryAttestationsRequest) XXX_Size() int
- func (m *QueryAttestationsRequest) XXX_Unmarshal(b []byte) error
- type QueryAttestationsResponse
- func (*QueryAttestationsResponse) Descriptor() ([]byte, []int)
- func (m *QueryAttestationsResponse) GetAttestations() []*Attestation
- func (m *QueryAttestationsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAttestationsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAttestationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAttestationsResponse) ProtoMessage()
- func (m *QueryAttestationsResponse) Reset()
- func (m *QueryAttestationsResponse) Size() (n int)
- func (m *QueryAttestationsResponse) String() string
- func (m *QueryAttestationsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAttestationsResponse) XXX_DiscardUnknown()
- func (m *QueryAttestationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAttestationsResponse) XXX_Merge(src proto.Message)
- func (m *QueryAttestationsResponse) XXX_Size() int
- func (m *QueryAttestationsResponse) XXX_Unmarshal(b []byte) error
- type QueryBatchConfirmsRequest
- func (*QueryBatchConfirmsRequest) Descriptor() ([]byte, []int)
- func (m *QueryBatchConfirmsRequest) GetContractAddress() string
- func (m *QueryBatchConfirmsRequest) GetNonce() uint64
- func (m *QueryBatchConfirmsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchConfirmsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchConfirmsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchConfirmsRequest) ProtoMessage()
- func (m *QueryBatchConfirmsRequest) Reset()
- func (m *QueryBatchConfirmsRequest) Size() (n int)
- func (m *QueryBatchConfirmsRequest) String() string
- func (m *QueryBatchConfirmsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBatchConfirmsRequest) XXX_DiscardUnknown()
- func (m *QueryBatchConfirmsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchConfirmsRequest) XXX_Merge(src proto.Message)
- func (m *QueryBatchConfirmsRequest) XXX_Size() int
- func (m *QueryBatchConfirmsRequest) XXX_Unmarshal(b []byte) error
- type QueryBatchConfirmsResponse
- func (*QueryBatchConfirmsResponse) Descriptor() ([]byte, []int)
- func (m *QueryBatchConfirmsResponse) GetConfirms() []*MsgConfirmBatch
- func (m *QueryBatchConfirmsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchConfirmsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchConfirmsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchConfirmsResponse) ProtoMessage()
- func (m *QueryBatchConfirmsResponse) Reset()
- func (m *QueryBatchConfirmsResponse) Size() (n int)
- func (m *QueryBatchConfirmsResponse) String() string
- func (m *QueryBatchConfirmsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBatchConfirmsResponse) XXX_DiscardUnknown()
- func (m *QueryBatchConfirmsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchConfirmsResponse) XXX_Merge(src proto.Message)
- func (m *QueryBatchConfirmsResponse) XXX_Size() int
- func (m *QueryBatchConfirmsResponse) XXX_Unmarshal(b []byte) error
- type QueryBatchFeeRequest
- func (*QueryBatchFeeRequest) Descriptor() ([]byte, []int)
- func (m *QueryBatchFeeRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchFeeRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchFeeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchFeeRequest) ProtoMessage()
- func (m *QueryBatchFeeRequest) Reset()
- func (m *QueryBatchFeeRequest) Size() (n int)
- func (m *QueryBatchFeeRequest) String() string
- func (m *QueryBatchFeeRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBatchFeeRequest) XXX_DiscardUnknown()
- func (m *QueryBatchFeeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchFeeRequest) XXX_Merge(src proto.Message)
- func (m *QueryBatchFeeRequest) XXX_Size() int
- func (m *QueryBatchFeeRequest) XXX_Unmarshal(b []byte) error
- type QueryBatchFeeResponse
- func (*QueryBatchFeeResponse) Descriptor() ([]byte, []int)
- func (m *QueryBatchFeeResponse) GetBatchFees() []*BatchFees
- func (m *QueryBatchFeeResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchFeeResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchFeeResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchFeeResponse) ProtoMessage()
- func (m *QueryBatchFeeResponse) Reset()
- func (m *QueryBatchFeeResponse) Size() (n int)
- func (m *QueryBatchFeeResponse) String() string
- func (m *QueryBatchFeeResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBatchFeeResponse) XXX_DiscardUnknown()
- func (m *QueryBatchFeeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchFeeResponse) XXX_Merge(src proto.Message)
- func (m *QueryBatchFeeResponse) XXX_Size() int
- func (m *QueryBatchFeeResponse) XXX_Unmarshal(b []byte) error
- type QueryBatchRequestByNonceRequest
- func (*QueryBatchRequestByNonceRequest) Descriptor() ([]byte, []int)
- func (m *QueryBatchRequestByNonceRequest) GetContractAddress() string
- func (m *QueryBatchRequestByNonceRequest) GetNonce() uint64
- func (m *QueryBatchRequestByNonceRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchRequestByNonceRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchRequestByNonceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchRequestByNonceRequest) ProtoMessage()
- func (m *QueryBatchRequestByNonceRequest) Reset()
- func (m *QueryBatchRequestByNonceRequest) Size() (n int)
- func (m *QueryBatchRequestByNonceRequest) String() string
- func (m *QueryBatchRequestByNonceRequest) Unmarshal(dAtA []byte) error
- func (m *QueryBatchRequestByNonceRequest) XXX_DiscardUnknown()
- func (m *QueryBatchRequestByNonceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchRequestByNonceRequest) XXX_Merge(src proto.Message)
- func (m *QueryBatchRequestByNonceRequest) XXX_Size() int
- func (m *QueryBatchRequestByNonceRequest) XXX_Unmarshal(b []byte) error
- type QueryBatchRequestByNonceResponse
- func (*QueryBatchRequestByNonceResponse) Descriptor() ([]byte, []int)
- func (m *QueryBatchRequestByNonceResponse) GetBatch() *OutgoingTxBatch
- func (m *QueryBatchRequestByNonceResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryBatchRequestByNonceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryBatchRequestByNonceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryBatchRequestByNonceResponse) ProtoMessage()
- func (m *QueryBatchRequestByNonceResponse) Reset()
- func (m *QueryBatchRequestByNonceResponse) Size() (n int)
- func (m *QueryBatchRequestByNonceResponse) String() string
- func (m *QueryBatchRequestByNonceResponse) Unmarshal(dAtA []byte) error
- func (m *QueryBatchRequestByNonceResponse) XXX_DiscardUnknown()
- func (m *QueryBatchRequestByNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryBatchRequestByNonceResponse) XXX_Merge(src proto.Message)
- func (m *QueryBatchRequestByNonceResponse) XXX_Size() int
- func (m *QueryBatchRequestByNonceResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryCurrentValsetRequest
- func (*QueryCurrentValsetRequest) Descriptor() ([]byte, []int)
- func (m *QueryCurrentValsetRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryCurrentValsetRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCurrentValsetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCurrentValsetRequest) ProtoMessage()
- func (m *QueryCurrentValsetRequest) Reset()
- func (m *QueryCurrentValsetRequest) Size() (n int)
- func (m *QueryCurrentValsetRequest) String() string
- func (m *QueryCurrentValsetRequest) Unmarshal(dAtA []byte) error
- func (m *QueryCurrentValsetRequest) XXX_DiscardUnknown()
- func (m *QueryCurrentValsetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCurrentValsetRequest) XXX_Merge(src proto.Message)
- func (m *QueryCurrentValsetRequest) XXX_Size() int
- func (m *QueryCurrentValsetRequest) XXX_Unmarshal(b []byte) error
- type QueryCurrentValsetResponse
- func (*QueryCurrentValsetResponse) Descriptor() ([]byte, []int)
- func (m *QueryCurrentValsetResponse) GetValset() *Valset
- func (m *QueryCurrentValsetResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryCurrentValsetResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCurrentValsetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCurrentValsetResponse) ProtoMessage()
- func (m *QueryCurrentValsetResponse) Reset()
- func (m *QueryCurrentValsetResponse) Size() (n int)
- func (m *QueryCurrentValsetResponse) String() string
- func (m *QueryCurrentValsetResponse) Unmarshal(dAtA []byte) error
- func (m *QueryCurrentValsetResponse) XXX_DiscardUnknown()
- func (m *QueryCurrentValsetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCurrentValsetResponse) XXX_Merge(src proto.Message)
- func (m *QueryCurrentValsetResponse) XXX_Size() int
- func (m *QueryCurrentValsetResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByEthAddress
- func (*QueryDelegateKeysByEthAddress) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByEthAddress) GetEthAddress() string
- func (m *QueryDelegateKeysByEthAddress) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByEthAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByEthAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByEthAddress) ProtoMessage()
- func (m *QueryDelegateKeysByEthAddress) Reset()
- func (m *QueryDelegateKeysByEthAddress) Size() (n int)
- func (m *QueryDelegateKeysByEthAddress) String() string
- func (m *QueryDelegateKeysByEthAddress) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByEthAddress) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByEthAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByEthAddress) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByEthAddress) XXX_Size() int
- func (m *QueryDelegateKeysByEthAddress) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByEthAddressResponse
- func (*QueryDelegateKeysByEthAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByEthAddressResponse) GetOrchestratorAddress() string
- func (m *QueryDelegateKeysByEthAddressResponse) GetValidatorAddress() string
- func (m *QueryDelegateKeysByEthAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByEthAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByEthAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByEthAddressResponse) ProtoMessage()
- func (m *QueryDelegateKeysByEthAddressResponse) Reset()
- func (m *QueryDelegateKeysByEthAddressResponse) Size() (n int)
- func (m *QueryDelegateKeysByEthAddressResponse) String() string
- func (m *QueryDelegateKeysByEthAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByEthAddressResponse) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByEthAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByEthAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByEthAddressResponse) XXX_Size() int
- func (m *QueryDelegateKeysByEthAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByOrchestratorAddress
- func (*QueryDelegateKeysByOrchestratorAddress) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByOrchestratorAddress) GetOrchestratorAddress() string
- func (m *QueryDelegateKeysByOrchestratorAddress) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByOrchestratorAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByOrchestratorAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByOrchestratorAddress) ProtoMessage()
- func (m *QueryDelegateKeysByOrchestratorAddress) Reset()
- func (m *QueryDelegateKeysByOrchestratorAddress) Size() (n int)
- func (m *QueryDelegateKeysByOrchestratorAddress) String() string
- func (m *QueryDelegateKeysByOrchestratorAddress) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByOrchestratorAddress) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByOrchestratorAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByOrchestratorAddress) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByOrchestratorAddress) XXX_Size() int
- func (m *QueryDelegateKeysByOrchestratorAddress) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByOrchestratorAddressResponse
- func (*QueryDelegateKeysByOrchestratorAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) GetEthAddress() string
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) GetValidatorAddress() string
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByOrchestratorAddressResponse) ProtoMessage()
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) Reset()
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) Size() (n int)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) String() string
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) XXX_Size() int
- func (m *QueryDelegateKeysByOrchestratorAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByValidatorAddress
- func (*QueryDelegateKeysByValidatorAddress) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByValidatorAddress) GetValidatorAddress() string
- func (m *QueryDelegateKeysByValidatorAddress) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByValidatorAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByValidatorAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByValidatorAddress) ProtoMessage()
- func (m *QueryDelegateKeysByValidatorAddress) Reset()
- func (m *QueryDelegateKeysByValidatorAddress) Size() (n int)
- func (m *QueryDelegateKeysByValidatorAddress) String() string
- func (m *QueryDelegateKeysByValidatorAddress) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByValidatorAddress) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByValidatorAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByValidatorAddress) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByValidatorAddress) XXX_Size() int
- func (m *QueryDelegateKeysByValidatorAddress) XXX_Unmarshal(b []byte) error
- type QueryDelegateKeysByValidatorAddressResponse
- func (*QueryDelegateKeysByValidatorAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryDelegateKeysByValidatorAddressResponse) GetEthAddress() string
- func (m *QueryDelegateKeysByValidatorAddressResponse) GetOrchestratorAddress() string
- func (m *QueryDelegateKeysByValidatorAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryDelegateKeysByValidatorAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDelegateKeysByValidatorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDelegateKeysByValidatorAddressResponse) ProtoMessage()
- func (m *QueryDelegateKeysByValidatorAddressResponse) Reset()
- func (m *QueryDelegateKeysByValidatorAddressResponse) Size() (n int)
- func (m *QueryDelegateKeysByValidatorAddressResponse) String() string
- func (m *QueryDelegateKeysByValidatorAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryDelegateKeysByValidatorAddressResponse) XXX_DiscardUnknown()
- func (m *QueryDelegateKeysByValidatorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDelegateKeysByValidatorAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryDelegateKeysByValidatorAddressResponse) XXX_Size() int
- func (m *QueryDelegateKeysByValidatorAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryDenomToERC20Request
- func (*QueryDenomToERC20Request) Descriptor() ([]byte, []int)
- func (m *QueryDenomToERC20Request) GetDenom() string
- func (m *QueryDenomToERC20Request) Marshal() (dAtA []byte, err error)
- func (m *QueryDenomToERC20Request) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDenomToERC20Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDenomToERC20Request) ProtoMessage()
- func (m *QueryDenomToERC20Request) Reset()
- func (m *QueryDenomToERC20Request) Size() (n int)
- func (m *QueryDenomToERC20Request) String() string
- func (m *QueryDenomToERC20Request) Unmarshal(dAtA []byte) error
- func (m *QueryDenomToERC20Request) XXX_DiscardUnknown()
- func (m *QueryDenomToERC20Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDenomToERC20Request) XXX_Merge(src proto.Message)
- func (m *QueryDenomToERC20Request) XXX_Size() int
- func (m *QueryDenomToERC20Request) XXX_Unmarshal(b []byte) error
- type QueryDenomToERC20Response
- func (*QueryDenomToERC20Response) Descriptor() ([]byte, []int)
- func (m *QueryDenomToERC20Response) GetCosmosOriginated() bool
- func (m *QueryDenomToERC20Response) GetErc20() string
- func (m *QueryDenomToERC20Response) Marshal() (dAtA []byte, err error)
- func (m *QueryDenomToERC20Response) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryDenomToERC20Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryDenomToERC20Response) ProtoMessage()
- func (m *QueryDenomToERC20Response) Reset()
- func (m *QueryDenomToERC20Response) Size() (n int)
- func (m *QueryDenomToERC20Response) String() string
- func (m *QueryDenomToERC20Response) Unmarshal(dAtA []byte) error
- func (m *QueryDenomToERC20Response) XXX_DiscardUnknown()
- func (m *QueryDenomToERC20Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryDenomToERC20Response) XXX_Merge(src proto.Message)
- func (m *QueryDenomToERC20Response) XXX_Size() int
- func (m *QueryDenomToERC20Response) XXX_Unmarshal(b []byte) error
- type QueryERC20ToDenomRequest
- func (*QueryERC20ToDenomRequest) Descriptor() ([]byte, []int)
- func (m *QueryERC20ToDenomRequest) GetErc20() string
- func (m *QueryERC20ToDenomRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryERC20ToDenomRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryERC20ToDenomRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryERC20ToDenomRequest) ProtoMessage()
- func (m *QueryERC20ToDenomRequest) Reset()
- func (m *QueryERC20ToDenomRequest) Size() (n int)
- func (m *QueryERC20ToDenomRequest) String() string
- func (m *QueryERC20ToDenomRequest) Unmarshal(dAtA []byte) error
- func (m *QueryERC20ToDenomRequest) XXX_DiscardUnknown()
- func (m *QueryERC20ToDenomRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryERC20ToDenomRequest) XXX_Merge(src proto.Message)
- func (m *QueryERC20ToDenomRequest) XXX_Size() int
- func (m *QueryERC20ToDenomRequest) XXX_Unmarshal(b []byte) error
- type QueryERC20ToDenomResponse
- func (*QueryERC20ToDenomResponse) Descriptor() ([]byte, []int)
- func (m *QueryERC20ToDenomResponse) GetCosmosOriginated() bool
- func (m *QueryERC20ToDenomResponse) GetDenom() string
- func (m *QueryERC20ToDenomResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryERC20ToDenomResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryERC20ToDenomResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryERC20ToDenomResponse) ProtoMessage()
- func (m *QueryERC20ToDenomResponse) Reset()
- func (m *QueryERC20ToDenomResponse) Size() (n int)
- func (m *QueryERC20ToDenomResponse) String() string
- func (m *QueryERC20ToDenomResponse) Unmarshal(dAtA []byte) error
- func (m *QueryERC20ToDenomResponse) XXX_DiscardUnknown()
- func (m *QueryERC20ToDenomResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryERC20ToDenomResponse) XXX_Merge(src proto.Message)
- func (m *QueryERC20ToDenomResponse) XXX_Size() int
- func (m *QueryERC20ToDenomResponse) XXX_Unmarshal(b []byte) error
- type QueryLastEventNonceByAddrRequest
- func (*QueryLastEventNonceByAddrRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastEventNonceByAddrRequest) GetAddress() string
- func (m *QueryLastEventNonceByAddrRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastEventNonceByAddrRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastEventNonceByAddrRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastEventNonceByAddrRequest) ProtoMessage()
- func (m *QueryLastEventNonceByAddrRequest) Reset()
- func (m *QueryLastEventNonceByAddrRequest) Size() (n int)
- func (m *QueryLastEventNonceByAddrRequest) String() string
- func (m *QueryLastEventNonceByAddrRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastEventNonceByAddrRequest) XXX_DiscardUnknown()
- func (m *QueryLastEventNonceByAddrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastEventNonceByAddrRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastEventNonceByAddrRequest) XXX_Size() int
- func (m *QueryLastEventNonceByAddrRequest) XXX_Unmarshal(b []byte) error
- type QueryLastEventNonceByAddrResponse
- func (*QueryLastEventNonceByAddrResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastEventNonceByAddrResponse) GetEventNonce() uint64
- func (m *QueryLastEventNonceByAddrResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastEventNonceByAddrResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastEventNonceByAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastEventNonceByAddrResponse) ProtoMessage()
- func (m *QueryLastEventNonceByAddrResponse) Reset()
- func (m *QueryLastEventNonceByAddrResponse) Size() (n int)
- func (m *QueryLastEventNonceByAddrResponse) String() string
- func (m *QueryLastEventNonceByAddrResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastEventNonceByAddrResponse) XXX_DiscardUnknown()
- func (m *QueryLastEventNonceByAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastEventNonceByAddrResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastEventNonceByAddrResponse) XXX_Size() int
- func (m *QueryLastEventNonceByAddrResponse) XXX_Unmarshal(b []byte) error
- type QueryLastPendingBatchRequestByAddrRequest
- func (*QueryLastPendingBatchRequestByAddrRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingBatchRequestByAddrRequest) GetAddress() string
- func (m *QueryLastPendingBatchRequestByAddrRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingBatchRequestByAddrRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingBatchRequestByAddrRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingBatchRequestByAddrRequest) ProtoMessage()
- func (m *QueryLastPendingBatchRequestByAddrRequest) Reset()
- func (m *QueryLastPendingBatchRequestByAddrRequest) Size() (n int)
- func (m *QueryLastPendingBatchRequestByAddrRequest) String() string
- func (m *QueryLastPendingBatchRequestByAddrRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingBatchRequestByAddrRequest) XXX_DiscardUnknown()
- func (m *QueryLastPendingBatchRequestByAddrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingBatchRequestByAddrRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingBatchRequestByAddrRequest) XXX_Size() int
- func (m *QueryLastPendingBatchRequestByAddrRequest) XXX_Unmarshal(b []byte) error
- type QueryLastPendingBatchRequestByAddrResponse
- func (*QueryLastPendingBatchRequestByAddrResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingBatchRequestByAddrResponse) GetBatch() *OutgoingTxBatch
- func (m *QueryLastPendingBatchRequestByAddrResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingBatchRequestByAddrResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingBatchRequestByAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingBatchRequestByAddrResponse) ProtoMessage()
- func (m *QueryLastPendingBatchRequestByAddrResponse) Reset()
- func (m *QueryLastPendingBatchRequestByAddrResponse) Size() (n int)
- func (m *QueryLastPendingBatchRequestByAddrResponse) String() string
- func (m *QueryLastPendingBatchRequestByAddrResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingBatchRequestByAddrResponse) XXX_DiscardUnknown()
- func (m *QueryLastPendingBatchRequestByAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingBatchRequestByAddrResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingBatchRequestByAddrResponse) XXX_Size() int
- func (m *QueryLastPendingBatchRequestByAddrResponse) XXX_Unmarshal(b []byte) error
- type QueryLastPendingLogicCallByAddrRequest
- func (*QueryLastPendingLogicCallByAddrRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingLogicCallByAddrRequest) GetAddress() string
- func (m *QueryLastPendingLogicCallByAddrRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingLogicCallByAddrRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingLogicCallByAddrRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingLogicCallByAddrRequest) ProtoMessage()
- func (m *QueryLastPendingLogicCallByAddrRequest) Reset()
- func (m *QueryLastPendingLogicCallByAddrRequest) Size() (n int)
- func (m *QueryLastPendingLogicCallByAddrRequest) String() string
- func (m *QueryLastPendingLogicCallByAddrRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingLogicCallByAddrRequest) XXX_DiscardUnknown()
- func (m *QueryLastPendingLogicCallByAddrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingLogicCallByAddrRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingLogicCallByAddrRequest) XXX_Size() int
- func (m *QueryLastPendingLogicCallByAddrRequest) XXX_Unmarshal(b []byte) error
- type QueryLastPendingLogicCallByAddrResponse
- func (*QueryLastPendingLogicCallByAddrResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingLogicCallByAddrResponse) GetCall() *OutgoingLogicCall
- func (m *QueryLastPendingLogicCallByAddrResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingLogicCallByAddrResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingLogicCallByAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingLogicCallByAddrResponse) ProtoMessage()
- func (m *QueryLastPendingLogicCallByAddrResponse) Reset()
- func (m *QueryLastPendingLogicCallByAddrResponse) Size() (n int)
- func (m *QueryLastPendingLogicCallByAddrResponse) String() string
- func (m *QueryLastPendingLogicCallByAddrResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingLogicCallByAddrResponse) XXX_DiscardUnknown()
- func (m *QueryLastPendingLogicCallByAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingLogicCallByAddrResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingLogicCallByAddrResponse) XXX_Size() int
- func (m *QueryLastPendingLogicCallByAddrResponse) XXX_Unmarshal(b []byte) error
- type QueryLastPendingValsetRequestByAddrRequest
- func (*QueryLastPendingValsetRequestByAddrRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingValsetRequestByAddrRequest) GetAddress() string
- func (m *QueryLastPendingValsetRequestByAddrRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingValsetRequestByAddrRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingValsetRequestByAddrRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingValsetRequestByAddrRequest) ProtoMessage()
- func (m *QueryLastPendingValsetRequestByAddrRequest) Reset()
- func (m *QueryLastPendingValsetRequestByAddrRequest) Size() (n int)
- func (m *QueryLastPendingValsetRequestByAddrRequest) String() string
- func (m *QueryLastPendingValsetRequestByAddrRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingValsetRequestByAddrRequest) XXX_DiscardUnknown()
- func (m *QueryLastPendingValsetRequestByAddrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingValsetRequestByAddrRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingValsetRequestByAddrRequest) XXX_Size() int
- func (m *QueryLastPendingValsetRequestByAddrRequest) XXX_Unmarshal(b []byte) error
- type QueryLastPendingValsetRequestByAddrResponse
- func (*QueryLastPendingValsetRequestByAddrResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastPendingValsetRequestByAddrResponse) GetValsets() []*Valset
- func (m *QueryLastPendingValsetRequestByAddrResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastPendingValsetRequestByAddrResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastPendingValsetRequestByAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastPendingValsetRequestByAddrResponse) ProtoMessage()
- func (m *QueryLastPendingValsetRequestByAddrResponse) Reset()
- func (m *QueryLastPendingValsetRequestByAddrResponse) Size() (n int)
- func (m *QueryLastPendingValsetRequestByAddrResponse) String() string
- func (m *QueryLastPendingValsetRequestByAddrResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastPendingValsetRequestByAddrResponse) XXX_DiscardUnknown()
- func (m *QueryLastPendingValsetRequestByAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastPendingValsetRequestByAddrResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastPendingValsetRequestByAddrResponse) XXX_Size() int
- func (m *QueryLastPendingValsetRequestByAddrResponse) XXX_Unmarshal(b []byte) error
- type QueryLastValsetRequestsRequest
- func (*QueryLastValsetRequestsRequest) Descriptor() ([]byte, []int)
- func (m *QueryLastValsetRequestsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLastValsetRequestsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastValsetRequestsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastValsetRequestsRequest) ProtoMessage()
- func (m *QueryLastValsetRequestsRequest) Reset()
- func (m *QueryLastValsetRequestsRequest) Size() (n int)
- func (m *QueryLastValsetRequestsRequest) String() string
- func (m *QueryLastValsetRequestsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLastValsetRequestsRequest) XXX_DiscardUnknown()
- func (m *QueryLastValsetRequestsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastValsetRequestsRequest) XXX_Merge(src proto.Message)
- func (m *QueryLastValsetRequestsRequest) XXX_Size() int
- func (m *QueryLastValsetRequestsRequest) XXX_Unmarshal(b []byte) error
- type QueryLastValsetRequestsResponse
- func (*QueryLastValsetRequestsResponse) Descriptor() ([]byte, []int)
- func (m *QueryLastValsetRequestsResponse) GetValsets() []*Valset
- func (m *QueryLastValsetRequestsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLastValsetRequestsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLastValsetRequestsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLastValsetRequestsResponse) ProtoMessage()
- func (m *QueryLastValsetRequestsResponse) Reset()
- func (m *QueryLastValsetRequestsResponse) Size() (n int)
- func (m *QueryLastValsetRequestsResponse) String() string
- func (m *QueryLastValsetRequestsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLastValsetRequestsResponse) XXX_DiscardUnknown()
- func (m *QueryLastValsetRequestsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLastValsetRequestsResponse) XXX_Merge(src proto.Message)
- func (m *QueryLastValsetRequestsResponse) XXX_Size() int
- func (m *QueryLastValsetRequestsResponse) XXX_Unmarshal(b []byte) error
- type QueryLogicConfirmsRequest
- func (*QueryLogicConfirmsRequest) Descriptor() ([]byte, []int)
- func (m *QueryLogicConfirmsRequest) GetInvalidationId() []byte
- func (m *QueryLogicConfirmsRequest) GetInvalidationNonce() uint64
- func (m *QueryLogicConfirmsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryLogicConfirmsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLogicConfirmsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLogicConfirmsRequest) ProtoMessage()
- func (m *QueryLogicConfirmsRequest) Reset()
- func (m *QueryLogicConfirmsRequest) Size() (n int)
- func (m *QueryLogicConfirmsRequest) String() string
- func (m *QueryLogicConfirmsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryLogicConfirmsRequest) XXX_DiscardUnknown()
- func (m *QueryLogicConfirmsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLogicConfirmsRequest) XXX_Merge(src proto.Message)
- func (m *QueryLogicConfirmsRequest) XXX_Size() int
- func (m *QueryLogicConfirmsRequest) XXX_Unmarshal(b []byte) error
- type QueryLogicConfirmsResponse
- func (*QueryLogicConfirmsResponse) Descriptor() ([]byte, []int)
- func (m *QueryLogicConfirmsResponse) GetConfirms() []*MsgConfirmLogicCall
- func (m *QueryLogicConfirmsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryLogicConfirmsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryLogicConfirmsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryLogicConfirmsResponse) ProtoMessage()
- func (m *QueryLogicConfirmsResponse) Reset()
- func (m *QueryLogicConfirmsResponse) Size() (n int)
- func (m *QueryLogicConfirmsResponse) String() string
- func (m *QueryLogicConfirmsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryLogicConfirmsResponse) XXX_DiscardUnknown()
- func (m *QueryLogicConfirmsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryLogicConfirmsResponse) XXX_Merge(src proto.Message)
- func (m *QueryLogicConfirmsResponse) XXX_Size() int
- func (m *QueryLogicConfirmsResponse) XXX_Unmarshal(b []byte) error
- type QueryOutgoingLogicCallsRequest
- func (*QueryOutgoingLogicCallsRequest) Descriptor() ([]byte, []int)
- func (m *QueryOutgoingLogicCallsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryOutgoingLogicCallsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOutgoingLogicCallsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOutgoingLogicCallsRequest) ProtoMessage()
- func (m *QueryOutgoingLogicCallsRequest) Reset()
- func (m *QueryOutgoingLogicCallsRequest) Size() (n int)
- func (m *QueryOutgoingLogicCallsRequest) String() string
- func (m *QueryOutgoingLogicCallsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryOutgoingLogicCallsRequest) XXX_DiscardUnknown()
- func (m *QueryOutgoingLogicCallsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOutgoingLogicCallsRequest) XXX_Merge(src proto.Message)
- func (m *QueryOutgoingLogicCallsRequest) XXX_Size() int
- func (m *QueryOutgoingLogicCallsRequest) XXX_Unmarshal(b []byte) error
- type QueryOutgoingLogicCallsResponse
- func (*QueryOutgoingLogicCallsResponse) Descriptor() ([]byte, []int)
- func (m *QueryOutgoingLogicCallsResponse) GetCalls() []*OutgoingLogicCall
- func (m *QueryOutgoingLogicCallsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryOutgoingLogicCallsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOutgoingLogicCallsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOutgoingLogicCallsResponse) ProtoMessage()
- func (m *QueryOutgoingLogicCallsResponse) Reset()
- func (m *QueryOutgoingLogicCallsResponse) Size() (n int)
- func (m *QueryOutgoingLogicCallsResponse) String() string
- func (m *QueryOutgoingLogicCallsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryOutgoingLogicCallsResponse) XXX_DiscardUnknown()
- func (m *QueryOutgoingLogicCallsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOutgoingLogicCallsResponse) XXX_Merge(src proto.Message)
- func (m *QueryOutgoingLogicCallsResponse) XXX_Size() int
- func (m *QueryOutgoingLogicCallsResponse) XXX_Unmarshal(b []byte) error
- type QueryOutgoingTxBatchesRequest
- func (*QueryOutgoingTxBatchesRequest) Descriptor() ([]byte, []int)
- func (m *QueryOutgoingTxBatchesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryOutgoingTxBatchesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOutgoingTxBatchesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOutgoingTxBatchesRequest) ProtoMessage()
- func (m *QueryOutgoingTxBatchesRequest) Reset()
- func (m *QueryOutgoingTxBatchesRequest) Size() (n int)
- func (m *QueryOutgoingTxBatchesRequest) String() string
- func (m *QueryOutgoingTxBatchesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryOutgoingTxBatchesRequest) XXX_DiscardUnknown()
- func (m *QueryOutgoingTxBatchesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOutgoingTxBatchesRequest) XXX_Merge(src proto.Message)
- func (m *QueryOutgoingTxBatchesRequest) XXX_Size() int
- func (m *QueryOutgoingTxBatchesRequest) XXX_Unmarshal(b []byte) error
- type QueryOutgoingTxBatchesResponse
- func (*QueryOutgoingTxBatchesResponse) Descriptor() ([]byte, []int)
- func (m *QueryOutgoingTxBatchesResponse) GetBatches() []*OutgoingTxBatch
- func (m *QueryOutgoingTxBatchesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryOutgoingTxBatchesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryOutgoingTxBatchesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryOutgoingTxBatchesResponse) ProtoMessage()
- func (m *QueryOutgoingTxBatchesResponse) Reset()
- func (m *QueryOutgoingTxBatchesResponse) Size() (n int)
- func (m *QueryOutgoingTxBatchesResponse) String() string
- func (m *QueryOutgoingTxBatchesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryOutgoingTxBatchesResponse) XXX_DiscardUnknown()
- func (m *QueryOutgoingTxBatchesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryOutgoingTxBatchesResponse) XXX_Merge(src proto.Message)
- func (m *QueryOutgoingTxBatchesResponse) XXX_Size() int
- func (m *QueryOutgoingTxBatchesResponse) XXX_Unmarshal(b []byte) error
- type QueryParamsRequest
- func (*QueryParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsRequest) ProtoMessage()
- func (m *QueryParamsRequest) Reset()
- func (m *QueryParamsRequest) Size() (n int)
- func (m *QueryParamsRequest) String() string
- func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryParamsRequest) XXX_DiscardUnknown()
- func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryParamsRequest) XXX_Size() int
- func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryParamsResponse) GetParams() Params
- func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsResponse) ProtoMessage()
- func (m *QueryParamsResponse) Reset()
- func (m *QueryParamsResponse) Size() (n int)
- func (m *QueryParamsResponse) String() string
- func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryParamsResponse) XXX_DiscardUnknown()
- func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryParamsResponse) XXX_Size() int
- func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryPendingSendToEth
- func (*QueryPendingSendToEth) Descriptor() ([]byte, []int)
- func (m *QueryPendingSendToEth) GetSenderAddress() string
- func (m *QueryPendingSendToEth) Marshal() (dAtA []byte, err error)
- func (m *QueryPendingSendToEth) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPendingSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPendingSendToEth) ProtoMessage()
- func (m *QueryPendingSendToEth) Reset()
- func (m *QueryPendingSendToEth) Size() (n int)
- func (m *QueryPendingSendToEth) String() string
- func (m *QueryPendingSendToEth) Unmarshal(dAtA []byte) error
- func (m *QueryPendingSendToEth) XXX_DiscardUnknown()
- func (m *QueryPendingSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPendingSendToEth) XXX_Merge(src proto.Message)
- func (m *QueryPendingSendToEth) XXX_Size() int
- func (m *QueryPendingSendToEth) XXX_Unmarshal(b []byte) error
- type QueryPendingSendToEthResponse
- func (*QueryPendingSendToEthResponse) Descriptor() ([]byte, []int)
- func (m *QueryPendingSendToEthResponse) GetTransfersInBatches() []*OutgoingTransferTx
- func (m *QueryPendingSendToEthResponse) GetUnbatchedTransfers() []*OutgoingTransferTx
- func (m *QueryPendingSendToEthResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryPendingSendToEthResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPendingSendToEthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPendingSendToEthResponse) ProtoMessage()
- func (m *QueryPendingSendToEthResponse) Reset()
- func (m *QueryPendingSendToEthResponse) Size() (n int)
- func (m *QueryPendingSendToEthResponse) String() string
- func (m *QueryPendingSendToEthResponse) Unmarshal(dAtA []byte) error
- func (m *QueryPendingSendToEthResponse) XXX_DiscardUnknown()
- func (m *QueryPendingSendToEthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPendingSendToEthResponse) XXX_Merge(src proto.Message)
- func (m *QueryPendingSendToEthResponse) XXX_Size() int
- func (m *QueryPendingSendToEthResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QueryValsetConfirmRequest
- func (*QueryValsetConfirmRequest) Descriptor() ([]byte, []int)
- func (m *QueryValsetConfirmRequest) GetAddress() string
- func (m *QueryValsetConfirmRequest) GetNonce() uint64
- func (m *QueryValsetConfirmRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetConfirmRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetConfirmRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetConfirmRequest) ProtoMessage()
- func (m *QueryValsetConfirmRequest) Reset()
- func (m *QueryValsetConfirmRequest) Size() (n int)
- func (m *QueryValsetConfirmRequest) String() string
- func (m *QueryValsetConfirmRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValsetConfirmRequest) XXX_DiscardUnknown()
- func (m *QueryValsetConfirmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetConfirmRequest) XXX_Merge(src proto.Message)
- func (m *QueryValsetConfirmRequest) XXX_Size() int
- func (m *QueryValsetConfirmRequest) XXX_Unmarshal(b []byte) error
- type QueryValsetConfirmResponse
- func (*QueryValsetConfirmResponse) Descriptor() ([]byte, []int)
- func (m *QueryValsetConfirmResponse) GetConfirm() *MsgValsetConfirm
- func (m *QueryValsetConfirmResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetConfirmResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetConfirmResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetConfirmResponse) ProtoMessage()
- func (m *QueryValsetConfirmResponse) Reset()
- func (m *QueryValsetConfirmResponse) Size() (n int)
- func (m *QueryValsetConfirmResponse) String() string
- func (m *QueryValsetConfirmResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValsetConfirmResponse) XXX_DiscardUnknown()
- func (m *QueryValsetConfirmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetConfirmResponse) XXX_Merge(src proto.Message)
- func (m *QueryValsetConfirmResponse) XXX_Size() int
- func (m *QueryValsetConfirmResponse) XXX_Unmarshal(b []byte) error
- type QueryValsetConfirmsByNonceRequest
- func (*QueryValsetConfirmsByNonceRequest) Descriptor() ([]byte, []int)
- func (m *QueryValsetConfirmsByNonceRequest) GetNonce() uint64
- func (m *QueryValsetConfirmsByNonceRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetConfirmsByNonceRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetConfirmsByNonceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetConfirmsByNonceRequest) ProtoMessage()
- func (m *QueryValsetConfirmsByNonceRequest) Reset()
- func (m *QueryValsetConfirmsByNonceRequest) Size() (n int)
- func (m *QueryValsetConfirmsByNonceRequest) String() string
- func (m *QueryValsetConfirmsByNonceRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValsetConfirmsByNonceRequest) XXX_DiscardUnknown()
- func (m *QueryValsetConfirmsByNonceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetConfirmsByNonceRequest) XXX_Merge(src proto.Message)
- func (m *QueryValsetConfirmsByNonceRequest) XXX_Size() int
- func (m *QueryValsetConfirmsByNonceRequest) XXX_Unmarshal(b []byte) error
- type QueryValsetConfirmsByNonceResponse
- func (*QueryValsetConfirmsByNonceResponse) Descriptor() ([]byte, []int)
- func (m *QueryValsetConfirmsByNonceResponse) GetConfirms() []*MsgValsetConfirm
- func (m *QueryValsetConfirmsByNonceResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetConfirmsByNonceResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetConfirmsByNonceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetConfirmsByNonceResponse) ProtoMessage()
- func (m *QueryValsetConfirmsByNonceResponse) Reset()
- func (m *QueryValsetConfirmsByNonceResponse) Size() (n int)
- func (m *QueryValsetConfirmsByNonceResponse) String() string
- func (m *QueryValsetConfirmsByNonceResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValsetConfirmsByNonceResponse) XXX_DiscardUnknown()
- func (m *QueryValsetConfirmsByNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetConfirmsByNonceResponse) XXX_Merge(src proto.Message)
- func (m *QueryValsetConfirmsByNonceResponse) XXX_Size() int
- func (m *QueryValsetConfirmsByNonceResponse) XXX_Unmarshal(b []byte) error
- type QueryValsetRequestRequest
- func (*QueryValsetRequestRequest) Descriptor() ([]byte, []int)
- func (m *QueryValsetRequestRequest) GetNonce() uint64
- func (m *QueryValsetRequestRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetRequestRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetRequestRequest) ProtoMessage()
- func (m *QueryValsetRequestRequest) Reset()
- func (m *QueryValsetRequestRequest) Size() (n int)
- func (m *QueryValsetRequestRequest) String() string
- func (m *QueryValsetRequestRequest) Unmarshal(dAtA []byte) error
- func (m *QueryValsetRequestRequest) XXX_DiscardUnknown()
- func (m *QueryValsetRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetRequestRequest) XXX_Merge(src proto.Message)
- func (m *QueryValsetRequestRequest) XXX_Size() int
- func (m *QueryValsetRequestRequest) XXX_Unmarshal(b []byte) error
- type QueryValsetRequestResponse
- func (*QueryValsetRequestResponse) Descriptor() ([]byte, []int)
- func (m *QueryValsetRequestResponse) GetValset() *Valset
- func (m *QueryValsetRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryValsetRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryValsetRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryValsetRequestResponse) ProtoMessage()
- func (m *QueryValsetRequestResponse) Reset()
- func (m *QueryValsetRequestResponse) Size() (n int)
- func (m *QueryValsetRequestResponse) String() string
- func (m *QueryValsetRequestResponse) Unmarshal(dAtA []byte) error
- func (m *QueryValsetRequestResponse) XXX_DiscardUnknown()
- func (m *QueryValsetRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryValsetRequestResponse) XXX_Merge(src proto.Message)
- func (m *QueryValsetRequestResponse) XXX_Size() int
- func (m *QueryValsetRequestResponse) XXX_Unmarshal(b []byte) error
- type SignType
- type SlashingKeeper
- type StakingKeeper
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) BatchSendToEthClaim(ctx context.Context, req *MsgBatchSendToEthClaim) (*MsgBatchSendToEthClaimResponse, error)
- func (*UnimplementedMsgServer) CancelSendToEth(ctx context.Context, req *MsgCancelSendToEth) (*MsgCancelSendToEthResponse, error)
- func (*UnimplementedMsgServer) ConfirmBatch(ctx context.Context, req *MsgConfirmBatch) (*MsgConfirmBatchResponse, error)
- func (*UnimplementedMsgServer) ConfirmLogicCall(ctx context.Context, req *MsgConfirmLogicCall) (*MsgConfirmLogicCallResponse, error)
- func (*UnimplementedMsgServer) ERC20DeployedClaim(ctx context.Context, req *MsgERC20DeployedClaim) (*MsgERC20DeployedClaimResponse, error)
- func (*UnimplementedMsgServer) LogicCallExecutedClaim(ctx context.Context, req *MsgLogicCallExecutedClaim) (*MsgLogicCallExecutedClaimResponse, error)
- func (*UnimplementedMsgServer) RequestBatch(ctx context.Context, req *MsgRequestBatch) (*MsgRequestBatchResponse, error)
- func (*UnimplementedMsgServer) SendToCosmosClaim(ctx context.Context, req *MsgSendToCosmosClaim) (*MsgSendToCosmosClaimResponse, error)
- func (*UnimplementedMsgServer) SendToEth(ctx context.Context, req *MsgSendToEth) (*MsgSendToEthResponse, error)
- func (*UnimplementedMsgServer) SetOrchestratorAddress(ctx context.Context, req *MsgSetOrchestratorAddress) (*MsgSetOrchestratorAddressResponse, error)
- func (*UnimplementedMsgServer) SubmitBadSignatureEvidence(ctx context.Context, req *MsgSubmitBadSignatureEvidence) (*MsgSubmitBadSignatureEvidenceResponse, error)
- func (*UnimplementedMsgServer) ValsetConfirm(ctx context.Context, req *MsgValsetConfirm) (*MsgValsetConfirmResponse, error)
- func (*UnimplementedMsgServer) ValsetUpdateClaim(ctx context.Context, req *MsgValsetUpdatedClaim) (*MsgValsetUpdatedClaimResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) BatchConfirms(ctx context.Context, req *QueryBatchConfirmsRequest) (*QueryBatchConfirmsResponse, error)
- func (*UnimplementedQueryServer) BatchFees(ctx context.Context, req *QueryBatchFeeRequest) (*QueryBatchFeeResponse, error)
- func (*UnimplementedQueryServer) BatchRequestByNonce(ctx context.Context, req *QueryBatchRequestByNonceRequest) (*QueryBatchRequestByNonceResponse, error)
- func (*UnimplementedQueryServer) CurrentValset(ctx context.Context, req *QueryCurrentValsetRequest) (*QueryCurrentValsetResponse, error)
- func (*UnimplementedQueryServer) DenomToERC20(ctx context.Context, req *QueryDenomToERC20Request) (*QueryDenomToERC20Response, error)
- func (*UnimplementedQueryServer) ERC20ToDenom(ctx context.Context, req *QueryERC20ToDenomRequest) (*QueryERC20ToDenomResponse, error)
- func (*UnimplementedQueryServer) GetAttestations(ctx context.Context, req *QueryAttestationsRequest) (*QueryAttestationsResponse, error)
- func (*UnimplementedQueryServer) GetDelegateKeyByEth(ctx context.Context, req *QueryDelegateKeysByEthAddress) (*QueryDelegateKeysByEthAddressResponse, error)
- func (*UnimplementedQueryServer) GetDelegateKeyByOrchestrator(ctx context.Context, req *QueryDelegateKeysByOrchestratorAddress) (*QueryDelegateKeysByOrchestratorAddressResponse, error)
- func (*UnimplementedQueryServer) GetDelegateKeyByValidator(ctx context.Context, req *QueryDelegateKeysByValidatorAddress) (*QueryDelegateKeysByValidatorAddressResponse, error)
- func (*UnimplementedQueryServer) GetPendingSendToEth(ctx context.Context, req *QueryPendingSendToEth) (*QueryPendingSendToEthResponse, error)
- func (*UnimplementedQueryServer) LastEventNonceByAddr(ctx context.Context, req *QueryLastEventNonceByAddrRequest) (*QueryLastEventNonceByAddrResponse, error)
- func (*UnimplementedQueryServer) LastPendingBatchRequestByAddr(ctx context.Context, req *QueryLastPendingBatchRequestByAddrRequest) (*QueryLastPendingBatchRequestByAddrResponse, error)
- func (*UnimplementedQueryServer) LastPendingLogicCallByAddr(ctx context.Context, req *QueryLastPendingLogicCallByAddrRequest) (*QueryLastPendingLogicCallByAddrResponse, error)
- func (*UnimplementedQueryServer) LastPendingValsetRequestByAddr(ctx context.Context, req *QueryLastPendingValsetRequestByAddrRequest) (*QueryLastPendingValsetRequestByAddrResponse, error)
- func (*UnimplementedQueryServer) LastValsetRequests(ctx context.Context, req *QueryLastValsetRequestsRequest) (*QueryLastValsetRequestsResponse, error)
- func (*UnimplementedQueryServer) LogicConfirms(ctx context.Context, req *QueryLogicConfirmsRequest) (*QueryLogicConfirmsResponse, error)
- func (*UnimplementedQueryServer) OutgoingLogicCalls(ctx context.Context, req *QueryOutgoingLogicCallsRequest) (*QueryOutgoingLogicCallsResponse, error)
- func (*UnimplementedQueryServer) OutgoingTxBatches(ctx context.Context, req *QueryOutgoingTxBatchesRequest) (*QueryOutgoingTxBatchesResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- func (*UnimplementedQueryServer) ValsetConfirm(ctx context.Context, req *QueryValsetConfirmRequest) (*QueryValsetConfirmResponse, error)
- func (*UnimplementedQueryServer) ValsetConfirmsByNonce(ctx context.Context, req *QueryValsetConfirmsByNonceRequest) (*QueryValsetConfirmsByNonceResponse, error)
- func (*UnimplementedQueryServer) ValsetRequest(ctx context.Context, req *QueryValsetRequestRequest) (*QueryValsetRequestResponse, error)
- type Valset
- func (*Valset) Descriptor() ([]byte, []int)
- func (v Valset) GetCheckpoint(gravityIDstring string) []byte
- func (m *Valset) GetHeight() uint64
- func (m *Valset) GetMembers() []*BridgeValidator
- func (m *Valset) GetNonce() uint64
- func (m *Valset) GetRewardToken() string
- func (m *Valset) Marshal() (dAtA []byte, err error)
- func (m *Valset) MarshalTo(dAtA []byte) (int, error)
- func (m *Valset) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Valset) ProtoMessage()
- func (m *Valset) Reset()
- func (m *Valset) Size() (n int)
- func (m *Valset) String() string
- func (m *Valset) Unmarshal(dAtA []byte) error
- func (v *Valset) WithoutEmptyMembers() *Valset
- func (m *Valset) XXX_DiscardUnknown()
- func (m *Valset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Valset) XXX_Merge(src proto.Message)
- func (m *Valset) XXX_Size() int
- func (m *Valset) XXX_Unmarshal(b []byte) error
- type Valsets
Constants ¶
const ( // OutgoingBatchTxCheckpointABIJSON checks the ETH ABI for compatability of the OutgoingBatchTx message OutgoingBatchTxCheckpointABIJSON = `` /* 839-byte string literal not displayed */ // ValsetCheckpointABIJSON checks the ETH ABI for compatability of the Valset update message ValsetCheckpointABIJSON = `` /* 749-byte string literal not displayed */ // OutgoingLogicCallABIJSON checks the ETH ABI for compatability of the logic call message OutgoingLogicCallABIJSON = `` /* 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 = "" // ETHContractAddressLen is the length of contract address strings ETHContractAddressLen = 42 // GravityDenomLen is the length of the denoms generated by the gravity module GravityDenomLen = len(GravityDenomPrefix) + len(GravityDenomSeparator) + ETHContractAddressLen // ZeroAddress is an EthAddress containing the zero ethereum address ZeroAddressString = "0x0000000000000000000000000000000000000000" )
const ( EventTypeObservation = "observation" EventTypeOutgoingBatch = "outgoing_batch" EventTypeMultisigUpdateRequest = "multisig_update_request" EventTypeOutgoingBatchCanceled = "outgoing_batch_canceled" EventTypeOutgoingLogicCallCanceled = "outgoing_logic_call_canceled" EventTypeBridgeWithdrawalReceived = "withdrawal_received" EventTypeBridgeDepositReceived = "deposit_received" EventTypeBridgeWithdrawCanceled = "withdraw_canceled" AttributeKeyAttestationID = "attestation_id" AttributeKeyBatchConfirmKey = "batch_confirm_key" AttributeKeyValsetConfirmKey = "valset_confirm_key" AttributeKeyMultisigID = "multisig_id" AttributeKeyOutgoingBatchID = "batch_id" AttributeKeyOutgoingTXID = "outgoing_tx_id" AttributeKeyAttestationType = "attestation_type" AttributeKeyContract = "bridge_contract" AttributeKeyNonce = "nonce" AttributeKeyValsetNonce = "valset_nonce" AttributeKeyBatchNonce = "batch_nonce" AttributeKeyBridgeChainID = "bridge_chain_id" AttributeKeySetOperatorAddr = "set_operator_address" AttributeKeyInvalidationID = "logic_call_invalidation_id" AttributeKeyInvalidationNonce = "logic_call_invalidation_nonce" AttributeKeyBadEthSignature = "bad_eth_signature" AttributeKeyBadEthSignatureSubject = "bad_eth_signature_subject" )
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 ( // todo: implement oracle constants as params DefaultParamspace = ModuleName )
DefaultParamspace defines the default auth module parameter subspace
const (
TypeMsgBatchSendToEthClaim = "batch_send_to_eth_claim"
)
const (
TypeMsgSendToCosmosClaim = "send_to_cosmos_claim"
)
Variables ¶
var ( ErrInvalidLengthAttestation = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAttestation = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAttestation = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthBatch = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowBatch = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupBatch = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInternal = sdkerrors.Register(ModuleName, 1, "internal") ErrDuplicate = sdkerrors.Register(ModuleName, 2, "duplicate") ErrInvalid = sdkerrors.Register(ModuleName, 3, "invalid") ErrTimeout = sdkerrors.Register(ModuleName, 4, "timeout") ErrUnknown = sdkerrors.Register(ModuleName, 5, "unknown") ErrEmpty = sdkerrors.Register(ModuleName, 6, "empty") ErrOutdated = sdkerrors.Register(ModuleName, 7, "outdated") ErrUnsupported = sdkerrors.Register(ModuleName, 8, "unsupported") ErrNonContiguousEventNonce = sdkerrors.Register(ModuleName, 9, "non contiguous event nonce") ErrResetDelegateKeys = sdkerrors.Register(ModuleName, 10, "can not set orchestrator addresses more than once") ErrMismatched = sdkerrors.Register(ModuleName, 11, "mismatched") )
var ( // AttestationVotesPowerThreshold threshold of votes power to succeed AttestationVotesPowerThreshold = sdk.NewInt(66) // 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") // ParamsStoreKeySignedValsetsWindow stores the signed blocks window ParamsStoreKeySignedValsetsWindow = []byte("SignedValsetsWindow") // ParamsStoreKeySignedBatchesWindow stores the signed blocks window ParamsStoreKeySignedBatchesWindow = []byte("SignedBatchesWindow") // ParamsStoreKeySignedLogicCallsWindow stores the signed blocks window ParamsStoreKeySignedLogicCallsWindow = []byte("SignedLogicCallsWindow") // ParamsStoreKeySignedClaimsWindow stores the signed blocks window ParamsStoreKeyTargetBatchTimeout = []byte("TargetBatchTimeout") // ParamsStoreKeySignedClaimsWindow stores the signed blocks window ParamsStoreKeyAverageBlockTime = []byte("AverageBlockTime") // ParamsStoreKeySignedClaimsWindow stores the signed blocks window ParamsStoreKeyAverageEthereumBlockTime = []byte("AverageEthereumBlockTime") // ParamsStoreSlashFractionValset stores the slash fraction valset ParamsStoreSlashFractionValset = []byte("SlashFractionValset") // ParamsStoreSlashFractionBatch stores the slash fraction Batch ParamsStoreSlashFractionBatch = []byte("SlashFractionBatch") // ParamStoreUnbondSlashingValsetsWindow stores unbond slashing valset window ParamStoreUnbondSlashingValsetsWindow = []byte("UnbondSlashingValsetsWindow") // ParamStoreSlashFractionBadEthSignature stores the amount by which a validator making a fraudulent eth signature will be slashed ParamStoreSlashFractionBadEthSignature = []byte("SlashFractionBadEthSignature") // ValsetRewardAmount the amount of the coin, both denom and amount to issue // to a relayer when they relay a valset ParamStoreValsetRewardAmount = []byte("ValsetReward") )
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 ( // EthAddressByValidatorKey indexes cosmos validator account addresses // i.e. cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn EthAddressByValidatorKey = []byte{0x1} // ValidatorByEthAddressKey indexes ethereum addresses // i.e. 0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B ValidatorByEthAddressKey = []byte{0x2} // ValsetRequestKey indexes valset requests by nonce ValsetRequestKey = []byte{0x3} // ValsetConfirmKey indexes valset confirmations by nonce and the validator account address // i.e cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn ValsetConfirmKey = []byte{0x4} // OracleClaimKey Claim details by nonce and validator address // i.e. cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn // A claim is named more intuitively than an Attestation, it is literally // a validator making a claim to have seen something happen. Claims are // attached to attestations which can be thought of as 'the event' that // will eventually be executed. OracleClaimKey = []byte{0x5} // OracleAttestationKey attestation details by nonce and validator address // i.e. cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn // An attestation can be thought of as the 'event to be executed' while // the Claims are an individual validator saying that they saw an event // occur the Attestation is 'the event' that multiple claims vote on and // eventually executes OracleAttestationKey = []byte{0x6} // OutgoingTXPoolKey indexes the last nonce for the outgoing tx pool OutgoingTXPoolKey = []byte{0x7} // DenomiatorPrefix indexes token contract addresses from ETH on gravity DenomiatorPrefix = []byte{0x8} // OutgoingTXBatchKey indexes outgoing tx batches under a nonce and token address OutgoingTXBatchKey = []byte{0xa} // OutgoingTXBatchBlockKey indexes outgoing tx batches under a block height and token address OutgoingTXBatchBlockKey = []byte{0xb} // BatchConfirmKey indexes validator confirmations by token contract address BatchConfirmKey = []byte{0xc} // SecondIndexNonceByClaimKey indexes latest nonce for a given claim type SecondIndexNonceByClaimKey = []byte{0xd} // LastEventNonceByValidatorKey indexes lateset event nonce by validator LastEventNonceByValidatorKey = []byte{0xe} // LastObservedEventNonceKey indexes the latest event nonce LastObservedEventNonceKey = []byte{0xf} // SequenceKeyPrefix indexes different txids SequenceKeyPrefix = []byte{0x10} // KeyLastTXPoolID indexes the lastTxPoolID KeyLastTXPoolID = append(SequenceKeyPrefix, []byte("lastTxPoolId")...) // KeyLastOutgoingBatchID indexes the lastBatchID KeyLastOutgoingBatchID = append(SequenceKeyPrefix, []byte("lastBatchId")...) // KeyOrchestratorAddress indexes the validator keys for an orchestrator KeyOrchestratorAddress = []byte{0x11} // KeyOutgoingLogicCall indexes the outgoing logic calls KeyOutgoingLogicCall = []byte{0x12} // KeyOutgoingLogicConfirm indexes the outgoing logic confirms KeyOutgoingLogicConfirm = []byte{0x13} // LastObservedEthereumBlockHeightKey indexes the latest Ethereum block height LastObservedEthereumBlockHeightKey = []byte{0x14} // DenomToERC20Key prefixes the index of Cosmos originated asset denoms to ERC20s DenomToERC20Key = []byte{0x15} // ERC20ToDenomKey prefixes the index of Cosmos originated assets ERC20s to denoms ERC20ToDenomKey = []byte{0x16} // LastSlashedValsetNonce indexes the latest slashed valset nonce LastSlashedValsetNonce = []byte{0x17} // LatestValsetNonce indexes the latest valset nonce LatestValsetNonce = []byte{0x18} // LastSlashedBatchBlock indexes the latest slashed batch block height LastSlashedBatchBlock = []byte{0x19} // LastSlashedLogicCallBlock indexes the latest slashed logic call block height LastSlashedLogicCallBlock = []byte{0x20} // LastUnBondingBlockHeight indexes the last validator unbonding block height LastUnBondingBlockHeight = []byte{0xf8} // LastObservedValsetNonceKey indexes the latest observed valset nonce // HERE THERE BE DRAGONS, do not use this value as an up to date validator set // on Ethereum it will always lag significantly and may be totally wrong at some // times. LastObservedValsetKey = []byte{0xfa} // PastEthSignatureCheckpointKey indexes eth signature checkpoints that have existed PastEthSignatureCheckpointKey = []byte{0x1b} )
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 ( ErrInvalidLengthPool = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPool = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPool = 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 ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") )
var ClaimType_name = map[int32]string{
0: "CLAIM_TYPE_UNSPECIFIED",
1: "CLAIM_TYPE_SEND_TO_COSMOS",
2: "CLAIM_TYPE_BATCH_SEND_TO_ETH",
3: "CLAIM_TYPE_ERC20_DEPLOYED",
4: "CLAIM_TYPE_LOGIC_CALL_EXECUTED",
5: "CLAIM_TYPE_VALSET_UPDATED",
}
var ClaimType_value = map[string]int32{
"CLAIM_TYPE_UNSPECIFIED": 0,
"CLAIM_TYPE_SEND_TO_COSMOS": 1,
"CLAIM_TYPE_BATCH_SEND_TO_ETH": 2,
"CLAIM_TYPE_ERC20_DEPLOYED": 3,
"CLAIM_TYPE_LOGIC_CALL_EXECUTED": 4,
"CLAIM_TYPE_VALSET_UPDATED": 5,
}
var ModuleCdc = codec.NewLegacyAmino()
ModuleCdc is the codec for the module
var SignType_name = map[int32]string{
0: "SIGN_TYPE_UNSPECIFIED",
1: "SIGN_TYPE_ORCHESTRATOR_SIGNED_MULTI_SIG_UPDATE",
2: "SIGN_TYPE_ORCHESTRATOR_SIGNED_WITHDRAW_BATCH",
}
var SignType_value = map[string]int32{
"SIGN_TYPE_UNSPECIFIED": 0,
"SIGN_TYPE_ORCHESTRATOR_SIGNED_MULTI_SIG_UPDATE": 1,
"SIGN_TYPE_ORCHESTRATOR_SIGNED_WITHDRAW_BATCH": 2,
}
Functions ¶
func EthAddrLessThan ¶
func EthAddrLessThan(e EthAddress, o EthAddress) bool
EthAddrLessThan migrates the Ethereum address less than function
func GetAttestationKey ¶
GetAttestationKey returns the following key format prefix nonce claim-details-hash [0x5][0 0 0 0 0 0 0 1][fd1af8cec6c67fcf156f1b61fdf91ebc04d05484d007436e75342fc05bbff35a] An attestation is an event multiple people are voting on, this function needs the claim details because each Attestation is aggregating all claims of a specific event, lets say validator X and validator y where making different claims about the same event nonce Note that the claim hash does NOT include the claimer address and only identifies an event
func GetBatchConfirmKey ¶
func GetBatchConfirmKey(tokenContract EthAddress, batchNonce uint64, validator sdk.AccAddress) []byte
GetBatchConfirmKey returns the following key format prefix eth-contract-address BatchNonce Validator-address [0xe1][0xc783df8a850f42e7F7e57013759C285caa701eB6][0 0 0 0 0 0 0 1][cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn] TODO this should be a sdk.ValAddress
func GetClaimKey ¶
func GetClaimKey(details EthereumClaim) []byte
GetClaimKey returns the following key format prefix type cosmos-validator-address nonce attestation-details-hash [0x0][0 0 0 1][cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn][0 0 0 0 0 0 0 1][fd1af8cec6c67fcf156f1b61fdf91ebc04d05484d007436e75342fc05bbff35a] The Claim hash identifies a unique event, for example it would have a event nonce, a sender and a receiver. Or an event nonce and a batch nonce. But the Claim is stored indexed with the claimer key to make sure that it is unique.
func GetDenomToERC20Key ¶
func GetERC20ToDenomKey ¶
func GetERC20ToDenomKey(erc20 EthAddress) []byte
func GetEthAddressByValidatorKey ¶
func GetEthAddressByValidatorKey(validator sdk.ValAddress) []byte
GetEthAddressByValidatorKey returns the following key format prefix cosmos-validator [0x0][cosmosvaloper1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func GetLastEventNonceByValidatorKey ¶
func GetLastEventNonceByValidatorKey(validator sdk.ValAddress) []byte
GetLastEventNonceByValidatorKey indexes lateset event nonce by validator GetLastEventNonceByValidatorKey returns the following key format prefix cosmos-validator [0x0][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func GetLogicConfirmKey ¶
func GetLogicConfirmKey(invalidationId []byte, invalidationNonce uint64, validator sdk.AccAddress) []byte
func GetOrchestratorAddressKey ¶
func GetOrchestratorAddressKey(orc sdk.AccAddress) []byte
GetOrchestratorAddressKey returns the following key format prefix [0xe8][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn]
func GetOutgoingLogicCallKey ¶
func GetOutgoingTxBatchBlockKey ¶
GetOutgoingTxBatchBlockKey returns the following key format prefix blockheight [0xb][0 0 0 0 2 1 4 3]
func GetOutgoingTxBatchKey ¶
func GetOutgoingTxBatchKey(tokenContract EthAddress, nonce uint64) []byte
GetOutgoingTxBatchKey returns the following key format prefix nonce eth-contract-address [0xa][0 0 0 0 0 0 0 1][0xc783df8a850f42e7F7e57013759C285caa701eB6]
func GetOutgoingTxPoolContractPrefix ¶
func GetOutgoingTxPoolContractPrefix(contractAddress EthAddress) []byte
GetOutgoingTxPoolContractPrefix returns the following key format prefix feeContract [0x6][0xc783df8a850f42e7F7e57013759C285caa701eB6] This prefix is used for iterating over unbatched transactions for a given contract
func GetOutgoingTxPoolKey ¶
func GetOutgoingTxPoolKey(fee InternalERC20Token, id uint64) []byte
GetOutgoingTxPoolKey returns the following key format prefix feeContract feeAmount id [0x6][0xc783df8a850f42e7F7e57013759C285caa701eB6][1000000000][0 0 0 0 0 0 0 1]
func GetPastEthSignatureCheckpointKey ¶
GetPastEthSignatureCheckpointKey returns the following key format prefix checkpoint [0x0][ checkpoint bytes ]
func GetValidatorByEthAddressKey ¶
func GetValidatorByEthAddressKey(ethAddress EthAddress) []byte
GetValidatorByEthAddressKey returns the following key format prefix cosmos-validator [0xf9][0xAb5801a7D398351b8bE11C439e05C5B3259aeC9B]
func GetValsetConfirmKey ¶
func GetValsetConfirmKey(nonce uint64, validator sdk.AccAddress) []byte
GetValsetConfirmKey returns the following key format prefix nonce validator-address [0x0][0 0 0 0 0 0 0 1][cosmos1ahx7f8wyertuus9r20284ej0asrs085case3kn] MARK finish-batches: this is where the key is created in the old (presumed working) code
func GetValsetKey ¶
GetValsetKey returns the following key format prefix nonce [0x0][0 0 0 0 0 0 0 1]
func GravityDenom ¶
func GravityDenom(tokenContract EthAddress) string
GravityDenom converts an EthAddress to a gravity cosmos denom
func NewEthereumSignature ¶
func NewEthereumSignature(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error)
NewEthereumSignature creates a new signuature over a given byte array
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
nolint: exhaustivestruct RegisterCodec registers concrete types on the Amino codec
func RegisterInterfaces ¶
func RegisterInterfaces(registry types.InterfaceRegistry)
nolint: exhaustivestruct RegisterInterfaces registers the interfaces for the proto stuff
func RegisterMsgHandler ¶
RegisterMsgHandler registers the http handlers for service Msg to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterMsgHandlerClient ¶
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MsgClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MsgClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MsgClient" to call the correct interceptors.
func RegisterMsgHandlerFromEndpoint ¶
func RegisterMsgHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterMsgHandlerServer ¶
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux". UnaryRPC :call MsgServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterMsgHandlerFromEndpoint instead.
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func UInt64Bytes ¶
UInt64Bytes uses the SDK byte marshaling to encode a uint64
func UInt64FromBytes ¶
UInt64FromBytes create uint from binary big endian representation
func UInt64FromString ¶
UInt64FromString to parse out a uint64 for a nonce
func ValidateEthAddress ¶
Validates the input string as an Ethereum Address Addresses must not be empty, have 42 character length, start with 0x and have 40 remaining characters in [0-9a-fA-F]
func ValidateEthereumSignature ¶
func ValidateEthereumSignature(hash []byte, signature []byte, ethAddress EthAddress) error
ValidateEthereumSignature takes a message, an associated signature and public key and returns an error if the signature isn't valid
Types ¶
type Attestation ¶
type Attestation struct { Observed bool `protobuf:"varint,1,opt,name=observed,proto3" json:"observed,omitempty"` Votes []string `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes,omitempty"` Height uint64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Claim *types.Any `protobuf:"bytes,4,opt,name=claim,proto3" json:"claim,omitempty"` }
Attestation is an aggregate of `claims` that eventually becomes `observed` by all orchestrators EVENT_NONCE: EventNonce a nonce provided by the gravity contract that is unique per event fired These event nonces must be relayed in order. This is a correctness issue, if relaying out of order transaction replay attacks become possible OBSERVED: Observed indicates that >67% of validators have attested to the event, and that the event should be executed by the gravity state machine
The actual content of the claims is passed in with the transaction making the claim and then passed through the call stack alongside the attestation while it is processed the key in which the attestation is stored is keyed on the exact details of the claim but there is no reason to store those exact details becuause the next message sender will kindly provide you with them.
func (*Attestation) Descriptor ¶
func (*Attestation) Descriptor() ([]byte, []int)
func (*Attestation) GetClaim ¶
func (m *Attestation) GetClaim() *types.Any
func (*Attestation) GetHeight ¶
func (m *Attestation) GetHeight() uint64
func (*Attestation) GetObserved ¶
func (m *Attestation) GetObserved() bool
func (*Attestation) GetVotes ¶
func (m *Attestation) GetVotes() []string
func (*Attestation) Marshal ¶
func (m *Attestation) Marshal() (dAtA []byte, err error)
func (*Attestation) MarshalToSizedBuffer ¶
func (m *Attestation) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Attestation) ProtoMessage ¶
func (*Attestation) ProtoMessage()
func (*Attestation) Reset ¶
func (m *Attestation) Reset()
func (*Attestation) Size ¶
func (m *Attestation) Size() (n int)
func (*Attestation) String ¶
func (m *Attestation) String() string
func (*Attestation) Unmarshal ¶
func (m *Attestation) Unmarshal(dAtA []byte) error
func (*Attestation) XXX_DiscardUnknown ¶
func (m *Attestation) XXX_DiscardUnknown()
func (*Attestation) XXX_Marshal ¶
func (m *Attestation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Attestation) XXX_Merge ¶
func (m *Attestation) XXX_Merge(src proto.Message)
func (*Attestation) XXX_Size ¶
func (m *Attestation) XXX_Size() int
func (*Attestation) XXX_Unmarshal ¶
func (m *Attestation) XXX_Unmarshal(b []byte) error
type BankKeeper ¶
type BankKeeper interface { SendCoinsFromModuleToAccount(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, 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 }
BankKeeper defines the expected bank keeper methods
type BatchFees ¶
type BatchFees struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` TotalFees github_com_cosmos_cosmos_sdk_types.Int `` /* 128-byte string literal not displayed */ }
func (*BatchFees) Descriptor ¶
func (*BatchFees) MarshalToSizedBuffer ¶
func (*BatchFees) ProtoMessage ¶
func (*BatchFees) ProtoMessage()
func (*BatchFees) XXX_DiscardUnknown ¶
func (m *BatchFees) XXX_DiscardUnknown()
func (*BatchFees) XXX_Marshal ¶
func (*BatchFees) XXX_Unmarshal ¶
type BridgeValidator ¶
type BridgeValidator struct { Power uint64 `protobuf:"varint,1,opt,name=power,proto3" json:"power,omitempty"` EthereumAddress string `protobuf:"bytes,2,opt,name=ethereum_address,json=ethereumAddress,proto3" json:"ethereum_address,omitempty"` }
BridgeValidator represents a validator's ETH address and its power
func (*BridgeValidator) Descriptor ¶
func (*BridgeValidator) Descriptor() ([]byte, []int)
func (*BridgeValidator) GetEthereumAddress ¶
func (m *BridgeValidator) GetEthereumAddress() string
func (*BridgeValidator) GetPower ¶
func (m *BridgeValidator) GetPower() uint64
func (*BridgeValidator) Marshal ¶
func (m *BridgeValidator) Marshal() (dAtA []byte, err error)
func (*BridgeValidator) MarshalToSizedBuffer ¶
func (m *BridgeValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BridgeValidator) ProtoMessage ¶
func (*BridgeValidator) ProtoMessage()
func (*BridgeValidator) Reset ¶
func (m *BridgeValidator) Reset()
func (*BridgeValidator) Size ¶
func (m *BridgeValidator) Size() (n int)
func (*BridgeValidator) String ¶
func (m *BridgeValidator) String() string
func (BridgeValidator) ToInternal ¶
func (b BridgeValidator) ToInternal() (*InternalBridgeValidator, error)
ToInternal transforms a BridgeValidator into its fully validated internal type
func (*BridgeValidator) Unmarshal ¶
func (m *BridgeValidator) Unmarshal(dAtA []byte) error
func (*BridgeValidator) XXX_DiscardUnknown ¶
func (m *BridgeValidator) XXX_DiscardUnknown()
func (*BridgeValidator) XXX_Marshal ¶
func (m *BridgeValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BridgeValidator) XXX_Merge ¶
func (m *BridgeValidator) XXX_Merge(src proto.Message)
func (*BridgeValidator) XXX_Size ¶
func (m *BridgeValidator) XXX_Size() int
func (*BridgeValidator) XXX_Unmarshal ¶
func (m *BridgeValidator) XXX_Unmarshal(b []byte) error
type BridgeValidators ¶
type BridgeValidators []*BridgeValidator
BridgeValidators is the sorted set of validator data for Ethereum bridge MultiSig set
func (BridgeValidators) ToInternal ¶
func (b BridgeValidators) ToInternal() (*InternalBridgeValidators, error)
type ERC20ToDenom ¶
type ERC20ToDenom struct { Erc20 string `protobuf:"bytes,1,opt,name=erc20,proto3" json:"erc20,omitempty"` Denom string `protobuf:"bytes,2,opt,name=denom,proto3" json:"denom,omitempty"` }
This records the relationship between an ERC20 token and the denom of the corresponding Cosmos originated asset
func (*ERC20ToDenom) Descriptor ¶
func (*ERC20ToDenom) Descriptor() ([]byte, []int)
func (*ERC20ToDenom) GetDenom ¶
func (m *ERC20ToDenom) GetDenom() string
func (*ERC20ToDenom) GetErc20 ¶
func (m *ERC20ToDenom) GetErc20() string
func (*ERC20ToDenom) Marshal ¶
func (m *ERC20ToDenom) Marshal() (dAtA []byte, err error)
func (*ERC20ToDenom) MarshalToSizedBuffer ¶
func (m *ERC20ToDenom) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ERC20ToDenom) ProtoMessage ¶
func (*ERC20ToDenom) ProtoMessage()
func (*ERC20ToDenom) Reset ¶
func (m *ERC20ToDenom) Reset()
func (*ERC20ToDenom) Size ¶
func (m *ERC20ToDenom) Size() (n int)
func (*ERC20ToDenom) String ¶
func (m *ERC20ToDenom) String() string
func (*ERC20ToDenom) Unmarshal ¶
func (m *ERC20ToDenom) Unmarshal(dAtA []byte) error
func (*ERC20ToDenom) XXX_DiscardUnknown ¶
func (m *ERC20ToDenom) XXX_DiscardUnknown()
func (*ERC20ToDenom) XXX_Marshal ¶
func (m *ERC20ToDenom) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ERC20ToDenom) XXX_Merge ¶
func (m *ERC20ToDenom) XXX_Merge(src proto.Message)
func (*ERC20ToDenom) XXX_Size ¶
func (m *ERC20ToDenom) XXX_Size() int
func (*ERC20ToDenom) XXX_Unmarshal ¶
func (m *ERC20ToDenom) XXX_Unmarshal(b []byte) error
type ERC20Token ¶
type ERC20Token struct { Contract string `protobuf:"bytes,1,opt,name=contract,proto3" json:"contract,omitempty"` Amount github_com_cosmos_cosmos_sdk_types.Int `protobuf:"bytes,2,opt,name=amount,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Int" json:"amount"` }
ERC20Token unique identifier for an Ethereum ERC20 token. CONTRACT: The contract address on ETH of the token, this could be a Cosmos originated token, if so it will be the ERC20 address of the representation (note: developers should look up the token symbol using the address on ETH to display for UI)
func NewERC20Token ¶
func NewERC20Token(amount uint64, contract string) *ERC20Token
NewERC20Token returns a new instance of an ERC20
func NewSDKIntERC20Token ¶
func NewSDKIntERC20Token(amount sdk.Int, contract string) *ERC20Token
NewSDKIntERC20Token returns a new instance of an ERC20, accepting a sdk.Int
func (*ERC20Token) Descriptor ¶
func (*ERC20Token) Descriptor() ([]byte, []int)
func (*ERC20Token) GetContract ¶
func (m *ERC20Token) GetContract() string
func (*ERC20Token) Marshal ¶
func (m *ERC20Token) Marshal() (dAtA []byte, err error)
func (*ERC20Token) MarshalToSizedBuffer ¶
func (m *ERC20Token) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ERC20Token) ProtoMessage ¶
func (*ERC20Token) ProtoMessage()
func (*ERC20Token) Reset ¶
func (m *ERC20Token) Reset()
func (*ERC20Token) Size ¶
func (m *ERC20Token) Size() (n int)
func (*ERC20Token) String ¶
func (m *ERC20Token) String() string
func (ERC20Token) ToInternal ¶
func (e ERC20Token) ToInternal() (*InternalERC20Token, error)
ToInternal converts an ERC20Token to the internal type InternalERC20Token
func (*ERC20Token) Unmarshal ¶
func (m *ERC20Token) Unmarshal(dAtA []byte) error
func (*ERC20Token) ValidateBasic ¶
func (e *ERC20Token) ValidateBasic() error
ValidateBasic permforms stateless validation
func (*ERC20Token) XXX_DiscardUnknown ¶
func (m *ERC20Token) XXX_DiscardUnknown()
func (*ERC20Token) XXX_Marshal ¶
func (m *ERC20Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ERC20Token) XXX_Merge ¶
func (m *ERC20Token) XXX_Merge(src proto.Message)
func (*ERC20Token) XXX_Size ¶
func (m *ERC20Token) XXX_Size() int
func (*ERC20Token) XXX_Unmarshal ¶
func (m *ERC20Token) XXX_Unmarshal(b []byte) error
type EthAddress ¶
type EthAddress struct {
// contains filtered or unexported fields
}
Regular EthAddress
func EthAddressFromSignature ¶
func EthAddressFromSignature(hash []byte, signature []byte) (*EthAddress, error)
func GravityDenomToERC20 ¶
func GravityDenomToERC20(denom string) (*EthAddress, error)
GravityDenomToERC20 converts a gravity cosmos denom to an EthAddress
func NewEthAddress ¶
func NewEthAddress(address string) (*EthAddress, error)
Creates a new EthAddress from a string, performing validation and returning any validation errors
func ZeroAddress ¶
func ZeroAddress() *EthAddress
Returns a new EthAddress with 0x0000000000000000000000000000000000000000 as the wrapped address
func (EthAddress) GetAddress ¶
func (ea EthAddress) GetAddress() string
Returns the contained address as a string
func (EthAddress) SetAddress ¶
func (ea EthAddress) SetAddress(address string) error
Sets the contained address, performing validation before updating the value
func (EthAddress) ValidateBasic ¶
func (ea EthAddress) ValidateBasic() error
Performs validation on the wrapped string
type EthereumClaim ¶
type EthereumClaim interface { // All Ethereum claims that we relay from the Gravity contract and into the module // have a nonce that is monotonically increasing and unique, since this nonce is // issued by the Ethereum contract it is immutable and must be agreed on by all validators // any disagreement on what claim goes to what nonce means someone is lying. GetEventNonce() uint64 // The block height that the claimed event occurred on. This EventNonce provides sufficient // ordering for the execution of all claims. The block height is used only for batchTimeouts + logicTimeouts // when we go to create a new batch we set the timeout some number of batches out from the last // known height plus projected block progress since then. GetBlockHeight() uint64 // the delegate address of the claimer, for MsgDepositClaim and MsgWithdrawClaim // this is sent in as the sdk.AccAddress of the delegated key. it is up to the user // to disambiguate this into a sdk.ValAddress GetClaimer() sdk.AccAddress // Which type of claim this is GetType() ClaimType ValidateBasic() error // The claim hash of this claim. This is used to store these claims and also used to check if two different // validators claims agree. Therefore it's extremely important that this include all elements of the claim // with the exception of the orchestrator who sent it in, which will be used as a different part of the index ClaimHash() ([]byte, error) }
EthereumClaim represents a claim on ethereum state
type EthereumSigned ¶
This interface is implemented by all the types that are used to create transactions on Ethereum that are signed by validators. The naming here could be improved.
type GenesisState ¶
type GenesisState struct { Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` LastObservedNonce uint64 `protobuf:"varint,2,opt,name=last_observed_nonce,json=lastObservedNonce,proto3" json:"last_observed_nonce,omitempty"` Valsets []*Valset `protobuf:"bytes,3,rep,name=valsets,proto3" json:"valsets,omitempty"` ValsetConfirms []*MsgValsetConfirm `protobuf:"bytes,4,rep,name=valset_confirms,json=valsetConfirms,proto3" json:"valset_confirms,omitempty"` Batches []*OutgoingTxBatch `protobuf:"bytes,5,rep,name=batches,proto3" json:"batches,omitempty"` BatchConfirms []MsgConfirmBatch `protobuf:"bytes,6,rep,name=batch_confirms,json=batchConfirms,proto3" json:"batch_confirms"` LogicCalls []*OutgoingLogicCall `protobuf:"bytes,7,rep,name=logic_calls,json=logicCalls,proto3" json:"logic_calls,omitempty"` LogicCallConfirms []MsgConfirmLogicCall `protobuf:"bytes,8,rep,name=logic_call_confirms,json=logicCallConfirms,proto3" json:"logic_call_confirms"` Attestations []Attestation `protobuf:"bytes,9,rep,name=attestations,proto3" json:"attestations"` DelegateKeys []*MsgSetOrchestratorAddress `protobuf:"bytes,10,rep,name=delegate_keys,json=delegateKeys,proto3" json:"delegate_keys,omitempty"` Erc20ToDenoms []*ERC20ToDenom `protobuf:"bytes,11,rep,name=erc20_to_denoms,json=erc20ToDenoms,proto3" json:"erc20_to_denoms,omitempty"` UnbatchedTransfers []*OutgoingTransferTx `protobuf:"bytes,12,rep,name=unbatched_transfers,json=unbatchedTransfers,proto3" json:"unbatched_transfers,omitempty"` }
GenesisState struct
func DefaultGenesisState ¶
func DefaultGenesisState() *GenesisState
DefaultGenesisState returns empty genesis state TODO: set some better defaults here
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetAttestations ¶
func (m *GenesisState) GetAttestations() []Attestation
func (*GenesisState) GetBatchConfirms ¶
func (m *GenesisState) GetBatchConfirms() []MsgConfirmBatch
func (*GenesisState) GetBatches ¶
func (m *GenesisState) GetBatches() []*OutgoingTxBatch
func (*GenesisState) GetDelegateKeys ¶
func (m *GenesisState) GetDelegateKeys() []*MsgSetOrchestratorAddress
func (*GenesisState) GetErc20ToDenoms ¶
func (m *GenesisState) GetErc20ToDenoms() []*ERC20ToDenom
func (*GenesisState) GetLastObservedNonce ¶
func (m *GenesisState) GetLastObservedNonce() uint64
func (*GenesisState) GetLogicCallConfirms ¶
func (m *GenesisState) GetLogicCallConfirms() []MsgConfirmLogicCall
func (*GenesisState) GetLogicCalls ¶
func (m *GenesisState) GetLogicCalls() []*OutgoingLogicCall
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() *Params
func (*GenesisState) GetUnbatchedTransfers ¶
func (m *GenesisState) GetUnbatchedTransfers() []*OutgoingTransferTx
func (*GenesisState) GetValsetConfirms ¶
func (m *GenesisState) GetValsetConfirms() []*MsgValsetConfirm
func (*GenesisState) GetValsets ¶
func (m *GenesisState) GetValsets() []*Valset
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) ValidateBasic ¶
func (s GenesisState) ValidateBasic() error
ValidateBasic validates genesis state by looping through the params and calling their validation functions
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type IDSet ¶
type IDSet struct {
Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"`
}
IDSet represents a set of IDs
func (*IDSet) Descriptor ¶
func (*IDSet) ProtoMessage ¶
func (*IDSet) ProtoMessage()
func (*IDSet) XXX_DiscardUnknown ¶
func (m *IDSet) XXX_DiscardUnknown()
func (*IDSet) XXX_Marshal ¶
func (*IDSet) XXX_Unmarshal ¶
type InternalBridgeValidator ¶
type InternalBridgeValidator struct { Power uint64 EthereumAddress EthAddress }
Bridge Validator but with validated EthereumAddress
func NewInternalBridgeValidator ¶
func NewInternalBridgeValidator(bridgeValidator BridgeValidator) (*InternalBridgeValidator, error)
func (InternalBridgeValidator) ToExternal ¶
func (i InternalBridgeValidator) ToExternal() *BridgeValidator
func (InternalBridgeValidator) ValidateBasic ¶
func (i InternalBridgeValidator) ValidateBasic() error
type InternalBridgeValidators ¶
type InternalBridgeValidators []*InternalBridgeValidator
InternalBridgeValidators is the sorted set of validator data for Ethereum bridge MultiSig set
func (InternalBridgeValidators) GetPowers ¶
func (b InternalBridgeValidators) GetPowers() []uint64
GetPowers returns only the power values for all members
func (InternalBridgeValidators) HasDuplicates ¶
func (b InternalBridgeValidators) HasDuplicates() bool
HasDuplicates returns true if there are duplicates in the set
func (InternalBridgeValidators) PowerDiff ¶
func (b InternalBridgeValidators) PowerDiff(c InternalBridgeValidators) float64
PowerDiff returns the difference in power between two bridge validator sets note this is Gravity bridge power *not* Cosmos voting power. Cosmos voting power is based on the absolute number of tokens in the staking pool at any given time Gravity bridge power is normalized using the equation.
validators cosmos voting power / total cosmos voting power in this block = gravity bridge power / u32_max
As an example if someone has 52% of the Cosmos voting power when a validator set is created their Gravity bridge voting power is u32_max * .52
Normalized voting power dramatically reduces how often we have to produce new validator set updates. For example if the total on chain voting power increases by 1% due to inflation, we shouldn't have to generate a new validator set, after all the validators retained their relative percentages during inflation and normalized Gravity bridge power shows no difference.
func (InternalBridgeValidators) Sort ¶
func (b InternalBridgeValidators) Sort()
Sort sorts the validators by power
func (InternalBridgeValidators) ToExternal ¶
func (i InternalBridgeValidators) ToExternal() BridgeValidators
func (InternalBridgeValidators) TotalPower ¶
func (b InternalBridgeValidators) TotalPower() (out uint64)
TotalPower returns the total power in the bridge validator set
func (InternalBridgeValidators) ValidateBasic ¶
func (b InternalBridgeValidators) ValidateBasic() error
ValidateBasic performs stateless checks
type InternalERC20Token ¶
type InternalERC20Token struct { Amount sdk.Int Contract EthAddress }
InternalERC20Token contains validated fields, used for all internal computation
func NewInternalERC20Token ¶
func NewInternalERC20Token(amount sdk.Int, contract string) (*InternalERC20Token, error)
NewInternalERC20Token creates an InternalERC20Token, performing validation and returning any errors
func (*InternalERC20Token) Add ¶
func (i *InternalERC20Token) Add(o *InternalERC20Token) (*InternalERC20Token, error)
Add adds one ERC20 to another TODO: make this return errors instead
func (*InternalERC20Token) GravityCoin ¶
func (i *InternalERC20Token) GravityCoin() sdk.Coin
GravityCoin returns the gravity representation of the ERC20
func (*InternalERC20Token) ToExternal ¶
func (i *InternalERC20Token) ToExternal() *ERC20Token
ToExternal converts an InternalERC20Token to the external type ERC20Token
func (*InternalERC20Token) ValidateBasic ¶
func (i *InternalERC20Token) ValidateBasic() error
ValidateBasic performs validation on all fields of an InternalERC20Token
type InternalOutgoingTransferTx ¶
type InternalOutgoingTransferTx struct { Id uint64 Sender sdk.AccAddress DestAddress *EthAddress Erc20Token *InternalERC20Token Erc20Fee *InternalERC20Token }
InternalOutgoingTransferTx is an internal duplicate of OutgoingTransferTx with validation
func NewInternalOutgoingTransferTx ¶
func NewInternalOutgoingTransferTx( id uint64, sender string, destAddress string, erc20Token ERC20Token, erc20Fee ERC20Token, ) (*InternalOutgoingTransferTx, error)
func (InternalOutgoingTransferTx) ToExternal ¶
func (i InternalOutgoingTransferTx) ToExternal() *OutgoingTransferTx
func (InternalOutgoingTransferTx) ValidateBasic ¶
func (i InternalOutgoingTransferTx) ValidateBasic() error
type InternalOutgoingTxBatch ¶
type InternalOutgoingTxBatch struct { BatchNonce uint64 BatchTimeout uint64 Transactions []*InternalOutgoingTransferTx TokenContract EthAddress Block uint64 }
InternalOutgoingTxBatch is an internal duplicate of OutgoingTxBatch with validation
func NewInternalOutgingTxBatch ¶
func NewInternalOutgingTxBatch( nonce uint64, timeout uint64, transactions []*InternalOutgoingTransferTx, contract EthAddress, block uint64) (*InternalOutgoingTxBatch, error)
func NewInternalOutgingTxBatchFromExternalBatch ¶
func NewInternalOutgingTxBatchFromExternalBatch(batch OutgoingTxBatch) (*InternalOutgoingTxBatch, error)
func (InternalOutgoingTxBatch) GetCheckpoint ¶
func (i InternalOutgoingTxBatch) GetCheckpoint(gravityIDstring string) []byte
GetCheckpoint gets the checkpoint signature from the given outgoing tx batch
func (*InternalOutgoingTxBatch) ToExternal ¶
func (i *InternalOutgoingTxBatch) ToExternal() *OutgoingTxBatch
func (*InternalOutgoingTxBatch) ValidateBasic ¶
func (i *InternalOutgoingTxBatch) ValidateBasic() error
type LastObservedEthereumBlockHeight ¶
type LastObservedEthereumBlockHeight struct { CosmosBlockHeight uint64 `protobuf:"varint,1,opt,name=cosmos_block_height,json=cosmosBlockHeight,proto3" json:"cosmos_block_height,omitempty"` EthereumBlockHeight uint64 `protobuf:"varint,2,opt,name=ethereum_block_height,json=ethereumBlockHeight,proto3" json:"ethereum_block_height,omitempty"` }
LastObservedEthereumBlockHeight stores the last observed Ethereum block height along with the Cosmos block height that it was observed at. These two numbers can be used to project outward and always produce batches with timeouts in the future even if no Ethereum block height has been relayed for a long time
func (*LastObservedEthereumBlockHeight) Descriptor ¶
func (*LastObservedEthereumBlockHeight) Descriptor() ([]byte, []int)
func (*LastObservedEthereumBlockHeight) GetCosmosBlockHeight ¶
func (m *LastObservedEthereumBlockHeight) GetCosmosBlockHeight() uint64
func (*LastObservedEthereumBlockHeight) GetEthereumBlockHeight ¶
func (m *LastObservedEthereumBlockHeight) GetEthereumBlockHeight() uint64
func (*LastObservedEthereumBlockHeight) Marshal ¶
func (m *LastObservedEthereumBlockHeight) Marshal() (dAtA []byte, err error)
func (*LastObservedEthereumBlockHeight) MarshalTo ¶
func (m *LastObservedEthereumBlockHeight) MarshalTo(dAtA []byte) (int, error)
func (*LastObservedEthereumBlockHeight) MarshalToSizedBuffer ¶
func (m *LastObservedEthereumBlockHeight) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LastObservedEthereumBlockHeight) ProtoMessage ¶
func (*LastObservedEthereumBlockHeight) ProtoMessage()
func (*LastObservedEthereumBlockHeight) Reset ¶
func (m *LastObservedEthereumBlockHeight) Reset()
func (*LastObservedEthereumBlockHeight) Size ¶
func (m *LastObservedEthereumBlockHeight) Size() (n int)
func (*LastObservedEthereumBlockHeight) String ¶
func (m *LastObservedEthereumBlockHeight) String() string
func (*LastObservedEthereumBlockHeight) Unmarshal ¶
func (m *LastObservedEthereumBlockHeight) Unmarshal(dAtA []byte) error
func (*LastObservedEthereumBlockHeight) XXX_DiscardUnknown ¶
func (m *LastObservedEthereumBlockHeight) XXX_DiscardUnknown()
func (*LastObservedEthereumBlockHeight) XXX_Marshal ¶
func (m *LastObservedEthereumBlockHeight) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LastObservedEthereumBlockHeight) XXX_Merge ¶
func (m *LastObservedEthereumBlockHeight) XXX_Merge(src proto.Message)
func (*LastObservedEthereumBlockHeight) XXX_Size ¶
func (m *LastObservedEthereumBlockHeight) XXX_Size() int
func (*LastObservedEthereumBlockHeight) XXX_Unmarshal ¶
func (m *LastObservedEthereumBlockHeight) XXX_Unmarshal(b []byte) error
type MsgBatchSendToEthClaim ¶
type MsgBatchSendToEthClaim struct { EventNonce uint64 `protobuf:"varint,1,opt,name=event_nonce,json=eventNonce,proto3" json:"event_nonce,omitempty"` BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` BatchNonce uint64 `protobuf:"varint,3,opt,name=batch_nonce,json=batchNonce,proto3" json:"batch_nonce,omitempty"` TokenContract string `protobuf:"bytes,4,opt,name=token_contract,json=tokenContract,proto3" json:"token_contract,omitempty"` Orchestrator string `protobuf:"bytes,5,opt,name=orchestrator,proto3" json:"orchestrator,omitempty"` }
BatchSendToEthClaim claims that a batch of send to eth operations on the bridge contract was executed.
func (*MsgBatchSendToEthClaim) ClaimHash ¶
func (msg *MsgBatchSendToEthClaim) ClaimHash() ([]byte, error)
Hash implements WithdrawBatch.Hash
func (*MsgBatchSendToEthClaim) Descriptor ¶
func (*MsgBatchSendToEthClaim) Descriptor() ([]byte, []int)
func (*MsgBatchSendToEthClaim) GetBatchNonce ¶
func (m *MsgBatchSendToEthClaim) GetBatchNonce() uint64
func (*MsgBatchSendToEthClaim) GetBlockHeight ¶
func (m *MsgBatchSendToEthClaim) GetBlockHeight() uint64
func (MsgBatchSendToEthClaim) GetClaimer ¶
func (msg MsgBatchSendToEthClaim) GetClaimer() sdk.AccAddress
func (*MsgBatchSendToEthClaim) GetEventNonce ¶
func (m *MsgBatchSendToEthClaim) GetEventNonce() uint64
func (*MsgBatchSendToEthClaim) GetOrchestrator ¶
func (m *MsgBatchSendToEthClaim) GetOrchestrator() string
func (MsgBatchSendToEthClaim) GetSignBytes ¶
func (msg MsgBatchSendToEthClaim) GetSignBytes() []byte
GetSignBytes encodes the message for signing
func (MsgBatchSendToEthClaim) GetSigners ¶
func (msg MsgBatchSendToEthClaim) GetSigners() []sdk.AccAddress
GetSigners defines whose signature is required
func (*MsgBatchSendToEthClaim) GetTokenContract ¶
func (m *MsgBatchSendToEthClaim) GetTokenContract() string
func (*MsgBatchSendToEthClaim) GetType ¶
func (msg *MsgBatchSendToEthClaim) GetType() ClaimType
GetType returns the claim type
func (*MsgBatchSendToEthClaim) Marshal ¶
func (m *MsgBatchSendToEthClaim) Marshal() (dAtA []byte, err error)
func (*MsgBatchSendToEthClaim) MarshalTo ¶
func (m *MsgBatchSendToEthClaim) MarshalTo(dAtA []byte) (int, error)
func (*MsgBatchSendToEthClaim) MarshalToSizedBuffer ¶
func (m *MsgBatchSendToEthClaim) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBatchSendToEthClaim) ProtoMessage ¶
func (*MsgBatchSendToEthClaim) ProtoMessage()
func (*MsgBatchSendToEthClaim) Reset ¶
func (m *MsgBatchSendToEthClaim) Reset()
func (MsgBatchSendToEthClaim) Route ¶
func (msg MsgBatchSendToEthClaim) Route() string
Route should return the name of the module
func (*MsgBatchSendToEthClaim) Size ¶
func (m *MsgBatchSendToEthClaim) Size() (n int)
func (*MsgBatchSendToEthClaim) String ¶
func (m *MsgBatchSendToEthClaim) String() string
func (MsgBatchSendToEthClaim) Type ¶
func (msg MsgBatchSendToEthClaim) Type() string
Type should return the action
func (*MsgBatchSendToEthClaim) Unmarshal ¶
func (m *MsgBatchSendToEthClaim) Unmarshal(dAtA []byte) error
func (*MsgBatchSendToEthClaim) ValidateBasic ¶
func (e *MsgBatchSendToEthClaim) ValidateBasic() error
ValidateBasic performs stateless checks
func (*MsgBatchSendToEthClaim) XXX_DiscardUnknown ¶
func (m *MsgBatchSendToEthClaim) XXX_DiscardUnknown()
func (*MsgBatchSendToEthClaim) XXX_Marshal ¶
func (m *MsgBatchSendToEthClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBatchSendToEthClaim) XXX_Merge ¶
func (m *MsgBatchSendToEthClaim) XXX_Merge(src proto.Message)
func (*MsgBatchSendToEthClaim) XXX_Size ¶
func (m *MsgBatchSendToEthClaim) XXX_Size() int
func (*MsgBatchSendToEthClaim) XXX_Unmarshal ¶
func (m *MsgBatchSendToEthClaim) XXX_Unmarshal(b []byte) error
type MsgBatchSendToEthClaimResponse ¶
type MsgBatchSendToEthClaimResponse struct { }
func (*MsgBatchSendToEthClaimResponse) Descriptor ¶
func (*MsgBatchSendToEthClaimResponse) Descriptor() ([]byte, []int)
func (*MsgBatchSendToEthClaimResponse) Marshal ¶
func (m *MsgBatchSendToEthClaimResponse) Marshal() (dAtA []byte, err error)
func (*MsgBatchSendToEthClaimResponse) MarshalTo ¶
func (m *MsgBatchSendToEthClaimResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgBatchSendToEthClaimResponse) MarshalToSizedBuffer ¶
func (m *MsgBatchSendToEthClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgBatchSendToEthClaimResponse) ProtoMessage ¶
func (*MsgBatchSendToEthClaimResponse) ProtoMessage()
func (*MsgBatchSendToEthClaimResponse) Reset ¶
func (m *MsgBatchSendToEthClaimResponse) Reset()
func (*MsgBatchSendToEthClaimResponse) Size ¶
func (m *MsgBatchSendToEthClaimResponse) Size() (n int)
func (*MsgBatchSendToEthClaimResponse) String ¶
func (m *MsgBatchSendToEthClaimResponse) String() string
func (*MsgBatchSendToEthClaimResponse) Unmarshal ¶
func (m *MsgBatchSendToEthClaimResponse) Unmarshal(dAtA []byte) error
func (*MsgBatchSendToEthClaimResponse) XXX_DiscardUnknown ¶
func (m *MsgBatchSendToEthClaimResponse) XXX_DiscardUnknown()
func (*MsgBatchSendToEthClaimResponse) XXX_Marshal ¶
func (m *MsgBatchSendToEthClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgBatchSendToEthClaimResponse) XXX_Merge ¶
func (m *MsgBatchSendToEthClaimResponse) XXX_Merge(src proto.Message)
func (*MsgBatchSendToEthClaimResponse) XXX_Size ¶
func (m *MsgBatchSendToEthClaimResponse) XXX_Size() int
func (*MsgBatchSendToEthClaimResponse) XXX_Unmarshal ¶
func (m *MsgBatchSendToEthClaimResponse) XXX_Unmarshal(b []byte) error
type MsgCancelSendToEth ¶
type MsgCancelSendToEth struct { TransactionId uint64 `protobuf:"varint,1,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"` Sender string `protobuf:"bytes,2,opt,name=sender,proto3" json:"sender,omitempty"` }
This call allows the sender (and only the sender) to cancel a given MsgSendToEth and recieve a refund of the tokens
func NewMsgCancelSendToEth ¶
func NewMsgCancelSendToEth(user sdk.AccAddress, id uint64) *MsgCancelSendToEth
NewMsgCancelSendToEth returns a new msgSetOrchestratorAddress
func (*MsgCancelSendToEth) Descriptor ¶
func (*MsgCancelSendToEth) Descriptor() ([]byte, []int)
func (*MsgCancelSendToEth) GetSender ¶
func (m *MsgCancelSendToEth) GetSender() string
func (*MsgCancelSendToEth) GetSignBytes ¶
func (msg *MsgCancelSendToEth) GetSignBytes() []byte
GetSignBytes encodes the message for signing
func (*MsgCancelSendToEth) GetSigners ¶
func (msg *MsgCancelSendToEth) GetSigners() []sdk.AccAddress
GetSigners defines whose signature is required
func (*MsgCancelSendToEth) GetTransactionId ¶
func (m *MsgCancelSendToEth) GetTransactionId() uint64
func (*MsgCancelSendToEth) Marshal ¶
func (m *MsgCancelSendToEth) Marshal() (dAtA []byte, err error)
func (*MsgCancelSendToEth) MarshalTo ¶
func (m *MsgCancelSendToEth) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelSendToEth) MarshalToSizedBuffer ¶
func (m *MsgCancelSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelSendToEth) ProtoMessage ¶
func (*MsgCancelSendToEth) ProtoMessage()
func (*MsgCancelSendToEth) Reset ¶
func (m *MsgCancelSendToEth) Reset()
func (*MsgCancelSendToEth) Route ¶
func (msg *MsgCancelSendToEth) Route() string
Route should return the name of the module
func (*MsgCancelSendToEth) Size ¶
func (m *MsgCancelSendToEth) Size() (n int)
func (*MsgCancelSendToEth) String ¶
func (m *MsgCancelSendToEth) String() string
func (*MsgCancelSendToEth) Type ¶
func (msg *MsgCancelSendToEth) Type() string
Type should return the action
func (*MsgCancelSendToEth) Unmarshal ¶
func (m *MsgCancelSendToEth) Unmarshal(dAtA []byte) error
func (*MsgCancelSendToEth) ValidateBasic ¶
func (msg *MsgCancelSendToEth) ValidateBasic() (err error)
ValidateBasic performs stateless checks
func (*MsgCancelSendToEth) XXX_DiscardUnknown ¶
func (m *MsgCancelSendToEth) XXX_DiscardUnknown()
func (*MsgCancelSendToEth) XXX_Marshal ¶
func (m *MsgCancelSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelSendToEth) XXX_Merge ¶
func (m *MsgCancelSendToEth) XXX_Merge(src proto.Message)
func (*MsgCancelSendToEth) XXX_Size ¶
func (m *MsgCancelSendToEth) XXX_Size() int
func (*MsgCancelSendToEth) XXX_Unmarshal ¶
func (m *MsgCancelSendToEth) XXX_Unmarshal(b []byte) error
type MsgCancelSendToEthResponse ¶
type MsgCancelSendToEthResponse struct { }
func (*MsgCancelSendToEthResponse) Descriptor ¶
func (*MsgCancelSendToEthResponse) Descriptor() ([]byte, []int)
func (*MsgCancelSendToEthResponse) Marshal ¶
func (m *MsgCancelSendToEthResponse) Marshal() (dAtA []byte, err error)
func (*MsgCancelSendToEthResponse) MarshalTo ¶
func (m *MsgCancelSendToEthResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCancelSendToEthResponse) MarshalToSizedBuffer ¶
func (m *MsgCancelSendToEthResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCancelSendToEthResponse) ProtoMessage ¶
func (*MsgCancelSendToEthResponse) ProtoMessage()
func (*MsgCancelSendToEthResponse) Reset ¶
func (m *MsgCancelSendToEthResponse) Reset()
func (*MsgCancelSendToEthResponse) Size ¶
func (m *MsgCancelSendToEthResponse) Size() (n int)
func (*MsgCancelSendToEthResponse) String ¶
func (m *MsgCancelSendToEthResponse) String() string
func (*MsgCancelSendToEthResponse) Unmarshal ¶
func (m *MsgCancelSendToEthResponse) Unmarshal(dAtA []byte) error
func (*MsgCancelSendToEthResponse) XXX_DiscardUnknown ¶
func (m *MsgCancelSendToEthResponse) XXX_DiscardUnknown()
func (*MsgCancelSendToEthResponse) XXX_Marshal ¶
func (m *MsgCancelSendToEthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCancelSendToEthResponse) XXX_Merge ¶
func (m *MsgCancelSendToEthResponse) XXX_Merge(src proto.Message)
func (*MsgCancelSendToEthResponse) XXX_Size ¶
func (m *MsgCancelSendToEthResponse) XXX_Size() int
func (*MsgCancelSendToEthResponse) XXX_Unmarshal ¶
func (m *MsgCancelSendToEthResponse) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { ValsetConfirm(ctx context.Context, in *MsgValsetConfirm, opts ...grpc.CallOption) (*MsgValsetConfirmResponse, error) SendToEth(ctx context.Context, in *MsgSendToEth, opts ...grpc.CallOption) (*MsgSendToEthResponse, error) RequestBatch(ctx context.Context, in *MsgRequestBatch, opts ...grpc.CallOption) (*MsgRequestBatchResponse, error) ConfirmBatch(ctx context.Context, in *MsgConfirmBatch, opts ...grpc.CallOption) (*MsgConfirmBatchResponse, error) ConfirmLogicCall(ctx context.Context, in *MsgConfirmLogicCall, opts ...grpc.CallOption) (*MsgConfirmLogicCallResponse, error) SendToCosmosClaim(ctx context.Context, in *MsgSendToCosmosClaim, opts ...grpc.CallOption) (*MsgSendToCosmosClaimResponse, error) BatchSendToEthClaim(ctx context.Context, in *MsgBatchSendToEthClaim, opts ...grpc.CallOption) (*MsgBatchSendToEthClaimResponse, error) ValsetUpdateClaim(ctx context.Context, in *MsgValsetUpdatedClaim, opts ...grpc.CallOption) (*MsgValsetUpdatedClaimResponse, error) ERC20DeployedClaim(ctx context.Context, in *MsgERC20DeployedClaim, opts ...grpc.CallOption) (*MsgERC20DeployedClaimResponse, error) LogicCallExecutedClaim(ctx context.Context, in *MsgLogicCallExecutedClaim, opts ...grpc.CallOption) (*MsgLogicCallExecutedClaimResponse, error) SetOrchestratorAddress(ctx context.Context, in *MsgSetOrchestratorAddress, opts ...