Versions in this module Expand all Collapse all v1 v1.56.2 Jan 19, 2025 v1.56.1 Jan 19, 2025 Changes in this version + const AttributeKeyAttestationID + const AttributeKeyAttestationType + const AttributeKeyBadEthSignature + const AttributeKeyBadEthSignatureSubject + const AttributeKeyBatchConfirmKey + const AttributeKeyBatchNonce + const AttributeKeyBridgeChainID + const AttributeKeyContract + const AttributeKeyMultisigID + const AttributeKeyNonce + const AttributeKeyOutgoingBatchID + const AttributeKeyOutgoingTXID + const AttributeKeySetOperatorAddr + const AttributeKeyValsetConfirmKey + const AttributeKeyValsetNonce + const DefaultParamspace + const ETHContractAddressLen + const EventTypeBridgeDepositReceived + const EventTypeBridgeWithdrawCanceled + const EventTypeBridgeWithdrawalReceived + const EventTypeMultisigUpdateRequest + const EventTypeObservation + const EventTypeOutgoingBatch + const EventTypeOutgoingBatchCanceled + const ModuleName + const OutgoingBatchTxCheckpointABIJSON + const PeggyDenomLen + const PeggyDenomPrefix + const PeggyDenomSeparator + const ProposalTypeBlacklistEthereumAddresses + const ProposalTypeRevokeEthereumBlacklist + const QuerierRoute + const RouterKey + const StoreKey + const TypeMsgDepositClaim + const TypeMsgWithdrawClaim + const ValsetCheckpointABIJSON + const ZeroAddressString + var BatchConfirmKey = []byte + var ClaimType_name = map[int32]string + var ClaimType_value = map[string]int32 + var DenomToERC20Key = []byte + var ERC20ToDenomKey = []byte + var ErrDuplicate = errors.Register(ModuleName, 2, "duplicate") + var ErrEmpty = errors.Register(ModuleName, 6, "empty") + var ErrIntOverflowAttestation = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowBatch = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowMsgs = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowPool = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowProposal = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInternal = errors.Register(ModuleName, 1, "internal") + var ErrInvalid = errors.Register(ModuleName, 3, "invalid") + var ErrInvalidEthDestination = errors.Register(ModuleName, 14, "invalid ethereum destination") + var ErrInvalidEthSender = errors.Register(ModuleName, 13, "invalid ethereum sender on claim") + var ErrInvalidLengthAttestation = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthBatch = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthEvents = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthMsgs = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthPool = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthProposal = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrNoLastClaimForValidator = errors.Register(ModuleName, 15, "missing previous claim for validator") + var ErrNoUnbatchedTxsFound = errors.Register(ModuleName, 10, "no unbatched txs found") + var ErrNonContiguousEventNonce = errors.Register(ModuleName, 9, "non contiguous event nonce") + var ErrOutdated = errors.Register(ModuleName, 7, "outdated") + var ErrResetDelegateKeys = errors.Register(ModuleName, 11, "can not set orchestrator addresses more than once") + var ErrSupplyOverflow = errors.Register(ModuleName, 12, "supply cannot exceed max ERC20 value") + var ErrTimeout = errors.Register(ModuleName, 4, "timeout") + var ErrUnexpectedEndOfGroupAttestation = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupBatch = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupEvents = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupMsgs = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupPool = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupProposal = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var ErrUnknown = errors.Register(ModuleName, 5, "unknown") + var ErrUnsupported = errors.Register(ModuleName, 8, "unsupported") + var EthAddressByValidatorKey = []byte + var EthereumBlacklistKey = []byte + var KeyLastOutgoingBatchID = append(SequenceKeyPrefix, []byte("lastBatchId")) + var KeyLastTXPoolID = append(SequenceKeyPrefix, []byte("lastTxPoolId")) + var KeyOrchestratorAddress = []byte + var LastEventByValidatorKey = []byte + var LastEventNonceByValidatorKey = []byte + var LastObservedEthereumBlockHeightKey = []byte + var LastObservedEventNonceKey = []byte + var LastObservedValsetKey = []byte + var LastSlashedBatchBlock = []byte + var LastSlashedValsetNonce = []byte + var LastUnbondingBlockHeight = []byte + var LatestValsetNonce = []byte + var ModuleCdc = codec.NewLegacyAmino() + var OracleAttestationKey = []byte + var OutgoingTXBatchBlockKey = []byte + var OutgoingTXBatchKey = []byte + var OutgoingTXPoolKey = []byte + var ParamKey = []byte + var ParamStoreAdmins = []byte("Admins") + var ParamStoreClaimSlashingEnabled = []byte("ClaimSlashingEnabled") + var ParamStoreSlashFractionBadEthSignature = []byte("SlashFractionBadEthSignature") + var ParamStoreUnbondSlashingValsetsWindow = []byte("UnbondSlashingValsetsWindow") + var ParamStoreValsetRewardAmount = []byte("ValsetReward") + var ParamsStoreKeyAverageBlockTime = []byte("AverageBlockTime") + var ParamsStoreKeyAverageEthereumBlockTime = []byte("AverageEthereumBlockTime") + var ParamsStoreKeyBridgeContractAddress = []byte("BridgeContractAddress") + var ParamsStoreKeyBridgeContractChainID = []byte("BridgeChainID") + var ParamsStoreKeyBridgeContractStartHeight = []byte("BridgeContractChainHeight") + var ParamsStoreKeyContractHash = []byte("ContractHash") + var ParamsStoreKeyCosmosCoinDenom = []byte("CosmosCoinDenom") + var ParamsStoreKeyCosmosCoinErc20Contract = []byte("CosmosCoinErc20Contract") + var ParamsStoreKeyPeggyID = []byte("PeggyID") + var ParamsStoreKeySignedBatchesWindow = []byte("SignedBatchesWindow") + var ParamsStoreKeySignedClaimsWindow = []byte("SignedClaimsWindow") + var ParamsStoreKeySignedValsetsWindow = []byte("SignedValsetsWindow") + var ParamsStoreKeyTargetBatchTimeout = []byte("TargetBatchTimeout") + var ParamsStoreSlashFractionBatch = []byte("SlashFractionBatch") + var ParamsStoreSlashFractionClaim = []byte("SlashFractionClaim") + var ParamsStoreSlashFractionConflictingClaim = []byte("SlashFractionConflictingClaim") + var ParamsStoreSlashFractionValset = []byte("SlashFractionValset") + var PastEthSignatureCheckpointKey = []byte + var SecondIndexOutgoingTXFeeKey = []byte + var SequenceKeyPrefix = []byte + var SignType_name = map[int32]string + var SignType_value = map[string]int32 + var ValidatorByEthAddressKey = []byte + var ValsetConfirmKey = []byte + var ValsetRequestKey = []byte + func EthAddrLessThan(e, o string) bool + func EthAddressFromSignature(hash common.Hash, signature []byte) (common.Address, error) + func GetAttestationKey(eventNonce uint64, claimHash []byte) []byte + func GetAttestationKeyWithHash(eventNonce uint64, claimHash []byte) []byte + func GetBatchConfirmKey(tokenContract common.Address, batchNonce uint64, validator sdk.AccAddress) []byte + func GetCosmosDenomToERC20Key(denom string) []byte + func GetERC20ToCosmosDenomKey(tokenContract common.Address) []byte + func GetEthAddressByValidatorKey(validator sdk.ValAddress) []byte + func GetEthereumBlacklistStoreKey(addr common.Address) []byte + func GetFeeSecondIndexKey(tokenContract common.Address, fee *ERC20Token) []byte + func GetLastEventByValidatorKey(validator sdk.ValAddress) []byte + func GetLastEventNonceByValidatorKey(validator sdk.ValAddress) []byte + func GetOrchestratorAddressKey(orc sdk.AccAddress) []byte + func GetOutgoingTxBatchBlockKey(block uint64) []byte + func GetOutgoingTxBatchKey(tokenContract common.Address, nonce uint64) []byte + func GetOutgoingTxPoolKey(id uint64) []byte + func GetPastEthSignatureCheckpointKey(checkpoint common.Hash) []byte + func GetValidatorByEthAddressKey(ethAddress common.Address) []byte + func GetValsetConfirmKey(nonce uint64, validator sdk.AccAddress) []byte + func GetValsetKey(nonce uint64) []byte + func NewEthAddress(address string) (*gethcommon.Address, error) + func NewEthereumSignature(hash common.Hash, privateKey *ecdsa.PrivateKey) ([]byte, error) + func ParamKeyTable() paramtypes.KeyTable + func PeggyDenomString(tokenContract gethcommon.Address) string + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func UInt64Bytes(n uint64) []byte + func UInt64FromBytes(s []byte) uint64 + func UInt64FromString(s string) (uint64, error) + func ValidateEthAddress(address string) error + func ValidateEthereumSignature(hash common.Hash, signature []byte, ethAddress common.Address) error + func ZeroAddress() gethcommon.Address + type Attestation struct + Claim *types.Any + Height uint64 + Observed bool + Votes []string + func (*Attestation) Descriptor() ([]byte, []int) + func (*Attestation) ProtoMessage() + 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 (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 interface + BurnCoins func(ctx context.Context, name string, amt sdk.Coins) error + GetAllBalances func(ctx context.Context, addr sdk.AccAddress) sdk.Coins + GetDenomMetaData func(ctx context.Context, denom string) (bank.Metadata, bool) + GetSupply func(ctx context.Context, denom string) sdk.Coin + MintCoins func(ctx context.Context, name string, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx context.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx context.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SendCoinsFromModuleToModule func(ctx context.Context, senderModule, recipientModule string, amt sdk.Coins) error + type BatchFees struct + Token string + TotalFees cosmossdk_io_math.Int + func (*BatchFees) Descriptor() ([]byte, []int) + func (*BatchFees) ProtoMessage() + 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 (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 BlacklistEthereumAddressesProposal struct + BlacklistAddresses []string + Description string + Title string + func (*BlacklistEthereumAddressesProposal) Descriptor() ([]byte, []int) + func (*BlacklistEthereumAddressesProposal) ProtoMessage() + func (m *BlacklistEthereumAddressesProposal) Marshal() (dAtA []byte, err error) + func (m *BlacklistEthereumAddressesProposal) MarshalTo(dAtA []byte) (int, error) + func (m *BlacklistEthereumAddressesProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BlacklistEthereumAddressesProposal) Reset() + func (m *BlacklistEthereumAddressesProposal) Size() (n int) + func (m *BlacklistEthereumAddressesProposal) String() string + func (m *BlacklistEthereumAddressesProposal) Unmarshal(dAtA []byte) error + func (m *BlacklistEthereumAddressesProposal) XXX_DiscardUnknown() + func (m *BlacklistEthereumAddressesProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlacklistEthereumAddressesProposal) XXX_Merge(src proto.Message) + func (m *BlacklistEthereumAddressesProposal) XXX_Size() int + func (m *BlacklistEthereumAddressesProposal) XXX_Unmarshal(b []byte) error + func (p *BlacklistEthereumAddressesProposal) GetDescription() string + func (p *BlacklistEthereumAddressesProposal) GetTitle() string + func (p *BlacklistEthereumAddressesProposal) ProposalRoute() string + func (p *BlacklistEthereumAddressesProposal) ProposalType() string + func (p *BlacklistEthereumAddressesProposal) ValidateBasic() error + type BridgeValidator struct + EthereumAddress string + Power uint64 + func (*BridgeValidator) Descriptor() ([]byte, []int) + func (*BridgeValidator) ProtoMessage() + func (b *BridgeValidator) ValidateBasic() error + 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 (m *BridgeValidator) Reset() + func (m *BridgeValidator) Size() (n int) + func (m *BridgeValidator) String() string + 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 []*BridgeValidator + func (b BridgeValidators) GetPowers() []uint64 + func (b BridgeValidators) HasDuplicates() bool + func (b BridgeValidators) PowerDiff(c BridgeValidators) float64 + func (b BridgeValidators) Sort() + func (b BridgeValidators) TotalPower() (out uint64) + func (b BridgeValidators) ValidateBasic() error + type ClaimType int32 + const CLAIM_TYPE_DEPOSIT + const CLAIM_TYPE_ERC20_DEPLOYED + const CLAIM_TYPE_UNKNOWN + const CLAIM_TYPE_VALSET_UPDATED + const CLAIM_TYPE_WITHDRAW + func (ClaimType) EnumDescriptor() ([]byte, []int) + func (x ClaimType) String() string + type DistributionKeeper interface + FundCommunityPool func(ctx context.Context, amount sdk.Coins, sender sdk.AccAddress) error + GetFeePool func(ctx context.Context) (feePool types.FeePool) + SetFeePool func(ctx context.Context, feePool types.FeePool) + type ERC20ToDenom struct + Denom string + Erc20 string + func (*ERC20ToDenom) Descriptor() ([]byte, []int) + func (*ERC20ToDenom) ProtoMessage() + 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 (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 struct + Amount cosmossdk_io_math.Int + Contract string + func NewERC20Token(amount uint64, contract gethcommon.Address) *ERC20Token + func NewSDKIntERC20Token(amount math.Int, contract gethcommon.Address) *ERC20Token + func (*ERC20Token) Descriptor() ([]byte, []int) + func (*ERC20Token) ProtoMessage() + func (e *ERC20Token) Add(o *ERC20Token) (*ERC20Token, error) + func (e *ERC20Token) PeggyCoin() sdk.Coin + func (e *ERC20Token) ValidateBasic() error + 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 (m *ERC20Token) Reset() + func (m *ERC20Token) Size() (n int) + func (m *ERC20Token) String() string + func (m *ERC20Token) Unmarshal(dAtA []byte) error + func (m *ERC20Token) XXX_DiscardUnknown() + func (m *ERC20Token) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ERC20Token) XXX_Merge(src proto.Message) + func (m *ERC20Token) XXX_Size() int + func (m *ERC20Token) XXX_Unmarshal(b []byte) error + type EthereumClaim interface + ClaimHash func() []byte + GetBlockHeight func() uint64 + GetClaimer func() sdk.AccAddress + GetEventNonce func() uint64 + GetType func() ClaimType + ValidateBasic func() error + type EthereumSigned interface + GetCheckpoint func(peggyIDstring string) gethcommon.Hash + type EventAttestationObserved struct + AttestationId []byte + AttestationType ClaimType + BridgeChainId uint64 + BridgeContract string + Nonce uint64 + func (*EventAttestationObserved) Descriptor() ([]byte, []int) + func (*EventAttestationObserved) ProtoMessage() + func (m *EventAttestationObserved) GetAttestationId() []byte + func (m *EventAttestationObserved) GetAttestationType() ClaimType + func (m *EventAttestationObserved) GetBridgeChainId() uint64 + func (m *EventAttestationObserved) GetBridgeContract() string + func (m *EventAttestationObserved) GetNonce() uint64 + func (m *EventAttestationObserved) Marshal() (dAtA []byte, err error) + func (m *EventAttestationObserved) MarshalTo(dAtA []byte) (int, error) + func (m *EventAttestationObserved) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventAttestationObserved) Reset() + func (m *EventAttestationObserved) Size() (n int) + func (m *EventAttestationObserved) String() string + func (m *EventAttestationObserved) Unmarshal(dAtA []byte) error + func (m *EventAttestationObserved) XXX_DiscardUnknown() + func (m *EventAttestationObserved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventAttestationObserved) XXX_Merge(src proto.Message) + func (m *EventAttestationObserved) XXX_Size() int + func (m *EventAttestationObserved) XXX_Unmarshal(b []byte) error + type EventAttestationVote struct + AttestationId []byte + EventNonce uint64 + Voter string + func (*EventAttestationVote) Descriptor() ([]byte, []int) + func (*EventAttestationVote) ProtoMessage() + func (m *EventAttestationVote) GetAttestationId() []byte + func (m *EventAttestationVote) GetEventNonce() uint64 + func (m *EventAttestationVote) GetVoter() string + func (m *EventAttestationVote) Marshal() (dAtA []byte, err error) + func (m *EventAttestationVote) MarshalTo(dAtA []byte) (int, error) + func (m *EventAttestationVote) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventAttestationVote) Reset() + func (m *EventAttestationVote) Size() (n int) + func (m *EventAttestationVote) String() string + func (m *EventAttestationVote) Unmarshal(dAtA []byte) error + func (m *EventAttestationVote) XXX_DiscardUnknown() + func (m *EventAttestationVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventAttestationVote) XXX_Merge(src proto.Message) + func (m *EventAttestationVote) XXX_Size() int + func (m *EventAttestationVote) XXX_Unmarshal(b []byte) error + type EventBridgeWithdrawCanceled struct + BridgeChainId uint64 + BridgeContract string + func (*EventBridgeWithdrawCanceled) Descriptor() ([]byte, []int) + func (*EventBridgeWithdrawCanceled) ProtoMessage() + func (m *EventBridgeWithdrawCanceled) GetBridgeChainId() uint64 + func (m *EventBridgeWithdrawCanceled) GetBridgeContract() string + func (m *EventBridgeWithdrawCanceled) Marshal() (dAtA []byte, err error) + func (m *EventBridgeWithdrawCanceled) MarshalTo(dAtA []byte) (int, error) + func (m *EventBridgeWithdrawCanceled) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventBridgeWithdrawCanceled) Reset() + func (m *EventBridgeWithdrawCanceled) Size() (n int) + func (m *EventBridgeWithdrawCanceled) String() string + func (m *EventBridgeWithdrawCanceled) Unmarshal(dAtA []byte) error + func (m *EventBridgeWithdrawCanceled) XXX_DiscardUnknown() + func (m *EventBridgeWithdrawCanceled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventBridgeWithdrawCanceled) XXX_Merge(src proto.Message) + func (m *EventBridgeWithdrawCanceled) XXX_Size() int + func (m *EventBridgeWithdrawCanceled) XXX_Unmarshal(b []byte) error + type EventCancelSendToEth struct + OutgoingTxId uint64 + func (*EventCancelSendToEth) Descriptor() ([]byte, []int) + func (*EventCancelSendToEth) ProtoMessage() + func (m *EventCancelSendToEth) GetOutgoingTxId() uint64 + func (m *EventCancelSendToEth) Marshal() (dAtA []byte, err error) + func (m *EventCancelSendToEth) MarshalTo(dAtA []byte) (int, error) + func (m *EventCancelSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventCancelSendToEth) Reset() + func (m *EventCancelSendToEth) Size() (n int) + func (m *EventCancelSendToEth) String() string + func (m *EventCancelSendToEth) Unmarshal(dAtA []byte) error + func (m *EventCancelSendToEth) XXX_DiscardUnknown() + func (m *EventCancelSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventCancelSendToEth) XXX_Merge(src proto.Message) + func (m *EventCancelSendToEth) XXX_Size() int + func (m *EventCancelSendToEth) XXX_Unmarshal(b []byte) error + type EventConfirmBatch struct + BatchNonce uint64 + OrchestratorAddress string + func (*EventConfirmBatch) Descriptor() ([]byte, []int) + func (*EventConfirmBatch) ProtoMessage() + func (m *EventConfirmBatch) GetBatchNonce() uint64 + func (m *EventConfirmBatch) GetOrchestratorAddress() string + func (m *EventConfirmBatch) Marshal() (dAtA []byte, err error) + func (m *EventConfirmBatch) MarshalTo(dAtA []byte) (int, error) + func (m *EventConfirmBatch) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventConfirmBatch) Reset() + func (m *EventConfirmBatch) Size() (n int) + func (m *EventConfirmBatch) String() string + func (m *EventConfirmBatch) Unmarshal(dAtA []byte) error + func (m *EventConfirmBatch) XXX_DiscardUnknown() + func (m *EventConfirmBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventConfirmBatch) XXX_Merge(src proto.Message) + func (m *EventConfirmBatch) XXX_Size() int + func (m *EventConfirmBatch) XXX_Unmarshal(b []byte) error + type EventDepositClaim struct + Amount cosmossdk_io_math.Int + AttestationId []byte + CosmosReceiver string + Data string + EthereumSender string + EventHeight uint64 + EventNonce uint64 + OrchestratorAddress string + TokenContract string + func (*EventDepositClaim) Descriptor() ([]byte, []int) + func (*EventDepositClaim) ProtoMessage() + func (m *EventDepositClaim) GetAttestationId() []byte + func (m *EventDepositClaim) GetCosmosReceiver() string + func (m *EventDepositClaim) GetData() string + func (m *EventDepositClaim) GetEthereumSender() string + func (m *EventDepositClaim) GetEventHeight() uint64 + func (m *EventDepositClaim) GetEventNonce() uint64 + func (m *EventDepositClaim) GetOrchestratorAddress() string + func (m *EventDepositClaim) GetTokenContract() string + func (m *EventDepositClaim) Marshal() (dAtA []byte, err error) + func (m *EventDepositClaim) MarshalTo(dAtA []byte) (int, error) + func (m *EventDepositClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventDepositClaim) Reset() + func (m *EventDepositClaim) Size() (n int) + func (m *EventDepositClaim) String() string + func (m *EventDepositClaim) Unmarshal(dAtA []byte) error + func (m *EventDepositClaim) XXX_DiscardUnknown() + func (m *EventDepositClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventDepositClaim) XXX_Merge(src proto.Message) + func (m *EventDepositClaim) XXX_Size() int + func (m *EventDepositClaim) XXX_Unmarshal(b []byte) error + type EventERC20DeployedClaim struct + AttestationId []byte + CosmosDenom string + Decimals uint64 + EventHeight uint64 + EventNonce uint64 + Name string + OrchestratorAddress string + Symbol string + TokenContract string + func (*EventERC20DeployedClaim) Descriptor() ([]byte, []int) + func (*EventERC20DeployedClaim) ProtoMessage() + func (m *EventERC20DeployedClaim) GetAttestationId() []byte + func (m *EventERC20DeployedClaim) GetCosmosDenom() string + func (m *EventERC20DeployedClaim) GetDecimals() uint64 + func (m *EventERC20DeployedClaim) GetEventHeight() uint64 + func (m *EventERC20DeployedClaim) GetEventNonce() uint64 + func (m *EventERC20DeployedClaim) GetName() string + func (m *EventERC20DeployedClaim) GetOrchestratorAddress() string + func (m *EventERC20DeployedClaim) GetSymbol() string + func (m *EventERC20DeployedClaim) GetTokenContract() string + func (m *EventERC20DeployedClaim) Marshal() (dAtA []byte, err error) + func (m *EventERC20DeployedClaim) MarshalTo(dAtA []byte) (int, error) + func (m *EventERC20DeployedClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventERC20DeployedClaim) Reset() + func (m *EventERC20DeployedClaim) Size() (n int) + func (m *EventERC20DeployedClaim) String() string + func (m *EventERC20DeployedClaim) Unmarshal(dAtA []byte) error + func (m *EventERC20DeployedClaim) XXX_DiscardUnknown() + func (m *EventERC20DeployedClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventERC20DeployedClaim) XXX_Merge(src proto.Message) + func (m *EventERC20DeployedClaim) XXX_Size() int + func (m *EventERC20DeployedClaim) XXX_Unmarshal(b []byte) error + type EventOutgoingBatch struct + BatchNonce uint64 + BatchTimeout uint64 + BatchTxIds []uint64 + Denom string + OrchestratorAddress string + func (*EventOutgoingBatch) Descriptor() ([]byte, []int) + func (*EventOutgoingBatch) ProtoMessage() + func (m *EventOutgoingBatch) GetBatchNonce() uint64 + func (m *EventOutgoingBatch) GetBatchTimeout() uint64 + func (m *EventOutgoingBatch) GetBatchTxIds() []uint64 + func (m *EventOutgoingBatch) GetDenom() string + func (m *EventOutgoingBatch) GetOrchestratorAddress() string + func (m *EventOutgoingBatch) Marshal() (dAtA []byte, err error) + func (m *EventOutgoingBatch) MarshalTo(dAtA []byte) (int, error) + func (m *EventOutgoingBatch) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventOutgoingBatch) Reset() + func (m *EventOutgoingBatch) Size() (n int) + func (m *EventOutgoingBatch) String() string + func (m *EventOutgoingBatch) Unmarshal(dAtA []byte) error + func (m *EventOutgoingBatch) XXX_DiscardUnknown() + func (m *EventOutgoingBatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventOutgoingBatch) XXX_Merge(src proto.Message) + func (m *EventOutgoingBatch) XXX_Size() int + func (m *EventOutgoingBatch) XXX_Unmarshal(b []byte) error + type EventOutgoingBatchCanceled struct + BatchId uint64 + BridgeChainId uint64 + BridgeContract string + Nonce uint64 + func (*EventOutgoingBatchCanceled) Descriptor() ([]byte, []int) + func (*EventOutgoingBatchCanceled) ProtoMessage() + func (m *EventOutgoingBatchCanceled) GetBatchId() uint64 + func (m *EventOutgoingBatchCanceled) GetBridgeChainId() uint64 + func (m *EventOutgoingBatchCanceled) GetBridgeContract() string + func (m *EventOutgoingBatchCanceled) GetNonce() uint64 + func (m *EventOutgoingBatchCanceled) Marshal() (dAtA []byte, err error) + func (m *EventOutgoingBatchCanceled) MarshalTo(dAtA []byte) (int, error) + func (m *EventOutgoingBatchCanceled) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventOutgoingBatchCanceled) Reset() + func (m *EventOutgoingBatchCanceled) Size() (n int) + func (m *EventOutgoingBatchCanceled) String() string + func (m *EventOutgoingBatchCanceled) Unmarshal(dAtA []byte) error + func (m *EventOutgoingBatchCanceled) XXX_DiscardUnknown() + func (m *EventOutgoingBatchCanceled) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventOutgoingBatchCanceled) XXX_Merge(src proto.Message) + func (m *EventOutgoingBatchCanceled) XXX_Size() int + func (m *EventOutgoingBatchCanceled) XXX_Unmarshal(b []byte) error + type EventSendToEth struct + Amount github_com_cosmos_cosmos_sdk_types.Coin + BridgeFee github_com_cosmos_cosmos_sdk_types.Coin + OutgoingTxId uint64 + Receiver string + Sender string + func (*EventSendToEth) Descriptor() ([]byte, []int) + func (*EventSendToEth) ProtoMessage() + func (m *EventSendToEth) GetOutgoingTxId() uint64 + func (m *EventSendToEth) GetReceiver() string + func (m *EventSendToEth) GetSender() string + func (m *EventSendToEth) Marshal() (dAtA []byte, err error) + func (m *EventSendToEth) MarshalTo(dAtA []byte) (int, error) + func (m *EventSendToEth) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventSendToEth) Reset() + func (m *EventSendToEth) Size() (n int) + func (m *EventSendToEth) String() string + func (m *EventSendToEth) Unmarshal(dAtA []byte) error + func (m *EventSendToEth) XXX_DiscardUnknown() + func (m *EventSendToEth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventSendToEth) XXX_Merge(src proto.Message) + func (m *EventSendToEth) XXX_Size() int + func (m *EventSendToEth) XXX_Unmarshal(b []byte) error + type EventSetOrchestratorAddresses struct + OperatorEthAddress string + OrchestratorAddress string + ValidatorAddress string + func (*EventSetOrchestratorAddresses) Descriptor() ([]byte, []int) + func (*EventSetOrchestratorAddresses) ProtoMessage() + func (m *EventSetOrchestratorAddresses) GetOperatorEthAddress() string + func (m *EventSetOrchestratorAddresses) GetOrchestratorAddress() string + func (m *EventSetOrchestratorAddresses) GetValidatorAddress() string + func (m *EventSetOrchestratorAddresses) Marshal() (dAtA []byte, err error) + func (m *EventSetOrchestratorAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *EventSetOrchestratorAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventSetOrchestratorAddresses) Reset() + func (m *EventSetOrchestratorAddresses) Size() (n int) + func (m *EventSetOrchestratorAddresses) String() string + func (m *EventSetOrchestratorAddresses) Unmarshal(dAtA []byte) error + func (m *EventSetOrchestratorAddresses) XXX_DiscardUnknown() + func (m *EventSetOrchestratorAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventSetOrchestratorAddresses) XXX_Merge(src proto.Message) + func (m *EventSetOrchestratorAddresses) XXX_Size() int + func (m *EventSetOrchestratorAddresses) XXX_Unmarshal(b []byte) error + type EventSubmitBadSignatureEvidence struct + BadEthSignature string + BadEthSignatureSubject string + func (*EventSubmitBadSignatureEvidence) Descriptor() ([]byte, []int) + func (*EventSubmitBadSignatureEvidence) ProtoMessage() + func (m *EventSubmitBadSignatureEvidence) GetBadEthSignature() string + func (m *EventSubmitBadSignatureEvidence) GetBadEthSignatureSubject() string + func (m *EventSubmitBadSignatureEvidence) Marshal() (dAtA []byte, err error) + func (m *EventSubmitBadSignatureEvidence) MarshalTo(dAtA []byte) (int, error) + func (m *EventSubmitBadSignatureEvidence) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventSubmitBadSignatureEvidence) Reset() + func (m *EventSubmitBadSignatureEvidence) Size() (n int) + func (m *EventSubmitBadSignatureEvidence) String() string + func (m *EventSubmitBadSignatureEvidence) Unmarshal(dAtA []byte) error + func (m *EventSubmitBadSignatureEvidence) XXX_DiscardUnknown() + func (m *EventSubmitBadSignatureEvidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventSubmitBadSignatureEvidence) XXX_Merge(src proto.Message) + func (m *EventSubmitBadSignatureEvidence) XXX_Size() int + func (m *EventSubmitBadSignatureEvidence) XXX_Unmarshal(b []byte) error + type EventValidatorSlash struct + ConsensusAddress string + Moniker string + OperatorAddress string + Power int64 + Reason string + func (*EventValidatorSlash) Descriptor() ([]byte, []int) + func (*EventValidatorSlash) ProtoMessage() + func (m *EventValidatorSlash) GetConsensusAddress() string + func (m *EventValidatorSlash) GetMoniker() string + func (m *EventValidatorSlash) GetOperatorAddress() string + func (m *EventValidatorSlash) GetPower() int64 + func (m *EventValidatorSlash) GetReason() string + func (m *EventValidatorSlash) Marshal() (dAtA []byte, err error) + func (m *EventValidatorSlash) MarshalTo(dAtA []byte) (int, error) + func (m *EventValidatorSlash) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValidatorSlash) Reset() + func (m *EventValidatorSlash) Size() (n int) + func (m *EventValidatorSlash) String() string + func (m *EventValidatorSlash) Unmarshal(dAtA []byte) error + func (m *EventValidatorSlash) XXX_DiscardUnknown() + func (m *EventValidatorSlash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValidatorSlash) XXX_Merge(src proto.Message) + func (m *EventValidatorSlash) XXX_Size() int + func (m *EventValidatorSlash) XXX_Unmarshal(b []byte) error + type EventValsetConfirm struct + OrchestratorAddress string + ValsetNonce uint64 + func (*EventValsetConfirm) Descriptor() ([]byte, []int) + func (*EventValsetConfirm) ProtoMessage() + func (m *EventValsetConfirm) GetOrchestratorAddress() string + func (m *EventValsetConfirm) GetValsetNonce() uint64 + func (m *EventValsetConfirm) Marshal() (dAtA []byte, err error) + func (m *EventValsetConfirm) MarshalTo(dAtA []byte) (int, error) + func (m *EventValsetConfirm) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValsetConfirm) Reset() + func (m *EventValsetConfirm) Size() (n int) + func (m *EventValsetConfirm) String() string + func (m *EventValsetConfirm) Unmarshal(dAtA []byte) error + func (m *EventValsetConfirm) XXX_DiscardUnknown() + func (m *EventValsetConfirm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValsetConfirm) XXX_Merge(src proto.Message) + func (m *EventValsetConfirm) XXX_Size() int + func (m *EventValsetConfirm) XXX_Unmarshal(b []byte) error + type EventValsetUpdateClaim struct + AttestationId []byte + EventHeight uint64 + EventNonce uint64 + OrchestratorAddress string + RewardAmount cosmossdk_io_math.Int + RewardToken string + ValsetMembers []*BridgeValidator + ValsetNonce uint64 + func (*EventValsetUpdateClaim) Descriptor() ([]byte, []int) + func (*EventValsetUpdateClaim) ProtoMessage() + func (m *EventValsetUpdateClaim) GetAttestationId() []byte + func (m *EventValsetUpdateClaim) GetEventHeight() uint64 + func (m *EventValsetUpdateClaim) GetEventNonce() uint64 + func (m *EventValsetUpdateClaim) GetOrchestratorAddress() string + func (m *EventValsetUpdateClaim) GetRewardToken() string + func (m *EventValsetUpdateClaim) GetValsetMembers() []*BridgeValidator + func (m *EventValsetUpdateClaim) GetValsetNonce() uint64 + func (m *EventValsetUpdateClaim) Marshal() (dAtA []byte, err error) + func (m *EventValsetUpdateClaim) MarshalTo(dAtA []byte) (int, error) + func (m *EventValsetUpdateClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValsetUpdateClaim) Reset() + func (m *EventValsetUpdateClaim) Size() (n int) + func (m *EventValsetUpdateClaim) String() string + func (m *EventValsetUpdateClaim) Unmarshal(dAtA []byte) error + func (m *EventValsetUpdateClaim) XXX_DiscardUnknown() + func (m *EventValsetUpdateClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValsetUpdateClaim) XXX_Merge(src proto.Message) + func (m *EventValsetUpdateClaim) XXX_Size() int + func (m *EventValsetUpdateClaim) XXX_Unmarshal(b []byte) error + type EventValsetUpdateRequest struct + RewardAmount cosmossdk_io_math.Int + RewardToken string + ValsetHeight uint64 + ValsetMembers []*BridgeValidator + ValsetNonce uint64 + func (*EventValsetUpdateRequest) Descriptor() ([]byte, []int) + func (*EventValsetUpdateRequest) ProtoMessage() + func (m *EventValsetUpdateRequest) GetRewardToken() string + func (m *EventValsetUpdateRequest) GetValsetHeight() uint64 + func (m *EventValsetUpdateRequest) GetValsetMembers() []*BridgeValidator + func (m *EventValsetUpdateRequest) GetValsetNonce() uint64 + func (m *EventValsetUpdateRequest) Marshal() (dAtA []byte, err error) + func (m *EventValsetUpdateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *EventValsetUpdateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValsetUpdateRequest) Reset() + func (m *EventValsetUpdateRequest) Size() (n int) + func (m *EventValsetUpdateRequest) String() string + func (m *EventValsetUpdateRequest) Unmarshal(dAtA []byte) error + func (m *EventValsetUpdateRequest) XXX_DiscardUnknown() + func (m *EventValsetUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValsetUpdateRequest) XXX_Merge(src proto.Message) + func (m *EventValsetUpdateRequest) XXX_Size() int + func (m *EventValsetUpdateRequest) XXX_Unmarshal(b []byte) error + type EventWithdrawClaim struct + AttestationId []byte + BatchNonce uint64 + EventHeight uint64 + EventNonce uint64 + OrchestratorAddress string + TokenContract string + func (*EventWithdrawClaim) Descriptor() ([]byte, []int) + func (*EventWithdrawClaim) ProtoMessage() + func (m *EventWithdrawClaim) GetAttestationId() []byte + func (m *EventWithdrawClaim) GetBatchNonce() uint64 + func (m *EventWithdrawClaim) GetEventHeight() uint64 + func (m *EventWithdrawClaim) GetEventNonce() uint64 + func (m *EventWithdrawClaim) GetOrchestratorAddress() string + func (m *EventWithdrawClaim) GetTokenContract() string + func (m *EventWithdrawClaim) Marshal() (dAtA []byte, err error) + func (m *EventWithdrawClaim) MarshalTo(dAtA []byte) (int, error) + func (m *EventWithdrawClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventWithdrawClaim) Reset() + func (m *EventWithdrawClaim) Size() (n int) + func (m *EventWithdrawClaim) String() string + func (m *EventWithdrawClaim) Unmarshal(dAtA []byte) error + func (m *EventWithdrawClaim) XXX_DiscardUnknown() + func (m *EventWithdrawClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventWithdrawClaim) XXX_Merge(src proto.Message) + func (m *EventWithdrawClaim) XXX_Size() int + func (m *EventWithdrawClaim) XXX_Unmarshal(b []byte) error + type GenesisState struct + Attestations []*Attestation + BatchConfirms []*MsgConfirmBatch + Batches []*OutgoingTxBatch + Erc20ToDenoms []*ERC20ToDenom + EthereumBlacklist []string + LastObservedEthereumHeight uint64 + LastObservedNonce uint64 + LastObservedValset Valset + LastOutgoingBatchId uint64 + LastOutgoingPoolId uint64 + OrchestratorAddresses []*MsgSetOrchestratorAddresses + Params *Params + UnbatchedTransfers []*OutgoingTransferTx + ValsetConfirms []*MsgValsetConfirm + Valsets []*Valset + func DefaultGenesisState() *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (m *GenesisState) GetAttestations() []*Attestation + func (m *GenesisState) GetBatchConfirms() []*MsgConfirmBatch + func (m *GenesisState) GetBatches() []*OutgoingTxBatch + func (m *GenesisState) GetErc20ToDenoms() []*ERC20ToDenom + func (m *GenesisState) GetEthereumBlacklist() []string + func (m *GenesisState) GetLastObservedEthereumHeight() uint64 + func (m *GenesisState) GetLastObservedNonce() uint64 + func (m *GenesisState) GetLastObservedValset() Valset + func (m *GenesisState) GetLastOutgoingBatchId() uint64 + func (m *GenesisState) GetLastOutgoingPoolId() uint64 + func (m *GenesisState) GetOrchestratorAddresses() []*MsgSetOrchestratorAddresses + 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 (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + func (s GenesisState) ValidateBasic() error + type IDSet struct + Ids []uint64 + func (*IDSet) Descriptor() ([]byte, []int) + func (*IDSet) ProtoMessage() + 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 (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 LastClaimEvent struct + EthereumEventHeight uint64 + EthereumEventNonce uint64 + func (*LastClaimEvent) Descriptor() ([]byte, []int) + func (*LastClaimEvent) ProtoMessage() + func (m *LastClaimEvent) GetEthereumEventHeight() uint64 + func (m *LastClaimEvent) GetEthereumEventNonce() uint64 + func (m *LastClaimEvent) Marshal() (dAtA []byte, err error) + func (m *LastClaimEvent) MarshalTo(dAtA []byte) (int, error) + func (m *LastClaimEvent) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LastClaimEvent) Reset() + func (m *LastClaimEvent) Size() (n int) + func (m *LastClaimEvent) String() string + func (m *LastClaimEvent) Unmarshal(dAtA []byte) error + func (m *LastClaimEvent) XXX_DiscardUnknown() + func (m *LastClaimEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LastClaimEvent) XXX_Merge(src proto.Message) + func (m *LastClaimEvent) XXX_Size() int + func (m *LastClaimEvent) XXX_Unmarshal(b []byte) error + type LastObservedEthereumBlockHeight struct + CosmosBlockHeight uint64 + EthereumBlockHeight uint64 + func (*LastObservedEthereumBlockHeight) Descriptor() ([]byte, []int) + func (*LastObservedEthereumBlockHeight) ProtoMessage() + 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 (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 MissingNoncesRequest struct + func (*MissingNoncesRequest) Descriptor() ([]byte, []int) + func (*MissingNoncesRequest) ProtoMessage() + func (m *MissingNoncesRequest) Marshal() (dAtA []byte, err error) + func (m *MissingNoncesRequest) MarshalTo(dAtA []byte) (int, error) + func (m *MissingNoncesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MissingNoncesRequest) Reset() + func (m *MissingNoncesRequest) Size() (n int) + func (m *MissingNoncesRequest) String() string + func (m *MissingNoncesRequest) Unmarshal(dAtA []byte) error + func (m *MissingNoncesRequest) XXX_DiscardUnknown() + func (m *MissingNoncesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MissingNoncesRequest) XXX_Merge(src proto.Message) + func (m *MissingNoncesRequest) XXX_Size() int + func (m *MissingNoncesRequest) XXX_Unmarshal(b []byte) error + type MissingNoncesResponse struct + OperatorAddresses []string + func (*MissingNoncesResponse) Descriptor() ([]byte, []int) + func (*MissingNoncesResponse) ProtoMessage() + func (m *MissingNoncesResponse) GetOperatorAddresses() []string + func (m *MissingNoncesResponse) Marshal() (dAtA []byte, err error) + func (m *MissingNoncesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MissingNoncesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MissingNoncesResponse) Reset() + func (m *MissingNoncesResponse) Size() (n int) + func (m *MissingNoncesResponse) String() string + func (m *MissingNoncesResponse) Unmarshal(dAtA []byte) error + func (m *MissingNoncesResponse) XXX_DiscardUnknown() + func (m *MissingNoncesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MissingNoncesResponse) XXX_Merge(src proto.Message) + func (m *MissingNoncesResponse) XXX_Size() int + func (m *MissingNoncesResponse) XXX_Unmarshal(b []byte) error + type MsgBlacklistEthereumAddresses struct + BlacklistAddresses []string + Signer string + func (*MsgBlacklistEthereumAddresses) Descriptor() ([]byte, []int) + func (*MsgBlacklistEthereumAddresses) ProtoMessage() + func (m *MsgBlacklistEthereumAddresses) GetBlacklistAddresses() []string + func (m *MsgBlacklistEthereumAddresses) GetSignBytes() []byte + func (m *MsgBlacklistEthereumAddresses) GetSigner() string + func (m *MsgBlacklistEthereumAddresses) GetSigners() []sdk.AccAddress + func (m *MsgBlacklistEthereumAddresses) Marshal() (dAtA []byte, err error) + func (m *MsgBlacklistEthereumAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBlacklistEthereumAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBlacklistEthereumAddresses) Reset() + func (m *MsgBlacklistEthereumAddresses) Route() string + func (m *MsgBlacklistEthereumAddresses) Size() (n int) + func (m *MsgBlacklistEthereumAddresses) String() string + func (m *MsgBlacklistEthereumAddresses) Type() string + func (m *MsgBlacklistEthereumAddresses) Unmarshal(dAtA []byte) error + func (m *MsgBlacklistEthereumAddresses) ValidateBasic() error + func (m *MsgBlacklistEthereumAddresses) XXX_DiscardUnknown() + func (m *MsgBlacklistEthereumAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBlacklistEthereumAddresses) XXX_Merge(src proto.Message) + func (m *MsgBlacklistEthereumAddresses) XXX_Size() int + func (m *MsgBlacklistEthereumAddresses) XXX_Unmarshal(b []byte) error + type MsgBlacklistEthereumAddressesResponse struct + func (*MsgBlacklistEthereumAddressesResponse) Descriptor() ([]byte, []int) + func (*MsgBlacklistEthereumAddressesResponse) ProtoMessage() + func (m *MsgBlacklistEthereumAddressesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgBlacklistEthereumAddressesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBlacklistEthereumAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBlacklistEthereumAddressesResponse) Reset() + func (m *MsgBlacklistEthereumAddressesResponse) Size() (n int) + func (m *MsgBlacklistEthereumAddressesResponse) String() string + func (m *MsgBlacklistEthereumAddressesResponse) Unmarshal(dAtA []byte) error + func (m *MsgBlacklistEthereumAddressesResponse) XXX_DiscardUnknown() + func (m *MsgBlacklistEthereumAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBlacklistEthereumAddressesResponse) XXX_Merge(src proto.Message) + func (m *MsgBlacklistEthereumAddressesResponse) XXX_Size() int + func (m *MsgBlacklistEthereumAddressesResponse) XXX_Unmarshal(b []byte) error + type MsgCancelSendToEth struct + Sender string + TransactionId uint64 + func NewMsgCancelSendToEth(sender sdk.AccAddress, id uint64) *MsgCancelSendToEth + func (*MsgCancelSendToEth) Descriptor() ([]byte, []int) + func (*MsgCancelSendToEth) ProtoMessage() + func (m *MsgCancelSendToEth) GetSender() string + 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 (m *MsgCancelSendToEth) Reset() + func (m *MsgCancelSendToEth) Size() (n int) + func (m *MsgCancelSendToEth) String() string + func (m *MsgCancelSendToEth) Unmarshal(dAtA []byte) 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 + func (msg *MsgCancelSendToEth) GetSignBytes() []byte + func (msg *MsgCancelSendToEth) GetSigners() []sdk.AccAddress + func (msg *MsgCancelSendToEth) Route() string + func (msg *MsgCancelSendToEth) Type() string + func (msg *MsgCancelSendToEth) ValidateBasic() (err error) + type MsgCancelSendToEthResponse struct + func (*MsgCancelSendToEthResponse) Descriptor() ([]byte, []int) + func (*MsgCancelSendToEthResponse) ProtoMessage() + 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 (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 interface + BlacklistEthereumAddresses func(ctx context.Context, in *MsgBlacklistEthereumAddresses, ...) (*MsgBlacklistEthereumAddressesResponse, error) + CancelSendToEth func(ctx context.Context, in *MsgCancelSendToEth, opts ...grpc.CallOption) (*MsgCancelSendToEthResponse, error) + ConfirmBatch func(ctx context.Context, in *MsgConfirmBatch, opts ...grpc.CallOption) (*MsgConfirmBatchResponse, error) + DepositClaim func(ctx context.Context, in *MsgDepositClaim, opts ...grpc.CallOption) (*MsgDepositClaimResponse, error) + ERC20DeployedClaim func(ctx context.Context, in *MsgERC20DeployedClaim, opts ...grpc.CallOption) (*MsgERC20DeployedClaimResponse, error) + RequestBatch func(ctx context.Context, in *MsgRequestBatch, opts ...grpc.CallOption) (*MsgRequestBatchResponse, error) + RevokeEthereumBlacklist func(ctx context.Context, in *MsgRevokeEthereumBlacklist, opts ...grpc.CallOption) (*MsgRevokeEthereumBlacklistResponse, error) + SendToEth func(ctx context.Context, in *MsgSendToEth, opts ...grpc.CallOption) (*MsgSendToEthResponse, error) + SetOrchestratorAddresses func(ctx context.Context, in *MsgSetOrchestratorAddresses, opts ...grpc.CallOption) (*MsgSetOrchestratorAddressesResponse, error) + SubmitBadSignatureEvidence func(ctx context.Context, in *MsgSubmitBadSignatureEvidence, ...) (*MsgSubmitBadSignatureEvidenceResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + ValsetConfirm func(ctx context.Context, in *MsgValsetConfirm, opts ...grpc.CallOption) (*MsgValsetConfirmResponse, error) + ValsetUpdateClaim func(ctx context.Context, in *MsgValsetUpdatedClaim, opts ...grpc.CallOption) (*MsgValsetUpdatedClaimResponse, error) + WithdrawClaim func(ctx context.Context, in *MsgWithdrawClaim, opts ...grpc.CallOption) (*MsgWithdrawClaimResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgConfirmBatch struct + EthSigner string + Nonce uint64 + Orchestrator string + Signature string + TokenContract string + func (*MsgConfirmBatch) Descriptor() ([]byte, []int) + func (*MsgConfirmBatch) ProtoMessage() + func (m *MsgConfirmBatch) GetEthSigner() string + func (m *MsgConfirmBatch) GetNonce() uint64 + func (m *MsgConfirmBatch) GetOrchestrator() string + func (m *MsgConfirmBatch) GetSignature() string + 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 (m *MsgConfirmBatch) Reset() + func (m *MsgConfirmBatch) Size() (n int) + func (m *MsgConfirmBatch) String() string + func (m *MsgConfirmBatch) Unmarshal(dAtA []byte) 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 + func (msg MsgConfirmBatch) GetSignBytes() []byte + func (msg MsgConfirmBatch) GetSigners() []sdk.AccAddress + func (msg MsgConfirmBatch) Route() string + func (msg MsgConfirmBatch) Type() string + func (msg MsgConfirmBatch) ValidateBasic() error + type MsgConfirmBatchResponse struct + func (*MsgConfirmBatchResponse) Descriptor() ([]byte, []int) + func (*MsgConfirmBatchResponse) ProtoMessage() + 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 (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 MsgDepositClaim struct + Amount cosmossdk_io_math.Int + BlockHeight uint64 + CosmosReceiver string + Data string + EthereumSender string + EventNonce uint64 + Orchestrator string + TokenContract string + func (*MsgDepositClaim) Descriptor() ([]byte, []int) + func (*MsgDepositClaim) ProtoMessage() + func (m *MsgDepositClaim) GetBlockHeight() uint64 + func (m *MsgDepositClaim) GetCosmosReceiver() string + func (m *MsgDepositClaim) GetData() string + func (m *MsgDepositClaim) GetEthereumSender() string + func (m *MsgDepositClaim) GetEventNonce() uint64 + func (m *MsgDepositClaim) GetOrchestrator() string + func (m *MsgDepositClaim) GetTokenContract() string + func (m *MsgDepositClaim) Marshal() (dAtA []byte, err error) + func (m *MsgDepositClaim) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDepositClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDepositClaim) Reset() + func (m *MsgDepositClaim) Size() (n int) + func (m *MsgDepositClaim) String() string + func (m *MsgDepositClaim) Unmarshal(dAtA []byte) error + func (m *MsgDepositClaim) XXX_DiscardUnknown() + func (m *MsgDepositClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDepositClaim) XXX_Merge(src proto.Message) + func (m *MsgDepositClaim) XXX_Size() int + func (m *MsgDepositClaim) XXX_Unmarshal(b []byte) error + func (msg *MsgDepositClaim) ClaimHash() []byte + func (msg *MsgDepositClaim) GetType() ClaimType + func (msg *MsgDepositClaim) ValidateBasic() error + func (msg MsgDepositClaim) GetClaimer() sdk.AccAddress + func (msg MsgDepositClaim) GetSignBytes() []byte + func (msg MsgDepositClaim) GetSigners() []sdk.AccAddress + func (msg MsgDepositClaim) Route() string + func (msg MsgDepositClaim) Type() string + type MsgDepositClaimResponse struct + func (*MsgDepositClaimResponse) Descriptor() ([]byte, []int) + func (*MsgDepositClaimResponse) ProtoMessage() + func (m *MsgDepositClaimResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDepositClaimResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDepositClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDepositClaimResponse) Reset() + func (m *MsgDepositClaimResponse) Size() (n int) + func (m *MsgDepositClaimResponse) String() string + func (m *MsgDepositClaimResponse) Unmarshal(dAtA []byte) error + func (m *MsgDepositClaimResponse) XXX_DiscardUnknown() + func (m *MsgDepositClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDepositClaimResponse) XXX_Merge(src proto.Message) + func (m *MsgDepositClaimResponse) XXX_Size() int + func (m *MsgDepositClaimResponse) XXX_Unmarshal(b []byte) error + type MsgERC20DeployedClaim struct + BlockHeight uint64 + CosmosDenom string + Decimals uint64 + EventNonce uint64 + Name string + Orchestrator string + Symbol string + TokenContract string + func (*MsgERC20DeployedClaim) Descriptor() ([]byte, []int) + func (*MsgERC20DeployedClaim) ProtoMessage() + func (b *MsgERC20DeployedClaim) ClaimHash() []byte + func (e *MsgERC20DeployedClaim) GetType() ClaimType + func (e *MsgERC20DeployedClaim) ValidateBasic() error + func (m *MsgERC20DeployedClaim) GetBlockHeight() uint64 + 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 (m *MsgERC20DeployedClaim) GetSymbol() string + func (m *MsgERC20DeployedClaim) GetTokenContract() string + 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 (m *MsgERC20DeployedClaim) Reset() + func (m *MsgERC20DeployedClaim) Size() (n int) + func (m *MsgERC20DeployedClaim) String() string + func (m *MsgERC20DeployedClaim) Unmarshal(dAtA []byte) 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 + func (msg MsgERC20DeployedClaim) GetClaimer() sdk.AccAddress + func (msg MsgERC20DeployedClaim) GetSignBytes() []byte + func (msg MsgERC20DeployedClaim) GetSigners() []sdk.AccAddress + func (msg MsgERC20DeployedClaim) Route() string + func (msg MsgERC20DeployedClaim) Type() string + type MsgERC20DeployedClaimResponse struct + func (*MsgERC20DeployedClaimResponse) Descriptor() ([]byte, []int) + func (*MsgERC20DeployedClaimResponse) ProtoMessage() + 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 (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 MsgRequestBatch struct + Denom string + Orchestrator string + func NewMsgRequestBatch(orchestrator sdk.AccAddress) *MsgRequestBatch + func (*MsgRequestBatch) Descriptor() ([]byte, []int) + func (*MsgRequestBatch) ProtoMessage() + func (m *MsgRequestBatch) GetDenom() string + func (m *MsgRequestBatch) GetOrchestrator() string + 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 (m *MsgRequestBatch) Reset() + func (m *MsgRequestBatch) Size() (n int) + func (m *MsgRequestBatch) String() string + func (m *MsgRequestBatch) Unmarshal(dAtA []byte) 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 + func (msg MsgRequestBatch) GetSignBytes() []byte + func (msg MsgRequestBatch) GetSigners() []sdk.AccAddress + func (msg MsgRequestBatch) Route() string + func (msg MsgRequestBatch) Type() string + func (msg MsgRequestBatch) ValidateBasic() error + type MsgRequestBatchResponse struct + func (*MsgRequestBatchResponse) Descriptor() ([]byte, []int) + func (*MsgRequestBatchResponse) ProtoMessage() + 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 (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 MsgRevokeEthereumBlacklist struct + BlacklistAddresses []string + Signer string + func (*MsgRevokeEthereumBlacklist) Descriptor() ([]byte, []int) + func (*MsgRevokeEthereumBlacklist) ProtoMessage() + func (m *MsgRevokeEthereumBlacklist) GetBlacklistAddresses() []string + func (m *MsgRevokeEthereumBlacklist) GetSignBytes() []byte + func (m *MsgRevokeEthereumBlacklist) GetSigner() string + func (m *MsgRevokeEthereumBlacklist) GetSigners() []sdk.AccAddress + func (m *MsgRevokeEthereumBlacklist) Marshal() (dAtA []byte, err error) + func (m *MsgRevokeEthereumBlacklist) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRevokeEthereumBlacklist) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRevokeEthereumBlacklist) Reset() + func (m *MsgRevokeEthereumBlacklist) Route() string + func (m *MsgRevokeEthereumBlacklist) Size() (n int) + func (m *MsgRevokeEthereumBlacklist) String() string + func (m *MsgRevokeEthereumBlacklist) Type() string + func (m *MsgRevokeEthereumBlacklist) Unmarshal(dAtA []byte) error + func (m *MsgRevokeEthereumBlacklist) ValidateBasic() error + func (m *MsgRevokeEthereumBlacklist) XXX_DiscardUnknown() + func (m *MsgRevokeEthereumBlacklist) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRevokeEthereumBlacklist) XXX_Merge(src proto.Message) + func (m *MsgRevokeEthereumBlacklist) XXX_Size() int + func (m *MsgRevokeEthereumBlacklist) XXX_Unmarshal(b []byte) error + type MsgRevokeEthereumBlacklistResponse struct + func (*MsgRevokeEthereumBlacklistResponse) Descriptor() ([]byte, []int) + func (*MsgRevokeEthereumBlacklistResponse) ProtoMessage() + func (m *MsgRevokeEthereumBlacklistResponse) Marshal() (dAtA []byte, err error) + func (m *MsgRevokeEthereumBlacklistResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgRevokeEthereumBlacklistResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgRevokeEthereumBlacklistResponse) Reset() + func (m *MsgRevokeEthereumBlacklistResponse) Size() (n int) + func (m *MsgRevokeEthereumBlacklistResponse) String() string + func (m *MsgRevokeEthereumBlacklistResponse) Unmarshal(dAtA []byte) error + func (m *MsgRevokeEthereumBlacklistResponse) XXX_DiscardUnknown() + func (m *MsgRevokeEthereumBlacklistResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgRevokeEthereumBlacklistResponse) XXX_Merge(src proto.Message) + func (m *MsgRevokeEthereumBlacklistResponse) XXX_Size() int + func (m *MsgRevokeEthereumBlacklistResponse) XXX_Unmarshal(b []byte) error + type MsgSendToEth struct + Amount types.Coin + BridgeFee types.Coin + EthDest string + Sender string + func NewMsgSendToEth(sender sdk.AccAddress, destAddress string, send, bridgeFee sdk.Coin) *MsgSendToEth + func (*MsgSendToEth) Descriptor() ([]byte, []int) + func (*MsgSendToEth) ProtoMessage() + func (m *MsgSendToEth) GetAmount() types.Coin + func (m *MsgSendToEth) GetBridgeFee() types.Coin + func (m *MsgSendToEth) GetEthDest() string + func (m *MsgSendToEth) GetSender() string + 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 (m *MsgSendToEth) Reset() + func (m *MsgSendToEth) Size() (n int) + func (m *MsgSendToEth) String() string + func (m *MsgSendToEth) Unmarshal(dAtA []byte) 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 + func (msg MsgSendToEth) GetSignBytes() []byte + func (msg MsgSendToEth) GetSigners() []sdk.AccAddress + func (msg MsgSendToEth) Route() string + func (msg MsgSendToEth) Type() string + func (msg MsgSendToEth) ValidateBasic() error + type MsgSendToEthResponse struct + func (*MsgSendToEthResponse) Descriptor() ([]byte, []int) + func (*MsgSendToEthResponse) ProtoMessage() + 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 (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 interface + BlacklistEthereumAddresses func(context.Context, *MsgBlacklistEthereumAddresses) (*MsgBlacklistEthereumAddressesResponse, error) + CancelSendToEth func(context.Context, *MsgCancelSendToEth) (*MsgCancelSendToEthResponse, error) + ConfirmBatch func(context.Context, *MsgConfirmBatch) (*MsgConfirmBatchResponse, error) + DepositClaim func(context.Context, *MsgDepositClaim) (*MsgDepositClaimResponse, error) + ERC20DeployedClaim func(context.Context, *MsgERC20DeployedClaim) (*MsgERC20DeployedClaimResponse, error) + RequestBatch func(context.Context, *MsgRequestBatch) (*MsgRequestBatchResponse, error) + RevokeEthereumBlacklist func(context.Context, *MsgRevokeEthereumBlacklist) (*MsgRevokeEthereumBlacklistResponse, error) + SendToEth func(context.Context, *MsgSendToEth) (*MsgSendToEthResponse, error) + SetOrchestratorAddresses func(context.Context, *MsgSetOrchestratorAddresses) (*MsgSetOrchestratorAddressesResponse, error) + SubmitBadSignatureEvidence func(context.Context, *MsgSubmitBadSignatureEvidence) (*MsgSubmitBadSignatureEvidenceResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + ValsetConfirm func(context.Context, *MsgValsetConfirm) (*MsgValsetConfirmResponse, error) + ValsetUpdateClaim func(context.Context, *MsgValsetUpdatedClaim) (*MsgValsetUpdatedClaimResponse, error) + WithdrawClaim func(context.Context, *MsgWithdrawClaim) (*MsgWithdrawClaimResponse, error) + type MsgSetOrchestratorAddresses struct + EthAddress string + Orchestrator string + Sender string + func NewMsgSetOrchestratorAddress(sender, orchestrator sdk.AccAddress, ethAddr common.Address) *MsgSetOrchestratorAddresses + func (*MsgSetOrchestratorAddresses) Descriptor() ([]byte, []int) + func (*MsgSetOrchestratorAddresses) ProtoMessage() + func (m *MsgSetOrchestratorAddresses) GetEthAddress() string + func (m *MsgSetOrchestratorAddresses) GetOrchestrator() string + func (m *MsgSetOrchestratorAddresses) GetSender() string + func (m *MsgSetOrchestratorAddresses) Marshal() (dAtA []byte, err error) + func (m *MsgSetOrchestratorAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddresses) Reset() + func (m *MsgSetOrchestratorAddresses) Size() (n int) + func (m *MsgSetOrchestratorAddresses) String() string + func (m *MsgSetOrchestratorAddresses) Unmarshal(dAtA []byte) error + func (m *MsgSetOrchestratorAddresses) XXX_DiscardUnknown() + func (m *MsgSetOrchestratorAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetOrchestratorAddresses) XXX_Merge(src proto.Message) + func (m *MsgSetOrchestratorAddresses) XXX_Size() int + func (m *MsgSetOrchestratorAddresses) XXX_Unmarshal(b []byte) error + func (msg *MsgSetOrchestratorAddresses) GetSignBytes() []byte + func (msg *MsgSetOrchestratorAddresses) GetSigners() []sdk.AccAddress + func (msg *MsgSetOrchestratorAddresses) Route() string + func (msg *MsgSetOrchestratorAddresses) Type() string + func (msg *MsgSetOrchestratorAddresses) ValidateBasic() (err error) + type MsgSetOrchestratorAddressesResponse struct + func (*MsgSetOrchestratorAddressesResponse) Descriptor() ([]byte, []int) + func (*MsgSetOrchestratorAddressesResponse) ProtoMessage() + func (m *MsgSetOrchestratorAddressesResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetOrchestratorAddressesResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddressesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddressesResponse) Reset() + func (m *MsgSetOrchestratorAddressesResponse) Size() (n int) + func (m *MsgSetOrchestratorAddressesResponse) String() string + func (m *MsgSetOrchestratorAddressesResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetOrchestratorAddressesResponse) XXX_DiscardUnknown() + func (m *MsgSetOrchestratorAddressesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetOrchestratorAddressesResponse) XXX_Merge(src proto.Message) + func (m *MsgSetOrchestratorAddressesResponse) XXX_Size() int + func (m *MsgSetOrchestratorAddressesResponse) XXX_Unmarshal(b []byte) error + type MsgSubmitBadSignatureEvidence struct + Sender string + Signature string + Subject *types1.Any + func (*MsgSubmitBadSignatureEvidence) Descriptor() ([]byte, []int) + func (*MsgSubmitBadSignatureEvidence) ProtoMessage() + func (e *MsgSubmitBadSignatureEvidence) ValidateBasic() error + func (m *MsgSubmitBadSignatureEvidence) GetSender() string + func (m *MsgSubmitBadSignatureEvidence) GetSignature() string + 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 (m *MsgSubmitBadSignatureEvidence) Reset() + func (m *MsgSubmitBadSignatureEvidence) Size() (n int) + func (m *MsgSubmitBadSignatureEvidence) String() string + func (m *MsgSubmitBadSignatureEvidence) Unmarshal(dAtA []byte) 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 + func (msg MsgSubmitBadSignatureEvidence) GetSignBytes() []byte + func (msg MsgSubmitBadSignatureEvidence) GetSigners() []sdk.AccAddress + func (msg MsgSubmitBadSignatureEvidence) Route() string + func (msg MsgSubmitBadSignatureEvidence) Type() string + type MsgSubmitBadSignatureEvidenceResponse struct + func (*MsgSubmitBadSignatureEvidenceResponse) Descriptor() ([]byte, []int) + func (*MsgSubmitBadSignatureEvidenceResponse) ProtoMessage() + 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 (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 MsgUpdateParams struct + Authority string + Params Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (m *MsgUpdateParams) GetAuthority() string + func (m *MsgUpdateParams) GetParams() Params + func (m *MsgUpdateParams) GetSignBytes() []byte + func (m *MsgUpdateParams) GetSigners() []sdk.AccAddress + func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParams) Reset() + func (m *MsgUpdateParams) Route() string + func (m *MsgUpdateParams) Size() (n int) + func (m *MsgUpdateParams) String() string + func (m *MsgUpdateParams) Type() string + func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParams) ValidateBasic() error + func (m *MsgUpdateParams) XXX_DiscardUnknown() + func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParams) XXX_Merge(src proto.Message) + func (m *MsgUpdateParams) XXX_Size() int + func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUpdateParamsResponse) Reset() + func (m *MsgUpdateParamsResponse) Size() (n int) + func (m *MsgUpdateParamsResponse) String() string + func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error + func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown() + func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message) + func (m *MsgUpdateParamsResponse) XXX_Size() int + func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error + type MsgValsetConfirm struct + EthAddress string + Nonce uint64 + Orchestrator string + Signature string + func NewMsgValsetConfirm(nonce uint64, ethAddress string, validator sdk.AccAddress, signature string) *MsgValsetConfirm + func (*MsgValsetConfirm) Descriptor() ([]byte, []int) + func (*MsgValsetConfirm) ProtoMessage() + func (m *MsgValsetConfirm) GetEthAddress() string + func (m *MsgValsetConfirm) GetNonce() uint64 + func (m *MsgValsetConfirm) GetOrchestrator() string + func (m *MsgValsetConfirm) GetSignature() string + 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 (m *MsgValsetConfirm) Reset() + func (m *MsgValsetConfirm) Size() (n int) + func (m *MsgValsetConfirm) String() string + func (m *MsgValsetConfirm) Unmarshal(dAtA []byte) 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 + func (msg *MsgValsetConfirm) GetSignBytes() []byte + func (msg *MsgValsetConfirm) GetSigners() []sdk.AccAddress + func (msg *MsgValsetConfirm) Route() string + func (msg *MsgValsetConfirm) Type() string + func (msg *MsgValsetConfirm) ValidateBasic() (err error) + type MsgValsetConfirmResponse struct + func (*MsgValsetConfirmResponse) Descriptor() ([]byte, []int) + func (*MsgValsetConfirmResponse) ProtoMessage() + 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 (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 struct + BlockHeight uint64 + EventNonce uint64 + Members []*BridgeValidator + Orchestrator string + RewardAmount cosmossdk_io_math.Int + RewardToken string + ValsetNonce uint64 + func (*MsgValsetUpdatedClaim) Descriptor() ([]byte, []int) + func (*MsgValsetUpdatedClaim) ProtoMessage() + func (b *MsgValsetUpdatedClaim) ClaimHash() []byte + func (e *MsgValsetUpdatedClaim) GetType() ClaimType + func (e *MsgValsetUpdatedClaim) ValidateBasic() error + func (m *MsgValsetUpdatedClaim) GetBlockHeight() uint64 + func (m *MsgValsetUpdatedClaim) GetEventNonce() uint64 + func (m *MsgValsetUpdatedClaim) GetMembers() []*BridgeValidator + func (m *MsgValsetUpdatedClaim) GetOrchestrator() string + func (m *MsgValsetUpdatedClaim) GetRewardToken() string + 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 (m *MsgValsetUpdatedClaim) Reset() + func (m *MsgValsetUpdatedClaim) Size() (n int) + func (m *MsgValsetUpdatedClaim) String() string + func (m *MsgValsetUpdatedClaim) Unmarshal(dAtA []byte) 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 + func (msg MsgValsetUpdatedClaim) GetClaimer() sdk.AccAddress + func (msg MsgValsetUpdatedClaim) GetSignBytes() []byte + func (msg MsgValsetUpdatedClaim) GetSigners() []sdk.AccAddress + func (msg MsgValsetUpdatedClaim) Route() string + func (msg MsgValsetUpdatedClaim) Type() string + type MsgValsetUpdatedClaimResponse struct + func (*MsgValsetUpdatedClaimResponse) Descriptor() ([]byte, []int) + func (*MsgValsetUpdatedClaimResponse) ProtoMessage() + 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 (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 MsgWithdrawClaim struct + BatchNonce uint64 + BlockHeight uint64 + EventNonce uint64 + Orchestrator string + TokenContract string + func (*MsgWithdrawClaim) Descriptor() ([]byte, []int) + func (*MsgWithdrawClaim) ProtoMessage() + func (m *MsgWithdrawClaim) GetBatchNonce() uint64 + func (m *MsgWithdrawClaim) GetBlockHeight() uint64 + func (m *MsgWithdrawClaim) GetEventNonce() uint64 + func (m *MsgWithdrawClaim) GetOrchestrator() string + func (m *MsgWithdrawClaim) GetTokenContract() string + func (m *MsgWithdrawClaim) Marshal() (dAtA []byte, err error) + func (m *MsgWithdrawClaim) MarshalTo(dAtA []byte) (int, error) + func (m *MsgWithdrawClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgWithdrawClaim) Reset() + func (m *MsgWithdrawClaim) Size() (n int) + func (m *MsgWithdrawClaim) String() string + func (m *MsgWithdrawClaim) Unmarshal(dAtA []byte) error + func (m *MsgWithdrawClaim) XXX_DiscardUnknown() + func (m *MsgWithdrawClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgWithdrawClaim) XXX_Merge(src proto.Message) + func (m *MsgWithdrawClaim) XXX_Size() int + func (m *MsgWithdrawClaim) XXX_Unmarshal(b []byte) error + func (msg *MsgWithdrawClaim) ClaimHash() []byte + func (msg *MsgWithdrawClaim) GetType() ClaimType + func (msg *MsgWithdrawClaim) ValidateBasic() error + func (msg MsgWithdrawClaim) GetClaimer() sdk.AccAddress + func (msg MsgWithdrawClaim) GetSignBytes() []byte + func (msg MsgWithdrawClaim) GetSigners() []sdk.AccAddress + func (msg MsgWithdrawClaim) Route() string + func (msg MsgWithdrawClaim) Type() string + type MsgWithdrawClaimResponse struct + func (*MsgWithdrawClaimResponse) Descriptor() ([]byte, []int) + func (*MsgWithdrawClaimResponse) ProtoMessage() + func (m *MsgWithdrawClaimResponse) Marshal() (dAtA []byte, err error) + func (m *MsgWithdrawClaimResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgWithdrawClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgWithdrawClaimResponse) Reset() + func (m *MsgWithdrawClaimResponse) Size() (n int) + func (m *MsgWithdrawClaimResponse) String() string + func (m *MsgWithdrawClaimResponse) Unmarshal(dAtA []byte) error + func (m *MsgWithdrawClaimResponse) XXX_DiscardUnknown() + func (m *MsgWithdrawClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgWithdrawClaimResponse) XXX_Merge(src proto.Message) + func (m *MsgWithdrawClaimResponse) XXX_Size() int + func (m *MsgWithdrawClaimResponse) XXX_Unmarshal(b []byte) error + type OutgoingTransferTx struct + DestAddress string + Erc20Fee *ERC20Token + Erc20Token *ERC20Token + Id uint64 + Sender string + func (*OutgoingTransferTx) Descriptor() ([]byte, []int) + func (*OutgoingTransferTx) ProtoMessage() + 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 (m *OutgoingTransferTx) Reset() + func (m *OutgoingTransferTx) Size() (n int) + func (m *OutgoingTransferTx) String() string + 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 struct + BatchNonce uint64 + BatchTimeout uint64 + Block uint64 + TokenContract string + Transactions []*OutgoingTransferTx + func (*OutgoingTxBatch) Descriptor() ([]byte, []int) + func (*OutgoingTxBatch) ProtoMessage() + func (b OutgoingTxBatch) GetCheckpoint(peggyIDstring string) common.Hash + func (b OutgoingTxBatch) GetFees() sdkmath.Int + func (m *OutgoingTxBatch) GetBatchNonce() uint64 + func (m *OutgoingTxBatch) GetBatchTimeout() uint64 + func (m *OutgoingTxBatch) GetBlock() uint64 + 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 (m *OutgoingTxBatch) Reset() + func (m *OutgoingTxBatch) Size() (n int) + func (m *OutgoingTxBatch) String() string + 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 struct + Admins []string + AverageBlockTime uint64 + AverageEthereumBlockTime uint64 + BridgeChainId uint64 + BridgeContractStartHeight uint64 + BridgeEthereumAddress string + ClaimSlashingEnabled bool + ContractSourceHash string + CosmosCoinDenom string + CosmosCoinErc20Contract string + PeggyId string + SignedBatchesWindow uint64 + SignedClaimsWindow uint64 + SignedValsetsWindow uint64 + SlashFractionBadEthSignature cosmossdk_io_math.LegacyDec + SlashFractionBatch cosmossdk_io_math.LegacyDec + SlashFractionClaim cosmossdk_io_math.LegacyDec + SlashFractionConflictingClaim cosmossdk_io_math.LegacyDec + SlashFractionValset cosmossdk_io_math.LegacyDec + TargetBatchTimeout uint64 + UnbondSlashingValsetsWindow uint64 + ValsetReward types.Coin + func DefaultParams() *Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetAdmins() []string + func (m *Params) GetAverageBlockTime() uint64 + func (m *Params) GetAverageEthereumBlockTime() uint64 + func (m *Params) GetBridgeChainId() uint64 + func (m *Params) GetBridgeContractStartHeight() uint64 + func (m *Params) GetBridgeEthereumAddress() string + func (m *Params) GetClaimSlashingEnabled() bool + func (m *Params) GetContractSourceHash() string + func (m *Params) GetCosmosCoinDenom() string + func (m *Params) GetCosmosCoinErc20Contract() string + func (m *Params) GetPeggyId() string + func (m *Params) GetSignedBatchesWindow() uint64 + func (m *Params) GetSignedClaimsWindow() 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 (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) String() string + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) Equal(p2 Params) bool + func (p Params) ValidateBasic() error + type PeggyDenom []byte + func NewPeggyDenom(tokenContract gethcommon.Address) PeggyDenom + func NewPeggyDenomFromString(denom string) (PeggyDenom, error) + func (p PeggyDenom) String() string + func (p PeggyDenom) TokenContract() (gethcommon.Address, error) + type QueryBatchConfirmsRequest struct + ContractAddress string + Nonce uint64 + func (*QueryBatchConfirmsRequest) Descriptor() ([]byte, []int) + func (*QueryBatchConfirmsRequest) ProtoMessage() + 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 (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 struct + Confirms []*MsgConfirmBatch + func (*QueryBatchConfirmsResponse) Descriptor() ([]byte, []int) + func (*QueryBatchConfirmsResponse) ProtoMessage() + 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 (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 struct + func (*QueryBatchFeeRequest) Descriptor() ([]byte, []int) + func (*QueryBatchFeeRequest) ProtoMessage() + 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 (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 struct + BatchFees []*BatchFees + func (*QueryBatchFeeResponse) Descriptor() ([]byte, []int) + func (*QueryBatchFeeResponse) ProtoMessage() + 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 (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 struct + ContractAddress string + Nonce uint64 + func (*QueryBatchRequestByNonceRequest) Descriptor() ([]byte, []int) + func (*QueryBatchRequestByNonceRequest) ProtoMessage() + 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 (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 struct + Batch *OutgoingTxBatch + func (*QueryBatchRequestByNonceResponse) Descriptor() ([]byte, []int) + func (*QueryBatchRequestByNonceResponse) ProtoMessage() + 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 (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 interface + BatchConfirms func(ctx context.Context, in *QueryBatchConfirmsRequest, opts ...grpc.CallOption) (*QueryBatchConfirmsResponse, error) + BatchFees func(ctx context.Context, in *QueryBatchFeeRequest, opts ...grpc.CallOption) (*QueryBatchFeeResponse, error) + BatchRequestByNonce func(ctx context.Context, in *QueryBatchRequestByNonceRequest, ...) (*QueryBatchRequestByNonceResponse, error) + CurrentValset func(ctx context.Context, in *QueryCurrentValsetRequest, opts ...grpc.CallOption) (*QueryCurrentValsetResponse, error) + DenomToERC20 func(ctx context.Context, in *QueryDenomToERC20Request, opts ...grpc.CallOption) (*QueryDenomToERC20Response, error) + ERC20ToDenom func(ctx context.Context, in *QueryERC20ToDenomRequest, opts ...grpc.CallOption) (*QueryERC20ToDenomResponse, error) + GetDelegateKeyByEth func(ctx context.Context, in *QueryDelegateKeysByEthAddress, ...) (*QueryDelegateKeysByEthAddressResponse, error) + GetDelegateKeyByOrchestrator func(ctx context.Context, in *QueryDelegateKeysByOrchestratorAddress, ...) (*QueryDelegateKeysByOrchestratorAddressResponse, error) + GetDelegateKeyByValidator func(ctx context.Context, in *QueryDelegateKeysByValidatorAddress, ...) (*QueryDelegateKeysByValidatorAddressResponse, error) + GetPendingSendToEth func(ctx context.Context, in *QueryPendingSendToEth, opts ...grpc.CallOption) (*QueryPendingSendToEthResponse, error) + LastEventByAddr func(ctx context.Context, in *QueryLastEventByAddrRequest, opts ...grpc.CallOption) (*QueryLastEventByAddrResponse, error) + LastPendingBatchRequestByAddr func(ctx context.Context, in *QueryLastPendingBatchRequestByAddrRequest, ...) (*QueryLastPendingBatchRequestByAddrResponse, error) + LastPendingValsetRequestByAddr func(ctx context.Context, in *QueryLastPendingValsetRequestByAddrRequest, ...) (*QueryLastPendingValsetRequestByAddrResponse, error) + LastValsetRequests func(ctx context.Context, in *QueryLastValsetRequestsRequest, ...) (*QueryLastValsetRequestsResponse, error) + MissingPeggoNonces func(ctx context.Context, in *MissingNoncesRequest, opts ...grpc.CallOption) (*MissingNoncesResponse, error) + OutgoingTxBatches func(ctx context.Context, in *QueryOutgoingTxBatchesRequest, ...) (*QueryOutgoingTxBatchesResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + PeggyModuleState func(ctx context.Context, in *QueryModuleStateRequest, opts ...grpc.CallOption) (*QueryModuleStateResponse, error) + ValsetConfirm func(ctx context.Context, in *QueryValsetConfirmRequest, opts ...grpc.CallOption) (*QueryValsetConfirmResponse, error) + ValsetConfirmsByNonce func(ctx context.Context, in *QueryValsetConfirmsByNonceRequest, ...) (*QueryValsetConfirmsByNonceResponse, error) + ValsetRequest func(ctx context.Context, in *QueryValsetRequestRequest, opts ...grpc.CallOption) (*QueryValsetRequestResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryCurrentValsetRequest struct + func (*QueryCurrentValsetRequest) Descriptor() ([]byte, []int) + func (*QueryCurrentValsetRequest) ProtoMessage() + 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 (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 struct + Valset *Valset + func (*QueryCurrentValsetResponse) Descriptor() ([]byte, []int) + func (*QueryCurrentValsetResponse) ProtoMessage() + 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 (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 struct + EthAddress string + func (*QueryDelegateKeysByEthAddress) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByEthAddress) ProtoMessage() + 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 (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 struct + OrchestratorAddress string + ValidatorAddress string + func (*QueryDelegateKeysByEthAddressResponse) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByEthAddressResponse) ProtoMessage() + 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 (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 struct + OrchestratorAddress string + func (*QueryDelegateKeysByOrchestratorAddress) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByOrchestratorAddress) ProtoMessage() + 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 (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 struct + EthAddress string + ValidatorAddress string + func (*QueryDelegateKeysByOrchestratorAddressResponse) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByOrchestratorAddressResponse) ProtoMessage() + 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 (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 struct + ValidatorAddress string + func (*QueryDelegateKeysByValidatorAddress) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByValidatorAddress) ProtoMessage() + 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 (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 struct + EthAddress string + OrchestratorAddress string + func (*QueryDelegateKeysByValidatorAddressResponse) Descriptor() ([]byte, []int) + func (*QueryDelegateKeysByValidatorAddressResponse) ProtoMessage() + 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 (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 struct + Denom string + func (*QueryDenomToERC20Request) Descriptor() ([]byte, []int) + func (*QueryDenomToERC20Request) ProtoMessage() + 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 (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 struct + CosmosOriginated bool + Erc20 string + func (*QueryDenomToERC20Response) Descriptor() ([]byte, []int) + func (*QueryDenomToERC20Response) ProtoMessage() + 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 (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 struct + Erc20 string + func (*QueryERC20ToDenomRequest) Descriptor() ([]byte, []int) + func (*QueryERC20ToDenomRequest) ProtoMessage() + 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 (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 struct + CosmosOriginated bool + Denom string + func (*QueryERC20ToDenomResponse) Descriptor() ([]byte, []int) + func (*QueryERC20ToDenomResponse) ProtoMessage() + 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 (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 QueryLastEventByAddrRequest struct + Address string + func (*QueryLastEventByAddrRequest) Descriptor() ([]byte, []int) + func (*QueryLastEventByAddrRequest) ProtoMessage() + func (m *QueryLastEventByAddrRequest) GetAddress() string + func (m *QueryLastEventByAddrRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLastEventByAddrRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLastEventByAddrRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLastEventByAddrRequest) Reset() + func (m *QueryLastEventByAddrRequest) Size() (n int) + func (m *QueryLastEventByAddrRequest) String() string + func (m *QueryLastEventByAddrRequest) Unmarshal(dAtA []byte) error + func (m *QueryLastEventByAddrRequest) XXX_DiscardUnknown() + func (m *QueryLastEventByAddrRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLastEventByAddrRequest) XXX_Merge(src proto.Message) + func (m *QueryLastEventByAddrRequest) XXX_Size() int + func (m *QueryLastEventByAddrRequest) XXX_Unmarshal(b []byte) error + type QueryLastEventByAddrResponse struct + LastClaimEvent *LastClaimEvent + func (*QueryLastEventByAddrResponse) Descriptor() ([]byte, []int) + func (*QueryLastEventByAddrResponse) ProtoMessage() + func (m *QueryLastEventByAddrResponse) GetLastClaimEvent() *LastClaimEvent + func (m *QueryLastEventByAddrResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLastEventByAddrResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLastEventByAddrResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLastEventByAddrResponse) Reset() + func (m *QueryLastEventByAddrResponse) Size() (n int) + func (m *QueryLastEventByAddrResponse) String() string + func (m *QueryLastEventByAddrResponse) Unmarshal(dAtA []byte) error + func (m *QueryLastEventByAddrResponse) XXX_DiscardUnknown() + func (m *QueryLastEventByAddrResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLastEventByAddrResponse) XXX_Merge(src proto.Message) + func (m *QueryLastEventByAddrResponse) XXX_Size() int + func (m *QueryLastEventByAddrResponse) XXX_Unmarshal(b []byte) error + type QueryLastPendingBatchRequestByAddrRequest struct + Address string + func (*QueryLastPendingBatchRequestByAddrRequest) Descriptor() ([]byte, []int) + func (*QueryLastPendingBatchRequestByAddrRequest) ProtoMessage() + 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 (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 struct + Batch *OutgoingTxBatch + func (*QueryLastPendingBatchRequestByAddrResponse) Descriptor() ([]byte, []int) + func (*QueryLastPendingBatchRequestByAddrResponse) ProtoMessage() + 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 (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 QueryLastPendingValsetRequestByAddrRequest struct + Address string + func (*QueryLastPendingValsetRequestByAddrRequest) Descriptor() ([]byte, []int) + func (*QueryLastPendingValsetRequestByAddrRequest) ProtoMessage() + 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 (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 struct + Valsets []*Valset + func (*QueryLastPendingValsetRequestByAddrResponse) Descriptor() ([]byte, []int) + func (*QueryLastPendingValsetRequestByAddrResponse) ProtoMessage() + 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 (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 struct + func (*QueryLastValsetRequestsRequest) Descriptor() ([]byte, []int) + func (*QueryLastValsetRequestsRequest) ProtoMessage() + 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 (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 struct + Valsets []*Valset + func (*QueryLastValsetRequestsResponse) Descriptor() ([]byte, []int) + func (*QueryLastValsetRequestsResponse) ProtoMessage() + 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 (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 QueryModuleStateRequest struct + func (*QueryModuleStateRequest) Descriptor() ([]byte, []int) + func (*QueryModuleStateRequest) ProtoMessage() + func (m *QueryModuleStateRequest) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateRequest) Reset() + func (m *QueryModuleStateRequest) Size() (n int) + func (m *QueryModuleStateRequest) String() string + func (m *QueryModuleStateRequest) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateRequest) XXX_DiscardUnknown() + func (m *QueryModuleStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateRequest) XXX_Merge(src proto.Message) + func (m *QueryModuleStateRequest) XXX_Size() int + func (m *QueryModuleStateRequest) XXX_Unmarshal(b []byte) error + type QueryModuleStateResponse struct + State *GenesisState + func (*QueryModuleStateResponse) Descriptor() ([]byte, []int) + func (*QueryModuleStateResponse) ProtoMessage() + func (m *QueryModuleStateResponse) GetState() *GenesisState + func (m *QueryModuleStateResponse) Marshal() (dAtA []byte, err error) + func (m *QueryModuleStateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryModuleStateResponse) Reset() + func (m *QueryModuleStateResponse) Size() (n int) + func (m *QueryModuleStateResponse) String() string + func (m *QueryModuleStateResponse) Unmarshal(dAtA []byte) error + func (m *QueryModuleStateResponse) XXX_DiscardUnknown() + func (m *QueryModuleStateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryModuleStateResponse) XXX_Merge(src proto.Message) + func (m *QueryModuleStateResponse) XXX_Size() int + func (m *QueryModuleStateResponse) XXX_Unmarshal(b []byte) error + type QueryOutgoingTxBatchesRequest struct + func (*QueryOutgoingTxBatchesRequest) Descriptor() ([]byte, []int) + func (*QueryOutgoingTxBatchesRequest) ProtoMessage() + 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 (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 struct + Batches []*OutgoingTxBatch + func (*QueryOutgoingTxBatchesResponse) Descriptor() ([]byte, []int) + func (*QueryOutgoingTxBatchesResponse) ProtoMessage() + 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 (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 struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryPendingSendToEth struct + SenderAddress string + func (*QueryPendingSendToEth) Descriptor() ([]byte, []int) + func (*QueryPendingSendToEth) ProtoMessage() + 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 (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 struct + TransfersInBatches []*OutgoingTransferTx + UnbatchedTransfers []*OutgoingTransferTx + func (*QueryPendingSendToEthResponse) Descriptor() ([]byte, []int) + func (*QueryPendingSendToEthResponse) ProtoMessage() + 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 (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 interface + BatchConfirms func(context.Context, *QueryBatchConfirmsRequest) (*QueryBatchConfirmsResponse, error) + BatchFees func(context.Context, *QueryBatchFeeRequest) (*QueryBatchFeeResponse, error) + BatchRequestByNonce func(context.Context, *QueryBatchRequestByNonceRequest) (*QueryBatchRequestByNonceResponse, error) + CurrentValset func(context.Context, *QueryCurrentValsetRequest) (*QueryCurrentValsetResponse, error) + DenomToERC20 func(context.Context, *QueryDenomToERC20Request) (*QueryDenomToERC20Response, error) + ERC20ToDenom func(context.Context, *QueryERC20ToDenomRequest) (*QueryERC20ToDenomResponse, error) + GetDelegateKeyByEth func(context.Context, *QueryDelegateKeysByEthAddress) (*QueryDelegateKeysByEthAddressResponse, error) + GetDelegateKeyByOrchestrator func(context.Context, *QueryDelegateKeysByOrchestratorAddress) (*QueryDelegateKeysByOrchestratorAddressResponse, error) + GetDelegateKeyByValidator func(context.Context, *QueryDelegateKeysByValidatorAddress) (*QueryDelegateKeysByValidatorAddressResponse, error) + GetPendingSendToEth func(context.Context, *QueryPendingSendToEth) (*QueryPendingSendToEthResponse, error) + LastEventByAddr func(context.Context, *QueryLastEventByAddrRequest) (*QueryLastEventByAddrResponse, error) + LastPendingBatchRequestByAddr func(context.Context, *QueryLastPendingBatchRequestByAddrRequest) (*QueryLastPendingBatchRequestByAddrResponse, error) + LastPendingValsetRequestByAddr func(context.Context, *QueryLastPendingValsetRequestByAddrRequest) (*QueryLastPendingValsetRequestByAddrResponse, error) + LastValsetRequests func(context.Context, *QueryLastValsetRequestsRequest) (*QueryLastValsetRequestsResponse, error) + MissingPeggoNonces func(context.Context, *MissingNoncesRequest) (*MissingNoncesResponse, error) + OutgoingTxBatches func(context.Context, *QueryOutgoingTxBatchesRequest) (*QueryOutgoingTxBatchesResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + PeggyModuleState func(context.Context, *QueryModuleStateRequest) (*QueryModuleStateResponse, error) + ValsetConfirm func(context.Context, *QueryValsetConfirmRequest) (*QueryValsetConfirmResponse, error) + ValsetConfirmsByNonce func(context.Context, *QueryValsetConfirmsByNonceRequest) (*QueryValsetConfirmsByNonceResponse, error) + ValsetRequest func(context.Context, *QueryValsetRequestRequest) (*QueryValsetRequestResponse, error) + type QueryValsetConfirmRequest struct + Address string + Nonce uint64 + func (*QueryValsetConfirmRequest) Descriptor() ([]byte, []int) + func (*QueryValsetConfirmRequest) ProtoMessage() + 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 (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 struct + Confirm *MsgValsetConfirm + func (*QueryValsetConfirmResponse) Descriptor() ([]byte, []int) + func (*QueryValsetConfirmResponse) ProtoMessage() + 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 (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 struct + Nonce uint64 + func (*QueryValsetConfirmsByNonceRequest) Descriptor() ([]byte, []int) + func (*QueryValsetConfirmsByNonceRequest) ProtoMessage() + 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 (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 struct + Confirms []*MsgValsetConfirm + func (*QueryValsetConfirmsByNonceResponse) Descriptor() ([]byte, []int) + func (*QueryValsetConfirmsByNonceResponse) ProtoMessage() + 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 (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 struct + Nonce uint64 + func (*QueryValsetRequestRequest) Descriptor() ([]byte, []int) + func (*QueryValsetRequestRequest) ProtoMessage() + 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 (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 struct + Valset *Valset + func (*QueryValsetRequestResponse) Descriptor() ([]byte, []int) + func (*QueryValsetRequestResponse) ProtoMessage() + 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 (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 RevokeEthereumBlacklistProposal struct + BlacklistAddresses []string + Description string + Title string + func (*RevokeEthereumBlacklistProposal) Descriptor() ([]byte, []int) + func (*RevokeEthereumBlacklistProposal) ProtoMessage() + func (m *RevokeEthereumBlacklistProposal) Marshal() (dAtA []byte, err error) + func (m *RevokeEthereumBlacklistProposal) MarshalTo(dAtA []byte) (int, error) + func (m *RevokeEthereumBlacklistProposal) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RevokeEthereumBlacklistProposal) Reset() + func (m *RevokeEthereumBlacklistProposal) Size() (n int) + func (m *RevokeEthereumBlacklistProposal) String() string + func (m *RevokeEthereumBlacklistProposal) Unmarshal(dAtA []byte) error + func (m *RevokeEthereumBlacklistProposal) XXX_DiscardUnknown() + func (m *RevokeEthereumBlacklistProposal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RevokeEthereumBlacklistProposal) XXX_Merge(src proto.Message) + func (m *RevokeEthereumBlacklistProposal) XXX_Size() int + func (m *RevokeEthereumBlacklistProposal) XXX_Unmarshal(b []byte) error + func (p *RevokeEthereumBlacklistProposal) GetDescription() string + func (p *RevokeEthereumBlacklistProposal) GetTitle() string + func (p *RevokeEthereumBlacklistProposal) ProposalRoute() string + func (p *RevokeEthereumBlacklistProposal) ProposalType() string + func (p *RevokeEthereumBlacklistProposal) ValidateBasic() error + type SignType int32 + const SIGN_TYPE_ORCHESTRATOR_SIGNED_MULTI_SIG_UPDATE + const SIGN_TYPE_ORCHESTRATOR_SIGNED_WITHDRAW_BATCH + const SIGN_TYPE_UNKNOWN + func (SignType) EnumDescriptor() ([]byte, []int) + type SlashingKeeper interface + GetValidatorSigningInfo func(ctx context.Context, address sdk.ConsAddress) (info slashingtypes.ValidatorSigningInfo, err error) + type StakingKeeper interface + GetBondedValidatorsByPower func(ctx context.Context) ([]stakingtypes.Validator, error) + GetLastTotalPower func(ctx context.Context) (power math.Int, err error) + GetLastValidatorPower func(ctx context.Context, operator sdk.ValAddress) (int64, error) + GetParams func(ctx context.Context) (stakingtypes.Params, error) + GetValidator func(ctx context.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, err error) + IterateBondedValidatorsByPower func(context.Context, ...) error + IterateLastValidators func(context.Context, ...) error + IterateValidators func(context.Context, ...) error + Jail func(context.Context, sdk.ConsAddress) error + PowerReduction func(ctx context.Context) (res math.Int) + Slash func(context.Context, sdk.ConsAddress, int64, int64, math.LegacyDec) (math.Int, error) + Validator func(context.Context, sdk.ValAddress) (stakingtypes.ValidatorI, error) + ValidatorByConsAddr func(context.Context, sdk.ConsAddress) (stakingtypes.ValidatorI, error) + ValidatorQueueIterator func(ctx context.Context, endTime time.Time, endHeight int64) (storetypes.Iterator, error) + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) BlacklistEthereumAddresses(ctx context.Context, req *MsgBlacklistEthereumAddresses) (*MsgBlacklistEthereumAddressesResponse, error) + func (*UnimplementedMsgServer) CancelSendToEth(ctx context.Context, req *MsgCancelSendToEth) (*MsgCancelSendToEthResponse, error) + func (*UnimplementedMsgServer) ConfirmBatch(ctx context.Context, req *MsgConfirmBatch) (*MsgConfirmBatchResponse, error) + func (*UnimplementedMsgServer) DepositClaim(ctx context.Context, req *MsgDepositClaim) (*MsgDepositClaimResponse, error) + func (*UnimplementedMsgServer) ERC20DeployedClaim(ctx context.Context, req *MsgERC20DeployedClaim) (*MsgERC20DeployedClaimResponse, error) + func (*UnimplementedMsgServer) RequestBatch(ctx context.Context, req *MsgRequestBatch) (*MsgRequestBatchResponse, error) + func (*UnimplementedMsgServer) RevokeEthereumBlacklist(ctx context.Context, req *MsgRevokeEthereumBlacklist) (*MsgRevokeEthereumBlacklistResponse, error) + func (*UnimplementedMsgServer) SendToEth(ctx context.Context, req *MsgSendToEth) (*MsgSendToEthResponse, error) + func (*UnimplementedMsgServer) SetOrchestratorAddresses(ctx context.Context, req *MsgSetOrchestratorAddresses) (*MsgSetOrchestratorAddressesResponse, error) + func (*UnimplementedMsgServer) SubmitBadSignatureEvidence(ctx context.Context, req *MsgSubmitBadSignatureEvidence) (*MsgSubmitBadSignatureEvidenceResponse, error) + func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + func (*UnimplementedMsgServer) ValsetConfirm(ctx context.Context, req *MsgValsetConfirm) (*MsgValsetConfirmResponse, error) + func (*UnimplementedMsgServer) ValsetUpdateClaim(ctx context.Context, req *MsgValsetUpdatedClaim) (*MsgValsetUpdatedClaimResponse, error) + func (*UnimplementedMsgServer) WithdrawClaim(ctx context.Context, req *MsgWithdrawClaim) (*MsgWithdrawClaimResponse, error) + type UnimplementedQueryServer struct + 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) 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) LastEventByAddr(ctx context.Context, req *QueryLastEventByAddrRequest) (*QueryLastEventByAddrResponse, error) + func (*UnimplementedQueryServer) LastPendingBatchRequestByAddr(ctx context.Context, req *QueryLastPendingBatchRequestByAddrRequest) (*QueryLastPendingBatchRequestByAddrResponse, error) + func (*UnimplementedQueryServer) LastPendingValsetRequestByAddr(ctx context.Context, req *QueryLastPendingValsetRequestByAddrRequest) (*QueryLastPendingValsetRequestByAddrResponse, error) + func (*UnimplementedQueryServer) LastValsetRequests(ctx context.Context, req *QueryLastValsetRequestsRequest) (*QueryLastValsetRequestsResponse, error) + func (*UnimplementedQueryServer) MissingPeggoNonces(ctx context.Context, req *MissingNoncesRequest) (*MissingNoncesResponse, error) + func (*UnimplementedQueryServer) OutgoingTxBatches(ctx context.Context, req *QueryOutgoingTxBatchesRequest) (*QueryOutgoingTxBatchesResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) PeggyModuleState(ctx context.Context, req *QueryModuleStateRequest) (*QueryModuleStateResponse, 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 struct + Height uint64 + Members []*BridgeValidator + Nonce uint64 + RewardAmount cosmossdk_io_math.Int + RewardToken string + func NewValset(nonce, height uint64, members BridgeValidators, rewardAmount sdkmath.Int, ...) *Valset + func (*Valset) Descriptor() ([]byte, []int) + func (*Valset) ProtoMessage() + 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 (m *Valset) Reset() + func (m *Valset) Size() (n int) + func (m *Valset) String() string + func (m *Valset) Unmarshal(dAtA []byte) error + 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 + func (v *Valset) WithoutEmptyMembers() *Valset + func (v Valset) GetCheckpoint(peggyIDstring string) gethcommon.Hash + type Valsets []*Valset + func (v Valsets) Len() int + func (v Valsets) Less(i, j int) bool + func (v Valsets) Swap(i, j int)