Versions in this module Expand all Collapse all v0 v0.0.2 Sep 4, 2024 Changes in this version + const AttestationKeyPrefix + const DefaultIndex + const ETHContractAddressLen + const MemStoreKey + const ModuleName + const ObservedAttestationKeyPrefix + const QuerierRoute + const RouterKey + const StoreKey + const TypeMsgSetOrchestratorAddress + const TypeMsgValsetConfirm + const TypeMsgValsetUpdatedClaim + const ValsetConfirmationKeyPrefix + const ValsetKeyPrefix + const ValsetUpdatedClaimKeyPrefix + const ZeroAddressString + var Amino = codec.NewLegacyAmino() + var AttestationVotesPowerThreshold = sdk.NewInt(66) + var ClaimType_name = map[int32]string + var ClaimType_value = map[string]int32 + var ErrDuplicate = errorsmod.Register(ModuleName, 1102, "duplicate") + var ErrDuplicateEthereumKey = errorsmod.Register(ModuleName, 1116, "duplicate ethereum key") + var ErrDuplicateOrchestratorKey = errorsmod.Register(ModuleName, 1117, "duplicate orchestrator key") + var ErrEmpty = errorsmod.Register(ModuleName, 1106, "empty") + var ErrIntOverflowAttestation = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowBridgeValidator = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowEvents = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowLastClaimEvent = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowValset = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowValsetConfirmation = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowValsetUpdatedClaim = fmt.Errorf("proto: integer overflow") + var ErrInternal = errorsmod.Register(ModuleName, 1101, "internal") + var ErrInvalid = errorsmod.Register(ModuleName, 1103, "invalid") + var ErrInvalidEthAddress = errorsmod.Register(ModuleName, 1114, "discovered invalid eth address stored for validator %v") + var ErrInvalidLengthAttestation = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthBridgeValidator = 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 ErrInvalidLengthLastClaimEvent = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthValset = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthValsetConfirmation = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthValsetUpdatedClaim = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidValAddress = errorsmod.Register(ModuleName, 1113, "invalid validator address in current valset %v") + var ErrInvalidValset = errorsmod.Register(ModuleName, 1115, "generated invalid valset") + var ErrMismatched = errorsmod.Register(ModuleName, 1111, "mismatched") + var ErrNoValidators = errorsmod.Register(ModuleName, 1112, "no bonded validators in active set") + var ErrNonContiguousEventNonce = errorsmod.Register(ModuleName, 1109, "non contiguous event nonce, expected: %v received: %v") + var ErrOutdated = errorsmod.Register(ModuleName, 1107, "outdated") + var ErrResetDelegateKeys = errorsmod.Register(ModuleName, 1110, "can not set orchestrator addresses more than once") + var ErrSample = errorsmod.Register(ModuleName, 1100, "sample error") + var ErrTimeout = errorsmod.Register(ModuleName, 1104, "timeout") + var ErrUnexpectedEndOfGroupAttestation = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupBridgeValidator = 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 ErrUnexpectedEndOfGroupLastClaimEvent = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupValset = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupValsetConfirmation = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupValsetUpdatedClaim = fmt.Errorf("proto: unexpected end of group") + var ErrUnknown = errorsmod.Register(ModuleName, 1105, "unknown") + var ErrUnsupported = errorsmod.Register(ModuleName, 1108, "unsupported") + var EthAddressByValidatorKey = util.HashString("EthAddressValidatorKey") + var KeyOrchestratorAddress = util.HashString("KeyOrchestratorAddress") + var LastEventNonceByValidatorKey = util.HashString("LastEventNonceByValidatorKey") + var LastUnBondingBlockHeight = util.HashString("LastUnBondingBlockHeight") + var LatestValsetNonce = util.HashString("LatestValsetNonce") + var ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) + var PastEthSignatureCheckpointKey = util.HashString("PastEthSignatureCheckpointKey") + var ValidatorByEthAddressKey = util.HashString("ValidatorByEthAddressKey") + var ValsetUpdatedClaimStatus_name = map[int32]string + var ValsetUpdatedClaimStatus_value = map[string]int32 + func AttestationKey(chainId string, contract string, eventNonce uint64, claimHash []byte) []byte + func EthAddrLessThan(e EthAddress, o EthAddress) bool + func GetEthAddressByValidatorKey(validator sdk.ValAddress) []byte + func GetLastEventByValidatorKey(validator sdk.ValAddress, chainId string, contract string) []byte + func GetOrchestratorAddressKey(orc sdk.AccAddress) []byte + func GetPastEthSignatureCheckpointKey(checkpoint []byte) []byte + func GetValidatorByEthAddressKey(ethAddress EthAddress) []byte + func KeyPrefix(p string) []byte + func NewEthereumSignature(hash []byte, privateKey *ecdsa.PrivateKey) ([]byte, error) + func ObservedAttestationKey(chainId string, contract string, eventNonce uint64, claimHash []byte) []byte + func ParamKeyTable() paramtypes.KeyTable + func RegisterCodec(cdc *codec.LegacyAmino) + func RegisterInterfaces(registry cdctypes.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func ValidateEthAddress(address string) error + func ValidateEthereumSignature(hash []byte, signature []byte, ethAddress EthAddress) error + func ValidateEthereumSignatureStarknet(hash []byte, signature []byte, ethAddress EthAddress) error + func ValidateSignatureWithFallback(hash []byte, signature []byte, ethAddress EthAddress) error + func ValsetConfirmationKey(valsetNonce uint64, orchestrator sdk.AccAddress) []byte + func ValsetKey(valsetNonce uint64) []byte + func ValsetUpdatedClaimKey(chainId string, eventNonce uint64, claimHash []byte) []byte + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) auth.AccountI + 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 AttestationHooks interface + AttestationObservedHook func(ctx sdk.Context, claim Claim) + type BankKeeper interface + BurnCoins func(ctx sdk.Context, name string, amt sdk.Coins) error + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + MintCoins func(ctx sdk.Context, name string, amt sdk.Coins) error + SendCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + SendCoinsFromModuleToAccount func(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + SendCoinsFromModuleToModule func(ctx sdk.Context, senderModule string, recipientModule string, amt sdk.Coins) error + type BridgeValidator struct + EthereumAddress string + Power uint64 + func (*BridgeValidator) Descriptor() ([]byte, []int) + func (*BridgeValidator) ProtoMessage() + func (b BridgeValidator) ToInternal() (*InternalBridgeValidator, 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) Equal(o BridgeValidators) bool + func (b BridgeValidators) ToInternal() (*InternalBridgeValidators, error) + type Claim interface + ClaimHash func() ([]byte, error) + GetBlockHeight func() uint64 + GetChainId func() string + GetClaimer func() sdk.AccAddress + GetContract func() string + GetEventNonce func() uint64 + GetType func() ClaimType + ValidateBasic func() error + type ClaimType int32 + const CLAIM_DEPOSIT_INFO_UPDATED_REQUEST + const CLAIM_TYPE_CROSSCHAIN_ACK_RECEIPT + const CLAIM_TYPE_CROSSCHAIN_ACK_REQUEST + const CLAIM_TYPE_CROSSCHAIN_REQUEST + const CLAIM_TYPE_FUND_DEPOSITED_REQUEST + const CLAIM_TYPE_FUND_PAID_REQUEST + const CLAIM_TYPE_SET_METADATA_REQUEST + const CLAIM_TYPE_UNSPECIFIED + const CLAIM_TYPE_VALSET_UPDATED + func (ClaimType) EnumDescriptor() ([]byte, []int) + func (x ClaimType) String() string + type DistributionKeeper interface + FundCommunityPool func(ctx sdk.Context, amount sdk.Coins, sender sdk.AccAddress) error + GetFeePool func(ctx sdk.Context) (feePool types.FeePool) + SetFeePool func(ctx sdk.Context, feePool types.FeePool) + type EthAddress struct + func EthAddressFromSignature(hash []byte, signature []byte) (*EthAddress, error) + func EthAddressFromSignatureStarknet(hash []byte, signature []byte) (*EthAddress, error) + func NewEthAddress(address string) (*EthAddress, error) + func NewEthAddressFromBytes(address []byte) (*EthAddress, error) + func ZeroAddress() EthAddress + func (ea *EthAddress) SetAddress(address string) error + func (ea EthAddress) GetAddress() gethcommon.Address + func (ea EthAddress) ValidateBasic() error + type EthereumSigned interface + GetCheckpoint func(gravityIDstring string) ([]byte, error) + type EventAttestationObserved struct + AttestationId []byte + AttestationType ClaimType + ChainId string + Contract string + EventNonce uint64 + func (*EventAttestationObserved) Descriptor() ([]byte, []int) + func (*EventAttestationObserved) ProtoMessage() + func (m *EventAttestationObserved) GetAttestationId() []byte + func (m *EventAttestationObserved) GetAttestationType() ClaimType + func (m *EventAttestationObserved) GetChainId() string + func (m *EventAttestationObserved) GetContract() string + func (m *EventAttestationObserved) GetEventNonce() 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 + AttestationType ClaimType + ChainId string + Contract string + EventNonce uint64 + Voter string + func (*EventAttestationVote) Descriptor() ([]byte, []int) + func (*EventAttestationVote) ProtoMessage() + func (m *EventAttestationVote) GetAttestationId() []byte + func (m *EventAttestationVote) GetAttestationType() ClaimType + func (m *EventAttestationVote) GetChainId() string + func (m *EventAttestationVote) GetContract() string + 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 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 EventValsetConfirm struct + EthSigner string + OrchestratorAddress string + Signature string + ValsetNonce uint64 + func (*EventValsetConfirm) Descriptor() ([]byte, []int) + func (*EventValsetConfirm) ProtoMessage() + func (m *EventValsetConfirm) GetEthSigner() string + func (m *EventValsetConfirm) GetOrchestratorAddress() string + func (m *EventValsetConfirm) GetSignature() 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 EventValsetCreate struct + ValsetHeight uint64 + ValsetMembers []BridgeValidator + ValsetNonce uint64 + func (*EventValsetCreate) Descriptor() ([]byte, []int) + func (*EventValsetCreate) ProtoMessage() + func (m *EventValsetCreate) GetValsetHeight() uint64 + func (m *EventValsetCreate) GetValsetMembers() []BridgeValidator + func (m *EventValsetCreate) GetValsetNonce() uint64 + func (m *EventValsetCreate) Marshal() (dAtA []byte, err error) + func (m *EventValsetCreate) MarshalTo(dAtA []byte) (int, error) + func (m *EventValsetCreate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValsetCreate) Reset() + func (m *EventValsetCreate) Size() (n int) + func (m *EventValsetCreate) String() string + func (m *EventValsetCreate) Unmarshal(dAtA []byte) error + func (m *EventValsetCreate) XXX_DiscardUnknown() + func (m *EventValsetCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValsetCreate) XXX_Merge(src proto.Message) + func (m *EventValsetCreate) XXX_Size() int + func (m *EventValsetCreate) XXX_Unmarshal(b []byte) error + type EventValsetUpdatedClaimCreated struct + AttestationId []byte + ChainId string + Contract string + EventHeight uint64 + EventNonce uint64 + SrcTxHash string + ValsetMembers []BridgeValidator + ValsetNonce uint64 + func (*EventValsetUpdatedClaimCreated) Descriptor() ([]byte, []int) + func (*EventValsetUpdatedClaimCreated) ProtoMessage() + func (m *EventValsetUpdatedClaimCreated) GetAttestationId() []byte + func (m *EventValsetUpdatedClaimCreated) GetChainId() string + func (m *EventValsetUpdatedClaimCreated) GetContract() string + func (m *EventValsetUpdatedClaimCreated) GetEventHeight() uint64 + func (m *EventValsetUpdatedClaimCreated) GetEventNonce() uint64 + func (m *EventValsetUpdatedClaimCreated) GetSrcTxHash() string + func (m *EventValsetUpdatedClaimCreated) GetValsetMembers() []BridgeValidator + func (m *EventValsetUpdatedClaimCreated) GetValsetNonce() uint64 + func (m *EventValsetUpdatedClaimCreated) Marshal() (dAtA []byte, err error) + func (m *EventValsetUpdatedClaimCreated) MarshalTo(dAtA []byte) (int, error) + func (m *EventValsetUpdatedClaimCreated) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventValsetUpdatedClaimCreated) Reset() + func (m *EventValsetUpdatedClaimCreated) Size() (n int) + func (m *EventValsetUpdatedClaimCreated) String() string + func (m *EventValsetUpdatedClaimCreated) Unmarshal(dAtA []byte) error + func (m *EventValsetUpdatedClaimCreated) XXX_DiscardUnknown() + func (m *EventValsetUpdatedClaimCreated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventValsetUpdatedClaimCreated) XXX_Merge(src proto.Message) + func (m *EventValsetUpdatedClaimCreated) XXX_Size() int + func (m *EventValsetUpdatedClaimCreated) XXX_Unmarshal(b []byte) error + type GenesisState struct + AttestationList []Attestation + ObservedAttestationList []Attestation + Params Params + ValsetConfirmationList []ValsetConfirmation + ValsetList []Valset + ValsetUpdatedClaimList []ValsetUpdatedClaim + func DefaultGenesis() *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (gs GenesisState) Validate() error + func (m *GenesisState) GetAttestationList() []Attestation + func (m *GenesisState) GetObservedAttestationList() []Attestation + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetValsetConfirmationList() []ValsetConfirmation + func (m *GenesisState) GetValsetList() []Valset + func (m *GenesisState) GetValsetUpdatedClaimList() []ValsetUpdatedClaim + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type InternalBridgeValidator struct + EthereumAddress EthAddress + Power uint64 + func NewInternalBridgeValidator(bridgeValidator BridgeValidator) (*InternalBridgeValidator, error) + func (i InternalBridgeValidator) ToExternal() BridgeValidator + func (i InternalBridgeValidator) ValidateBasic() error + type InternalBridgeValidators []*InternalBridgeValidator + func (b InternalBridgeValidators) GetPowers() []uint64 + func (b InternalBridgeValidators) HasDuplicates() bool + func (b InternalBridgeValidators) PowerDiff(c InternalBridgeValidators) float64 + func (b InternalBridgeValidators) Sort() + func (b InternalBridgeValidators) TotalPower() (out uint64) + func (b InternalBridgeValidators) ValidateBasic() error + func (i InternalBridgeValidators) ToExternal() BridgeValidators + type LastClaimEvent struct + EventHeight uint64 + EventNonce uint64 + func (*LastClaimEvent) Descriptor() ([]byte, []int) + func (*LastClaimEvent) ProtoMessage() + func (m *LastClaimEvent) GetEventHeight() uint64 + func (m *LastClaimEvent) GetEventNonce() 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 MsgClient interface + SetOrchestratorAddress func(ctx context.Context, in *MsgSetOrchestratorAddress, opts ...grpc.CallOption) (*MsgSetOrchestratorAddressResponse, error) + ValsetConfirm func(ctx context.Context, in *MsgValsetConfirm, opts ...grpc.CallOption) (*MsgValsetConfirmResponse, error) + ValsetUpdatedClaim func(ctx context.Context, in *MsgValsetUpdatedClaim, opts ...grpc.CallOption) (*MsgValsetUpdatedClaimResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgServer interface + SetOrchestratorAddress func(context.Context, *MsgSetOrchestratorAddress) (*MsgSetOrchestratorAddressResponse, error) + ValsetConfirm func(context.Context, *MsgValsetConfirm) (*MsgValsetConfirmResponse, error) + ValsetUpdatedClaim func(context.Context, *MsgValsetUpdatedClaim) (*MsgValsetUpdatedClaimResponse, error) + type MsgSetOrchestratorAddress struct + EthAddress string + Orchestrator string + Validator string + func NewMsgSetOrchestratorAddress(validator string, orchestrator string, ethAddress string) *MsgSetOrchestratorAddress + func (*MsgSetOrchestratorAddress) Descriptor() ([]byte, []int) + func (*MsgSetOrchestratorAddress) ProtoMessage() + func (m *MsgSetOrchestratorAddress) GetEthAddress() string + func (m *MsgSetOrchestratorAddress) GetOrchestrator() string + func (m *MsgSetOrchestratorAddress) GetValidator() string + func (m *MsgSetOrchestratorAddress) Marshal() (dAtA []byte, err error) + func (m *MsgSetOrchestratorAddress) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddress) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddress) Reset() + func (m *MsgSetOrchestratorAddress) Size() (n int) + func (m *MsgSetOrchestratorAddress) String() string + func (m *MsgSetOrchestratorAddress) Unmarshal(dAtA []byte) error + func (m *MsgSetOrchestratorAddress) XXX_DiscardUnknown() + func (m *MsgSetOrchestratorAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetOrchestratorAddress) XXX_Merge(src proto.Message) + func (m *MsgSetOrchestratorAddress) XXX_Size() int + func (m *MsgSetOrchestratorAddress) XXX_Unmarshal(b []byte) error + func (msg *MsgSetOrchestratorAddress) GetSignBytes() []byte + func (msg *MsgSetOrchestratorAddress) GetSigners() []sdk.AccAddress + func (msg *MsgSetOrchestratorAddress) Route() string + func (msg *MsgSetOrchestratorAddress) Type() string + func (msg *MsgSetOrchestratorAddress) ValidateBasic() (err error) + type MsgSetOrchestratorAddressResponse struct + func (*MsgSetOrchestratorAddressResponse) Descriptor() ([]byte, []int) + func (*MsgSetOrchestratorAddressResponse) ProtoMessage() + func (m *MsgSetOrchestratorAddressResponse) Marshal() (dAtA []byte, err error) + func (m *MsgSetOrchestratorAddressResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgSetOrchestratorAddressResponse) Reset() + func (m *MsgSetOrchestratorAddressResponse) Size() (n int) + func (m *MsgSetOrchestratorAddressResponse) String() string + func (m *MsgSetOrchestratorAddressResponse) Unmarshal(dAtA []byte) error + func (m *MsgSetOrchestratorAddressResponse) XXX_DiscardUnknown() + func (m *MsgSetOrchestratorAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgSetOrchestratorAddressResponse) XXX_Merge(src proto.Message) + func (m *MsgSetOrchestratorAddressResponse) XXX_Size() int + func (m *MsgSetOrchestratorAddressResponse) XXX_Unmarshal(b []byte) error + type MsgValsetConfirm struct + EthAddress string + Orchestrator string + Signature string + ValsetNonce uint64 + func NewMsgValsetConfirm(orchestrator string, valsetNonce uint64, ethAddress string, signature string) *MsgValsetConfirm + func (*MsgValsetConfirm) Descriptor() ([]byte, []int) + func (*MsgValsetConfirm) ProtoMessage() + func (m *MsgValsetConfirm) GetEthAddress() string + func (m *MsgValsetConfirm) GetOrchestrator() string + func (m *MsgValsetConfirm) GetSignature() string + func (m *MsgValsetConfirm) GetValsetNonce() uint64 + 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() 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 + ChainId string + Contract string + EventNonce uint64 + Members []BridgeValidator + Orchestrator string + SourceTxHash string + ValsetNonce uint64 + func NewMsgValsetUpdatedClaim(orchestrator string, chainId string, contract string, eventNonce uint64, ...) *MsgValsetUpdatedClaim + func (*MsgValsetUpdatedClaim) Descriptor() ([]byte, []int) + func (*MsgValsetUpdatedClaim) ProtoMessage() + func (e *MsgValsetUpdatedClaim) GetType() ClaimType + func (m *MsgValsetUpdatedClaim) GetBlockHeight() uint64 + func (m *MsgValsetUpdatedClaim) GetChainId() string + func (m *MsgValsetUpdatedClaim) GetContract() string + func (m *MsgValsetUpdatedClaim) GetEventNonce() uint64 + func (m *MsgValsetUpdatedClaim) GetMembers() []BridgeValidator + func (m *MsgValsetUpdatedClaim) GetOrchestrator() string + func (m *MsgValsetUpdatedClaim) GetSourceTxHash() 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) ClaimHash() ([]byte, error) + func (msg *MsgValsetUpdatedClaim) GetSignBytes() []byte + func (msg *MsgValsetUpdatedClaim) GetSigners() []sdk.AccAddress + func (msg *MsgValsetUpdatedClaim) Route() string + func (msg *MsgValsetUpdatedClaim) Type() string + func (msg *MsgValsetUpdatedClaim) ValidateBasic() error + func (msg MsgValsetUpdatedClaim) GetClaimer() sdk.AccAddress + 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 MultiAttestationHooks []AttestationHooks + func NewMultiAttestationHooks(hooks ...AttestationHooks) MultiAttestationHooks + func (h MultiAttestationHooks) AttestationObservedHook(ctx sdk.Context, claim Claim) + type MultichainKeeper interface + GetAllChainConfig func(ctx sdk.Context) (list []multichainTypes.ChainConfig) + GetAllContractConfig func(ctx sdk.Context) (list []multichainTypes.ContractConfig) + GetChainConfig func(ctx sdk.Context, chainId string) (chainConfig multichainTypes.ChainConfig, found bool) + GetContractConfig func(ctx sdk.Context, chainId string, contract string) (val multichainTypes.ContractConfig, found bool) + GetLastObservedEventBlockHeight func(ctx sdk.Context, contract string, chainId string) uint64 + GetLastObservedEventNonce func(ctx sdk.Context, chainId string, contract string) uint64 + GetLastObservedValsetNonce func(ctx sdk.Context, chainId string) uint64 + IsNonceObserved func(ctx sdk.Context, chainId string, contractAddress string, nonce uint64) (isObserved bool) + SetLastObservedEventBlockHeight func(ctx sdk.Context, chainId string, contract string, blockHeight uint64) + SetLastObservedEventNonce func(ctx sdk.Context, chainId string, contract string, nonce uint64) + SetLastObservedValsetNonce func(ctx sdk.Context, chainId string, nonce uint64) + SetNonceObservedStatus func(ctx sdk.Context, nonceObservedStatus multichainTypes.NonceObservedStatus) + type Params struct + func DefaultParams() Params + func NewParams() Params + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) String() string + func (p Params) Validate() error + type QueryAllAttestationRequest struct + Pagination *query.PageRequest + func (*QueryAllAttestationRequest) Descriptor() ([]byte, []int) + func (*QueryAllAttestationRequest) ProtoMessage() + func (m *QueryAllAttestationRequest) GetPagination() *query.PageRequest + func (m *QueryAllAttestationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllAttestationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllAttestationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllAttestationRequest) Reset() + func (m *QueryAllAttestationRequest) Size() (n int) + func (m *QueryAllAttestationRequest) String() string + func (m *QueryAllAttestationRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllAttestationRequest) XXX_DiscardUnknown() + func (m *QueryAllAttestationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllAttestationRequest) XXX_Merge(src proto.Message) + func (m *QueryAllAttestationRequest) XXX_Size() int + func (m *QueryAllAttestationRequest) XXX_Unmarshal(b []byte) error + type QueryAllAttestationResponse struct + Attestation []Attestation + Pagination *query.PageResponse + func (*QueryAllAttestationResponse) Descriptor() ([]byte, []int) + func (*QueryAllAttestationResponse) ProtoMessage() + func (m *QueryAllAttestationResponse) GetAttestation() []Attestation + func (m *QueryAllAttestationResponse) GetPagination() *query.PageResponse + func (m *QueryAllAttestationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllAttestationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllAttestationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllAttestationResponse) Reset() + func (m *QueryAllAttestationResponse) Size() (n int) + func (m *QueryAllAttestationResponse) String() string + func (m *QueryAllAttestationResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllAttestationResponse) XXX_DiscardUnknown() + func (m *QueryAllAttestationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllAttestationResponse) XXX_Merge(src proto.Message) + func (m *QueryAllAttestationResponse) XXX_Size() int + func (m *QueryAllAttestationResponse) XXX_Unmarshal(b []byte) error + type QueryAllObservedAttestationRequest struct + Pagination *query.PageRequest + func (*QueryAllObservedAttestationRequest) Descriptor() ([]byte, []int) + func (*QueryAllObservedAttestationRequest) ProtoMessage() + func (m *QueryAllObservedAttestationRequest) GetPagination() *query.PageRequest + func (m *QueryAllObservedAttestationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllObservedAttestationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllObservedAttestationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllObservedAttestationRequest) Reset() + func (m *QueryAllObservedAttestationRequest) Size() (n int) + func (m *QueryAllObservedAttestationRequest) String() string + func (m *QueryAllObservedAttestationRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllObservedAttestationRequest) XXX_DiscardUnknown() + func (m *QueryAllObservedAttestationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllObservedAttestationRequest) XXX_Merge(src proto.Message) + func (m *QueryAllObservedAttestationRequest) XXX_Size() int + func (m *QueryAllObservedAttestationRequest) XXX_Unmarshal(b []byte) error + type QueryAllObservedAttestationResponse struct + ObservedAttestation []Attestation + Pagination *query.PageResponse + func (*QueryAllObservedAttestationResponse) Descriptor() ([]byte, []int) + func (*QueryAllObservedAttestationResponse) ProtoMessage() + func (m *QueryAllObservedAttestationResponse) GetObservedAttestation() []Attestation + func (m *QueryAllObservedAttestationResponse) GetPagination() *query.PageResponse + func (m *QueryAllObservedAttestationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllObservedAttestationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllObservedAttestationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllObservedAttestationResponse) Reset() + func (m *QueryAllObservedAttestationResponse) Size() (n int) + func (m *QueryAllObservedAttestationResponse) String() string + func (m *QueryAllObservedAttestationResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllObservedAttestationResponse) XXX_DiscardUnknown() + func (m *QueryAllObservedAttestationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllObservedAttestationResponse) XXX_Merge(src proto.Message) + func (m *QueryAllObservedAttestationResponse) XXX_Size() int + func (m *QueryAllObservedAttestationResponse) XXX_Unmarshal(b []byte) error + type QueryAllValsetConfirmationRequest struct + Pagination *query.PageRequest + ValsetNonce uint64 + func (*QueryAllValsetConfirmationRequest) Descriptor() ([]byte, []int) + func (*QueryAllValsetConfirmationRequest) ProtoMessage() + func (m *QueryAllValsetConfirmationRequest) GetPagination() *query.PageRequest + func (m *QueryAllValsetConfirmationRequest) GetValsetNonce() uint64 + func (m *QueryAllValsetConfirmationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetConfirmationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetConfirmationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetConfirmationRequest) Reset() + func (m *QueryAllValsetConfirmationRequest) Size() (n int) + func (m *QueryAllValsetConfirmationRequest) String() string + func (m *QueryAllValsetConfirmationRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetConfirmationRequest) XXX_DiscardUnknown() + func (m *QueryAllValsetConfirmationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetConfirmationRequest) XXX_Merge(src proto.Message) + func (m *QueryAllValsetConfirmationRequest) XXX_Size() int + func (m *QueryAllValsetConfirmationRequest) XXX_Unmarshal(b []byte) error + type QueryAllValsetConfirmationResponse struct + Pagination *query.PageResponse + ValsetConfirmation []ValsetConfirmation + func (*QueryAllValsetConfirmationResponse) Descriptor() ([]byte, []int) + func (*QueryAllValsetConfirmationResponse) ProtoMessage() + func (m *QueryAllValsetConfirmationResponse) GetPagination() *query.PageResponse + func (m *QueryAllValsetConfirmationResponse) GetValsetConfirmation() []ValsetConfirmation + func (m *QueryAllValsetConfirmationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetConfirmationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetConfirmationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetConfirmationResponse) Reset() + func (m *QueryAllValsetConfirmationResponse) Size() (n int) + func (m *QueryAllValsetConfirmationResponse) String() string + func (m *QueryAllValsetConfirmationResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetConfirmationResponse) XXX_DiscardUnknown() + func (m *QueryAllValsetConfirmationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetConfirmationResponse) XXX_Merge(src proto.Message) + func (m *QueryAllValsetConfirmationResponse) XXX_Size() int + func (m *QueryAllValsetConfirmationResponse) XXX_Unmarshal(b []byte) error + type QueryAllValsetRequest struct + Pagination *query.PageRequest + func (*QueryAllValsetRequest) Descriptor() ([]byte, []int) + func (*QueryAllValsetRequest) ProtoMessage() + func (m *QueryAllValsetRequest) GetPagination() *query.PageRequest + func (m *QueryAllValsetRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetRequest) Reset() + func (m *QueryAllValsetRequest) Size() (n int) + func (m *QueryAllValsetRequest) String() string + func (m *QueryAllValsetRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetRequest) XXX_DiscardUnknown() + func (m *QueryAllValsetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetRequest) XXX_Merge(src proto.Message) + func (m *QueryAllValsetRequest) XXX_Size() int + func (m *QueryAllValsetRequest) XXX_Unmarshal(b []byte) error + type QueryAllValsetResponse struct + Pagination *query.PageResponse + Valset []Valset + func (*QueryAllValsetResponse) Descriptor() ([]byte, []int) + func (*QueryAllValsetResponse) ProtoMessage() + func (m *QueryAllValsetResponse) GetPagination() *query.PageResponse + func (m *QueryAllValsetResponse) GetValset() []Valset + func (m *QueryAllValsetResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetResponse) Reset() + func (m *QueryAllValsetResponse) Size() (n int) + func (m *QueryAllValsetResponse) String() string + func (m *QueryAllValsetResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetResponse) XXX_DiscardUnknown() + func (m *QueryAllValsetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetResponse) XXX_Merge(src proto.Message) + func (m *QueryAllValsetResponse) XXX_Size() int + func (m *QueryAllValsetResponse) XXX_Unmarshal(b []byte) error + type QueryAllValsetUpdatedClaimRequest struct + Pagination *query.PageRequest + func (*QueryAllValsetUpdatedClaimRequest) Descriptor() ([]byte, []int) + func (*QueryAllValsetUpdatedClaimRequest) ProtoMessage() + func (m *QueryAllValsetUpdatedClaimRequest) GetPagination() *query.PageRequest + func (m *QueryAllValsetUpdatedClaimRequest) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetUpdatedClaimRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetUpdatedClaimRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetUpdatedClaimRequest) Reset() + func (m *QueryAllValsetUpdatedClaimRequest) Size() (n int) + func (m *QueryAllValsetUpdatedClaimRequest) String() string + func (m *QueryAllValsetUpdatedClaimRequest) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetUpdatedClaimRequest) XXX_DiscardUnknown() + func (m *QueryAllValsetUpdatedClaimRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetUpdatedClaimRequest) XXX_Merge(src proto.Message) + func (m *QueryAllValsetUpdatedClaimRequest) XXX_Size() int + func (m *QueryAllValsetUpdatedClaimRequest) XXX_Unmarshal(b []byte) error + type QueryAllValsetUpdatedClaimResponse struct + Pagination *query.PageResponse + ValsetUpdatedClaim []ValsetUpdatedClaim + func (*QueryAllValsetUpdatedClaimResponse) Descriptor() ([]byte, []int) + func (*QueryAllValsetUpdatedClaimResponse) ProtoMessage() + func (m *QueryAllValsetUpdatedClaimResponse) GetPagination() *query.PageResponse + func (m *QueryAllValsetUpdatedClaimResponse) GetValsetUpdatedClaim() []ValsetUpdatedClaim + func (m *QueryAllValsetUpdatedClaimResponse) Marshal() (dAtA []byte, err error) + func (m *QueryAllValsetUpdatedClaimResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryAllValsetUpdatedClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryAllValsetUpdatedClaimResponse) Reset() + func (m *QueryAllValsetUpdatedClaimResponse) Size() (n int) + func (m *QueryAllValsetUpdatedClaimResponse) String() string + func (m *QueryAllValsetUpdatedClaimResponse) Unmarshal(dAtA []byte) error + func (m *QueryAllValsetUpdatedClaimResponse) XXX_DiscardUnknown() + func (m *QueryAllValsetUpdatedClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryAllValsetUpdatedClaimResponse) XXX_Merge(src proto.Message) + func (m *QueryAllValsetUpdatedClaimResponse) XXX_Size() int + func (m *QueryAllValsetUpdatedClaimResponse) XXX_Unmarshal(b []byte) error + type QueryClient interface + Attestation func(ctx context.Context, in *QueryGetAttestationRequest, opts ...grpc.CallOption) (*QueryGetAttestationResponse, error) + AttestationAll func(ctx context.Context, in *QueryAllAttestationRequest, opts ...grpc.CallOption) (*QueryAllAttestationResponse, error) + FetchOrchestratorValidator func(ctx context.Context, in *QueryFetchOrchestratorValidatorRequest, ...) (*QueryFetchOrchestratorValidatorResponse, error) + LastEventNonce func(ctx context.Context, in *QueryLastEventNonceRequest, opts ...grpc.CallOption) (*QueryLastEventNonceResponse, error) + LatestValset func(ctx context.Context, in *QueryLatestValsetRequest, opts ...grpc.CallOption) (*QueryLatestValsetResponse, error) + LatestValsetNonce func(ctx context.Context, in *QueryLatestValsetNonceRequest, ...) (*QueryLatestValsetNonceResponse, error) + ListOrchestrators func(ctx context.Context, in *QueryListOrchestratorsRequest, ...) (*QueryListOrchestratorsResponse, error) + ObservedAttestation func(ctx context.Context, in *QueryGetObservedAttestationRequest, ...) (*QueryGetObservedAttestationResponse, error) + ObservedAttestationAll func(ctx context.Context, in *QueryAllObservedAttestationRequest, ...) (*QueryAllObservedAttestationResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + Valset func(ctx context.Context, in *QueryGetValsetRequest, opts ...grpc.CallOption) (*QueryGetValsetResponse, error) + ValsetAll func(ctx context.Context, in *QueryAllValsetRequest, opts ...grpc.CallOption) (*QueryAllValsetResponse, error) + ValsetConfirmation func(ctx context.Context, in *QueryGetValsetConfirmationRequest, ...) (*QueryGetValsetConfirmationResponse, error) + ValsetConfirmationAll func(ctx context.Context, in *QueryAllValsetConfirmationRequest, ...) (*QueryAllValsetConfirmationResponse, error) + ValsetUpdatedClaim func(ctx context.Context, in *QueryGetValsetUpdatedClaimRequest, ...) (*QueryGetValsetUpdatedClaimResponse, error) + ValsetUpdatedClaimAll func(ctx context.Context, in *QueryAllValsetUpdatedClaimRequest, ...) (*QueryAllValsetUpdatedClaimResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryFetchOrchestratorValidatorRequest struct + OrchestratorAddress string + func (*QueryFetchOrchestratorValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryFetchOrchestratorValidatorRequest) ProtoMessage() + func (m *QueryFetchOrchestratorValidatorRequest) GetOrchestratorAddress() string + func (m *QueryFetchOrchestratorValidatorRequest) Marshal() (dAtA []byte, err error) + func (m *QueryFetchOrchestratorValidatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFetchOrchestratorValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFetchOrchestratorValidatorRequest) Reset() + func (m *QueryFetchOrchestratorValidatorRequest) Size() (n int) + func (m *QueryFetchOrchestratorValidatorRequest) String() string + func (m *QueryFetchOrchestratorValidatorRequest) Unmarshal(dAtA []byte) error + func (m *QueryFetchOrchestratorValidatorRequest) XXX_DiscardUnknown() + func (m *QueryFetchOrchestratorValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFetchOrchestratorValidatorRequest) XXX_Merge(src proto.Message) + func (m *QueryFetchOrchestratorValidatorRequest) XXX_Size() int + func (m *QueryFetchOrchestratorValidatorRequest) XXX_Unmarshal(b []byte) error + type QueryFetchOrchestratorValidatorResponse struct + Validator types.Validator + func (*QueryFetchOrchestratorValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryFetchOrchestratorValidatorResponse) ProtoMessage() + func (m *QueryFetchOrchestratorValidatorResponse) GetValidator() types.Validator + func (m *QueryFetchOrchestratorValidatorResponse) Marshal() (dAtA []byte, err error) + func (m *QueryFetchOrchestratorValidatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryFetchOrchestratorValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryFetchOrchestratorValidatorResponse) Reset() + func (m *QueryFetchOrchestratorValidatorResponse) Size() (n int) + func (m *QueryFetchOrchestratorValidatorResponse) String() string + func (m *QueryFetchOrchestratorValidatorResponse) Unmarshal(dAtA []byte) error + func (m *QueryFetchOrchestratorValidatorResponse) XXX_DiscardUnknown() + func (m *QueryFetchOrchestratorValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryFetchOrchestratorValidatorResponse) XXX_Merge(src proto.Message) + func (m *QueryFetchOrchestratorValidatorResponse) XXX_Size() int + func (m *QueryFetchOrchestratorValidatorResponse) XXX_Unmarshal(b []byte) error + type QueryGetAttestationRequest struct + ChainId string + Contract string + EventNonce uint64 + func (*QueryGetAttestationRequest) Descriptor() ([]byte, []int) + func (*QueryGetAttestationRequest) ProtoMessage() + func (m *QueryGetAttestationRequest) GetChainId() string + func (m *QueryGetAttestationRequest) GetContract() string + func (m *QueryGetAttestationRequest) GetEventNonce() uint64 + func (m *QueryGetAttestationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetAttestationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetAttestationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetAttestationRequest) Reset() + func (m *QueryGetAttestationRequest) Size() (n int) + func (m *QueryGetAttestationRequest) String() string + func (m *QueryGetAttestationRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetAttestationRequest) XXX_DiscardUnknown() + func (m *QueryGetAttestationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetAttestationRequest) XXX_Merge(src proto.Message) + func (m *QueryGetAttestationRequest) XXX_Size() int + func (m *QueryGetAttestationRequest) XXX_Unmarshal(b []byte) error + type QueryGetAttestationResponse struct + Attestation Attestation + func (*QueryGetAttestationResponse) Descriptor() ([]byte, []int) + func (*QueryGetAttestationResponse) ProtoMessage() + func (m *QueryGetAttestationResponse) GetAttestation() Attestation + func (m *QueryGetAttestationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetAttestationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetAttestationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetAttestationResponse) Reset() + func (m *QueryGetAttestationResponse) Size() (n int) + func (m *QueryGetAttestationResponse) String() string + func (m *QueryGetAttestationResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetAttestationResponse) XXX_DiscardUnknown() + func (m *QueryGetAttestationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetAttestationResponse) XXX_Merge(src proto.Message) + func (m *QueryGetAttestationResponse) XXX_Size() int + func (m *QueryGetAttestationResponse) XXX_Unmarshal(b []byte) error + type QueryGetObservedAttestationRequest struct + ChainId string + Contract string + EventNonce uint64 + func (*QueryGetObservedAttestationRequest) Descriptor() ([]byte, []int) + func (*QueryGetObservedAttestationRequest) ProtoMessage() + func (m *QueryGetObservedAttestationRequest) GetChainId() string + func (m *QueryGetObservedAttestationRequest) GetContract() string + func (m *QueryGetObservedAttestationRequest) GetEventNonce() uint64 + func (m *QueryGetObservedAttestationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetObservedAttestationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetObservedAttestationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetObservedAttestationRequest) Reset() + func (m *QueryGetObservedAttestationRequest) Size() (n int) + func (m *QueryGetObservedAttestationRequest) String() string + func (m *QueryGetObservedAttestationRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetObservedAttestationRequest) XXX_DiscardUnknown() + func (m *QueryGetObservedAttestationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetObservedAttestationRequest) XXX_Merge(src proto.Message) + func (m *QueryGetObservedAttestationRequest) XXX_Size() int + func (m *QueryGetObservedAttestationRequest) XXX_Unmarshal(b []byte) error + type QueryGetObservedAttestationResponse struct + ObservedAttestation Attestation + func (*QueryGetObservedAttestationResponse) Descriptor() ([]byte, []int) + func (*QueryGetObservedAttestationResponse) ProtoMessage() + func (m *QueryGetObservedAttestationResponse) GetObservedAttestation() Attestation + func (m *QueryGetObservedAttestationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetObservedAttestationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetObservedAttestationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetObservedAttestationResponse) Reset() + func (m *QueryGetObservedAttestationResponse) Size() (n int) + func (m *QueryGetObservedAttestationResponse) String() string + func (m *QueryGetObservedAttestationResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetObservedAttestationResponse) XXX_DiscardUnknown() + func (m *QueryGetObservedAttestationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetObservedAttestationResponse) XXX_Merge(src proto.Message) + func (m *QueryGetObservedAttestationResponse) XXX_Size() int + func (m *QueryGetObservedAttestationResponse) XXX_Unmarshal(b []byte) error + type QueryGetValsetConfirmationRequest struct + Orchestrator string + ValsetNonce uint64 + func (*QueryGetValsetConfirmationRequest) Descriptor() ([]byte, []int) + func (*QueryGetValsetConfirmationRequest) ProtoMessage() + func (m *QueryGetValsetConfirmationRequest) GetOrchestrator() string + func (m *QueryGetValsetConfirmationRequest) GetValsetNonce() uint64 + func (m *QueryGetValsetConfirmationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetConfirmationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetConfirmationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetConfirmationRequest) Reset() + func (m *QueryGetValsetConfirmationRequest) Size() (n int) + func (m *QueryGetValsetConfirmationRequest) String() string + func (m *QueryGetValsetConfirmationRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetConfirmationRequest) XXX_DiscardUnknown() + func (m *QueryGetValsetConfirmationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetConfirmationRequest) XXX_Merge(src proto.Message) + func (m *QueryGetValsetConfirmationRequest) XXX_Size() int + func (m *QueryGetValsetConfirmationRequest) XXX_Unmarshal(b []byte) error + type QueryGetValsetConfirmationResponse struct + ValsetConfirmation ValsetConfirmation + func (*QueryGetValsetConfirmationResponse) Descriptor() ([]byte, []int) + func (*QueryGetValsetConfirmationResponse) ProtoMessage() + func (m *QueryGetValsetConfirmationResponse) GetValsetConfirmation() ValsetConfirmation + func (m *QueryGetValsetConfirmationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetConfirmationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetConfirmationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetConfirmationResponse) Reset() + func (m *QueryGetValsetConfirmationResponse) Size() (n int) + func (m *QueryGetValsetConfirmationResponse) String() string + func (m *QueryGetValsetConfirmationResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetConfirmationResponse) XXX_DiscardUnknown() + func (m *QueryGetValsetConfirmationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetConfirmationResponse) XXX_Merge(src proto.Message) + func (m *QueryGetValsetConfirmationResponse) XXX_Size() int + func (m *QueryGetValsetConfirmationResponse) XXX_Unmarshal(b []byte) error + type QueryGetValsetRequest struct + Nonce uint64 + func (*QueryGetValsetRequest) Descriptor() ([]byte, []int) + func (*QueryGetValsetRequest) ProtoMessage() + func (m *QueryGetValsetRequest) GetNonce() uint64 + func (m *QueryGetValsetRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetRequest) Reset() + func (m *QueryGetValsetRequest) Size() (n int) + func (m *QueryGetValsetRequest) String() string + func (m *QueryGetValsetRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetRequest) XXX_DiscardUnknown() + func (m *QueryGetValsetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetRequest) XXX_Merge(src proto.Message) + func (m *QueryGetValsetRequest) XXX_Size() int + func (m *QueryGetValsetRequest) XXX_Unmarshal(b []byte) error + type QueryGetValsetResponse struct + Valset Valset + func (*QueryGetValsetResponse) Descriptor() ([]byte, []int) + func (*QueryGetValsetResponse) ProtoMessage() + func (m *QueryGetValsetResponse) GetValset() Valset + func (m *QueryGetValsetResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetResponse) Reset() + func (m *QueryGetValsetResponse) Size() (n int) + func (m *QueryGetValsetResponse) String() string + func (m *QueryGetValsetResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetResponse) XXX_DiscardUnknown() + func (m *QueryGetValsetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetResponse) XXX_Merge(src proto.Message) + func (m *QueryGetValsetResponse) XXX_Size() int + func (m *QueryGetValsetResponse) XXX_Unmarshal(b []byte) error + type QueryGetValsetUpdatedClaimRequest struct + ChainId string + EventNonce uint64 + func (*QueryGetValsetUpdatedClaimRequest) Descriptor() ([]byte, []int) + func (*QueryGetValsetUpdatedClaimRequest) ProtoMessage() + func (m *QueryGetValsetUpdatedClaimRequest) GetChainId() string + func (m *QueryGetValsetUpdatedClaimRequest) GetEventNonce() uint64 + func (m *QueryGetValsetUpdatedClaimRequest) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetUpdatedClaimRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetUpdatedClaimRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetUpdatedClaimRequest) Reset() + func (m *QueryGetValsetUpdatedClaimRequest) Size() (n int) + func (m *QueryGetValsetUpdatedClaimRequest) String() string + func (m *QueryGetValsetUpdatedClaimRequest) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetUpdatedClaimRequest) XXX_DiscardUnknown() + func (m *QueryGetValsetUpdatedClaimRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetUpdatedClaimRequest) XXX_Merge(src proto.Message) + func (m *QueryGetValsetUpdatedClaimRequest) XXX_Size() int + func (m *QueryGetValsetUpdatedClaimRequest) XXX_Unmarshal(b []byte) error + type QueryGetValsetUpdatedClaimResponse struct + ValsetUpdatedClaim ValsetUpdatedClaim + func (*QueryGetValsetUpdatedClaimResponse) Descriptor() ([]byte, []int) + func (*QueryGetValsetUpdatedClaimResponse) ProtoMessage() + func (m *QueryGetValsetUpdatedClaimResponse) GetValsetUpdatedClaim() ValsetUpdatedClaim + func (m *QueryGetValsetUpdatedClaimResponse) Marshal() (dAtA []byte, err error) + func (m *QueryGetValsetUpdatedClaimResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryGetValsetUpdatedClaimResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryGetValsetUpdatedClaimResponse) Reset() + func (m *QueryGetValsetUpdatedClaimResponse) Size() (n int) + func (m *QueryGetValsetUpdatedClaimResponse) String() string + func (m *QueryGetValsetUpdatedClaimResponse) Unmarshal(dAtA []byte) error + func (m *QueryGetValsetUpdatedClaimResponse) XXX_DiscardUnknown() + func (m *QueryGetValsetUpdatedClaimResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryGetValsetUpdatedClaimResponse) XXX_Merge(src proto.Message) + func (m *QueryGetValsetUpdatedClaimResponse) XXX_Size() int + func (m *QueryGetValsetUpdatedClaimResponse) XXX_Unmarshal(b []byte) error + type QueryLastEventNonceRequest struct + ChainId string + Contract string + ValidatorAddress string + func (*QueryLastEventNonceRequest) Descriptor() ([]byte, []int) + func (*QueryLastEventNonceRequest) ProtoMessage() + func (m *QueryLastEventNonceRequest) GetChainId() string + func (m *QueryLastEventNonceRequest) GetContract() string + func (m *QueryLastEventNonceRequest) GetValidatorAddress() string + func (m *QueryLastEventNonceRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLastEventNonceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLastEventNonceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLastEventNonceRequest) Reset() + func (m *QueryLastEventNonceRequest) Size() (n int) + func (m *QueryLastEventNonceRequest) String() string + func (m *QueryLastEventNonceRequest) Unmarshal(dAtA []byte) error + func (m *QueryLastEventNonceRequest) XXX_DiscardUnknown() + func (m *QueryLastEventNonceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLastEventNonceRequest) XXX_Merge(src proto.Message) + func (m *QueryLastEventNonceRequest) XXX_Size() int + func (m *QueryLastEventNonceRequest) XXX_Unmarshal(b []byte) error + type QueryLastEventNonceResponse struct + EventHeight uint64 + EventNonce uint64 + func (*QueryLastEventNonceResponse) Descriptor() ([]byte, []int) + func (*QueryLastEventNonceResponse) ProtoMessage() + func (m *QueryLastEventNonceResponse) GetEventHeight() uint64 + func (m *QueryLastEventNonceResponse) GetEventNonce() uint64 + func (m *QueryLastEventNonceResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLastEventNonceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLastEventNonceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLastEventNonceResponse) Reset() + func (m *QueryLastEventNonceResponse) Size() (n int) + func (m *QueryLastEventNonceResponse) String() string + func (m *QueryLastEventNonceResponse) Unmarshal(dAtA []byte) error + func (m *QueryLastEventNonceResponse) XXX_DiscardUnknown() + func (m *QueryLastEventNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLastEventNonceResponse) XXX_Merge(src proto.Message) + func (m *QueryLastEventNonceResponse) XXX_Size() int + func (m *QueryLastEventNonceResponse) XXX_Unmarshal(b []byte) error + type QueryLatestValsetNonceRequest struct + func (*QueryLatestValsetNonceRequest) Descriptor() ([]byte, []int) + func (*QueryLatestValsetNonceRequest) ProtoMessage() + func (m *QueryLatestValsetNonceRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLatestValsetNonceRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestValsetNonceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestValsetNonceRequest) Reset() + func (m *QueryLatestValsetNonceRequest) Size() (n int) + func (m *QueryLatestValsetNonceRequest) String() string + func (m *QueryLatestValsetNonceRequest) Unmarshal(dAtA []byte) error + func (m *QueryLatestValsetNonceRequest) XXX_DiscardUnknown() + func (m *QueryLatestValsetNonceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestValsetNonceRequest) XXX_Merge(src proto.Message) + func (m *QueryLatestValsetNonceRequest) XXX_Size() int + func (m *QueryLatestValsetNonceRequest) XXX_Unmarshal(b []byte) error + type QueryLatestValsetNonceResponse struct + ValsetNonce uint64 + func (*QueryLatestValsetNonceResponse) Descriptor() ([]byte, []int) + func (*QueryLatestValsetNonceResponse) ProtoMessage() + func (m *QueryLatestValsetNonceResponse) GetValsetNonce() uint64 + func (m *QueryLatestValsetNonceResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLatestValsetNonceResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestValsetNonceResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestValsetNonceResponse) Reset() + func (m *QueryLatestValsetNonceResponse) Size() (n int) + func (m *QueryLatestValsetNonceResponse) String() string + func (m *QueryLatestValsetNonceResponse) Unmarshal(dAtA []byte) error + func (m *QueryLatestValsetNonceResponse) XXX_DiscardUnknown() + func (m *QueryLatestValsetNonceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestValsetNonceResponse) XXX_Merge(src proto.Message) + func (m *QueryLatestValsetNonceResponse) XXX_Size() int + func (m *QueryLatestValsetNonceResponse) XXX_Unmarshal(b []byte) error + type QueryLatestValsetRequest struct + func (*QueryLatestValsetRequest) Descriptor() ([]byte, []int) + func (*QueryLatestValsetRequest) ProtoMessage() + func (m *QueryLatestValsetRequest) Marshal() (dAtA []byte, err error) + func (m *QueryLatestValsetRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestValsetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestValsetRequest) Reset() + func (m *QueryLatestValsetRequest) Size() (n int) + func (m *QueryLatestValsetRequest) String() string + func (m *QueryLatestValsetRequest) Unmarshal(dAtA []byte) error + func (m *QueryLatestValsetRequest) XXX_DiscardUnknown() + func (m *QueryLatestValsetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestValsetRequest) XXX_Merge(src proto.Message) + func (m *QueryLatestValsetRequest) XXX_Size() int + func (m *QueryLatestValsetRequest) XXX_Unmarshal(b []byte) error + type QueryLatestValsetResponse struct + Valset Valset + func (*QueryLatestValsetResponse) Descriptor() ([]byte, []int) + func (*QueryLatestValsetResponse) ProtoMessage() + func (m *QueryLatestValsetResponse) GetValset() Valset + func (m *QueryLatestValsetResponse) Marshal() (dAtA []byte, err error) + func (m *QueryLatestValsetResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryLatestValsetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryLatestValsetResponse) Reset() + func (m *QueryLatestValsetResponse) Size() (n int) + func (m *QueryLatestValsetResponse) String() string + func (m *QueryLatestValsetResponse) Unmarshal(dAtA []byte) error + func (m *QueryLatestValsetResponse) XXX_DiscardUnknown() + func (m *QueryLatestValsetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryLatestValsetResponse) XXX_Merge(src proto.Message) + func (m *QueryLatestValsetResponse) XXX_Size() int + func (m *QueryLatestValsetResponse) XXX_Unmarshal(b []byte) error + type QueryListOrchestratorsRequest struct + func (*QueryListOrchestratorsRequest) Descriptor() ([]byte, []int) + func (*QueryListOrchestratorsRequest) ProtoMessage() + func (m *QueryListOrchestratorsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryListOrchestratorsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListOrchestratorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListOrchestratorsRequest) Reset() + func (m *QueryListOrchestratorsRequest) Size() (n int) + func (m *QueryListOrchestratorsRequest) String() string + func (m *QueryListOrchestratorsRequest) Unmarshal(dAtA []byte) error + func (m *QueryListOrchestratorsRequest) XXX_DiscardUnknown() + func (m *QueryListOrchestratorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListOrchestratorsRequest) XXX_Merge(src proto.Message) + func (m *QueryListOrchestratorsRequest) XXX_Size() int + func (m *QueryListOrchestratorsRequest) XXX_Unmarshal(b []byte) error + type QueryListOrchestratorsResponse struct + OrchestratorSet []MsgSetOrchestratorAddress + func (*QueryListOrchestratorsResponse) Descriptor() ([]byte, []int) + func (*QueryListOrchestratorsResponse) ProtoMessage() + func (m *QueryListOrchestratorsResponse) GetOrchestratorSet() []MsgSetOrchestratorAddress + func (m *QueryListOrchestratorsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryListOrchestratorsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryListOrchestratorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryListOrchestratorsResponse) Reset() + func (m *QueryListOrchestratorsResponse) Size() (n int) + func (m *QueryListOrchestratorsResponse) String() string + func (m *QueryListOrchestratorsResponse) Unmarshal(dAtA []byte) error + func (m *QueryListOrchestratorsResponse) XXX_DiscardUnknown() + func (m *QueryListOrchestratorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryListOrchestratorsResponse) XXX_Merge(src proto.Message) + func (m *QueryListOrchestratorsResponse) XXX_Size() int + func (m *QueryListOrchestratorsResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + Attestation func(context.Context, *QueryGetAttestationRequest) (*QueryGetAttestationResponse, error) + AttestationAll func(context.Context, *QueryAllAttestationRequest) (*QueryAllAttestationResponse, error) + FetchOrchestratorValidator func(context.Context, *QueryFetchOrchestratorValidatorRequest) (*QueryFetchOrchestratorValidatorResponse, error) + LastEventNonce func(context.Context, *QueryLastEventNonceRequest) (*QueryLastEventNonceResponse, error) + LatestValset func(context.Context, *QueryLatestValsetRequest) (*QueryLatestValsetResponse, error) + LatestValsetNonce func(context.Context, *QueryLatestValsetNonceRequest) (*QueryLatestValsetNonceResponse, error) + ListOrchestrators func(context.Context, *QueryListOrchestratorsRequest) (*QueryListOrchestratorsResponse, error) + ObservedAttestation func(context.Context, *QueryGetObservedAttestationRequest) (*QueryGetObservedAttestationResponse, error) + ObservedAttestationAll func(context.Context, *QueryAllObservedAttestationRequest) (*QueryAllObservedAttestationResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + Valset func(context.Context, *QueryGetValsetRequest) (*QueryGetValsetResponse, error) + ValsetAll func(context.Context, *QueryAllValsetRequest) (*QueryAllValsetResponse, error) + ValsetConfirmation func(context.Context, *QueryGetValsetConfirmationRequest) (*QueryGetValsetConfirmationResponse, error) + ValsetConfirmationAll func(context.Context, *QueryAllValsetConfirmationRequest) (*QueryAllValsetConfirmationResponse, error) + ValsetUpdatedClaim func(context.Context, *QueryGetValsetUpdatedClaimRequest) (*QueryGetValsetUpdatedClaimResponse, error) + ValsetUpdatedClaimAll func(context.Context, *QueryAllValsetUpdatedClaimRequest) (*QueryAllValsetUpdatedClaimResponse, error) + type SlashingKeeper interface + GetValidatorSigningInfo func(ctx sdk.Context, address sdk.ConsAddress) (info slashingtypes.ValidatorSigningInfo, found bool) + type StakingKeeper interface + Delegation func(sdk.Context, sdk.AccAddress, sdk.ValAddress) stakingtypes.DelegationI + GetAllValidators func(ctx sdk.Context) (validators []stakingtypes.Validator) + GetBondedValidatorsByPower func(ctx sdk.Context) []stakingtypes.Validator + GetHistoricalInfo func(ctx sdk.Context, height int64) (stakingtypes.HistoricalInfo, bool) + GetLastTotalPower func(ctx sdk.Context) (power sdkmath.Int) + GetLastValidatorPower func(ctx sdk.Context, operator sdk.ValAddress) int64 + GetParams func(ctx sdk.Context) stakingtypes.Params + GetValidator func(ctx sdk.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, found bool) + GetValidatorByConsAddr func(ctx sdk.Context, consAddr sdk.ConsAddress) (validator stakingtypes.Validator, found bool) + IterateBondedValidatorsByPower func(sdk.Context, func(index int64, validator stakingtypes.ValidatorI) (stop bool)) + IterateLastValidators func(sdk.Context, func(index int64, validator stakingtypes.ValidatorI) (stop bool)) + IterateValidators func(sdk.Context, func(index int64, validator stakingtypes.ValidatorI) (stop bool)) + Jail func(sdk.Context, sdk.ConsAddress) + MaxValidators func(sdk.Context) uint32 + Slash func(sdk.Context, sdk.ConsAddress, int64, int64, sdk.Dec) math.Int + Unjail func(sdk.Context, sdk.ConsAddress) + Validator func(sdk.Context, sdk.ValAddress) stakingtypes.ValidatorI + ValidatorByConsAddr func(sdk.Context, sdk.ConsAddress) stakingtypes.ValidatorI + ValidatorQueueIterator func(ctx sdk.Context, endTime time.Time, endHeight int64) sdk.Iterator + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) SetOrchestratorAddress(ctx context.Context, req *MsgSetOrchestratorAddress) (*MsgSetOrchestratorAddressResponse, error) + func (*UnimplementedMsgServer) ValsetConfirm(ctx context.Context, req *MsgValsetConfirm) (*MsgValsetConfirmResponse, error) + func (*UnimplementedMsgServer) ValsetUpdatedClaim(ctx context.Context, req *MsgValsetUpdatedClaim) (*MsgValsetUpdatedClaimResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Attestation(ctx context.Context, req *QueryGetAttestationRequest) (*QueryGetAttestationResponse, error) + func (*UnimplementedQueryServer) AttestationAll(ctx context.Context, req *QueryAllAttestationRequest) (*QueryAllAttestationResponse, error) + func (*UnimplementedQueryServer) FetchOrchestratorValidator(ctx context.Context, req *QueryFetchOrchestratorValidatorRequest) (*QueryFetchOrchestratorValidatorResponse, error) + func (*UnimplementedQueryServer) LastEventNonce(ctx context.Context, req *QueryLastEventNonceRequest) (*QueryLastEventNonceResponse, error) + func (*UnimplementedQueryServer) LatestValset(ctx context.Context, req *QueryLatestValsetRequest) (*QueryLatestValsetResponse, error) + func (*UnimplementedQueryServer) LatestValsetNonce(ctx context.Context, req *QueryLatestValsetNonceRequest) (*QueryLatestValsetNonceResponse, error) + func (*UnimplementedQueryServer) ListOrchestrators(ctx context.Context, req *QueryListOrchestratorsRequest) (*QueryListOrchestratorsResponse, error) + func (*UnimplementedQueryServer) ObservedAttestation(ctx context.Context, req *QueryGetObservedAttestationRequest) (*QueryGetObservedAttestationResponse, error) + func (*UnimplementedQueryServer) ObservedAttestationAll(ctx context.Context, req *QueryAllObservedAttestationRequest) (*QueryAllObservedAttestationResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) Valset(ctx context.Context, req *QueryGetValsetRequest) (*QueryGetValsetResponse, error) + func (*UnimplementedQueryServer) ValsetAll(ctx context.Context, req *QueryAllValsetRequest) (*QueryAllValsetResponse, error) + func (*UnimplementedQueryServer) ValsetConfirmation(ctx context.Context, req *QueryGetValsetConfirmationRequest) (*QueryGetValsetConfirmationResponse, error) + func (*UnimplementedQueryServer) ValsetConfirmationAll(ctx context.Context, req *QueryAllValsetConfirmationRequest) (*QueryAllValsetConfirmationResponse, error) + func (*UnimplementedQueryServer) ValsetUpdatedClaim(ctx context.Context, req *QueryGetValsetUpdatedClaimRequest) (*QueryGetValsetUpdatedClaimResponse, error) + func (*UnimplementedQueryServer) ValsetUpdatedClaimAll(ctx context.Context, req *QueryAllValsetUpdatedClaimRequest) (*QueryAllValsetUpdatedClaimResponse, error) + type Valset struct + Height uint64 + Members []BridgeValidator + Nonce uint64 + func NewValset(nonce, height uint64, members InternalBridgeValidators) (*Valset, error) + 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) 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) Equal(o Valset) (bool, error) + func (v Valset) GetCheckpoint(routerIdString string) ([]byte, error) + type ValsetConfirmation struct + EthAddress string + Orchestrator string + Signature string + ValsetNonce uint64 + func NewValsetConfirmation(valsetNonce uint64, ethSigner string, signature string, orchestrator string) *ValsetConfirmation + func (*ValsetConfirmation) Descriptor() ([]byte, []int) + func (*ValsetConfirmation) ProtoMessage() + func (m *ValsetConfirmation) GetEthAddress() string + func (m *ValsetConfirmation) GetOrchestrator() string + func (m *ValsetConfirmation) GetSignature() string + func (m *ValsetConfirmation) GetValsetNonce() uint64 + func (m *ValsetConfirmation) Marshal() (dAtA []byte, err error) + func (m *ValsetConfirmation) MarshalTo(dAtA []byte) (int, error) + func (m *ValsetConfirmation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValsetConfirmation) Reset() + func (m *ValsetConfirmation) Size() (n int) + func (m *ValsetConfirmation) String() string + func (m *ValsetConfirmation) Unmarshal(dAtA []byte) error + func (m *ValsetConfirmation) XXX_DiscardUnknown() + func (m *ValsetConfirmation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValsetConfirmation) XXX_Merge(src proto.Message) + func (m *ValsetConfirmation) XXX_Size() int + func (m *ValsetConfirmation) XXX_Unmarshal(b []byte) error + type ValsetUpdatedClaim struct + BlockHeight uint64 + ChainId string + Contract string + EventNonce uint64 + SourceTxHash string + Status ValsetUpdatedClaimStatus + ValsetNonce uint64 + func NewValsetUpdatedClaim(chainId string, contract string, eventNonce uint64, blockHeight uint64, ...) *ValsetUpdatedClaim + func (*ValsetUpdatedClaim) Descriptor() ([]byte, []int) + func (*ValsetUpdatedClaim) ProtoMessage() + func (m *ValsetUpdatedClaim) GetBlockHeight() uint64 + func (m *ValsetUpdatedClaim) GetChainId() string + func (m *ValsetUpdatedClaim) GetContract() string + func (m *ValsetUpdatedClaim) GetEventNonce() uint64 + func (m *ValsetUpdatedClaim) GetSourceTxHash() string + func (m *ValsetUpdatedClaim) GetStatus() ValsetUpdatedClaimStatus + func (m *ValsetUpdatedClaim) GetValsetNonce() uint64 + func (m *ValsetUpdatedClaim) Marshal() (dAtA []byte, err error) + func (m *ValsetUpdatedClaim) MarshalTo(dAtA []byte) (int, error) + func (m *ValsetUpdatedClaim) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValsetUpdatedClaim) Reset() + func (m *ValsetUpdatedClaim) Size() (n int) + func (m *ValsetUpdatedClaim) String() string + func (m *ValsetUpdatedClaim) Unmarshal(dAtA []byte) error + func (m *ValsetUpdatedClaim) XXX_DiscardUnknown() + func (m *ValsetUpdatedClaim) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValsetUpdatedClaim) XXX_Merge(src proto.Message) + func (m *ValsetUpdatedClaim) XXX_Size() int + func (m *ValsetUpdatedClaim) XXX_Unmarshal(b []byte) error + type ValsetUpdatedClaimHash struct + BlockHeight uint64 + ChainId string + Contract string + EventNonce uint64 + Members []BridgeValidator + SourceTxHash string + ValsetNonce uint64 + func NewValsetUpdatedClaimHash(chainId string, contract string, eventNonce uint64, blockHeight uint64, ...) *ValsetUpdatedClaimHash + func (*ValsetUpdatedClaimHash) Descriptor() ([]byte, []int) + func (*ValsetUpdatedClaimHash) ProtoMessage() + func (m *ValsetUpdatedClaimHash) GetBlockHeight() uint64 + func (m *ValsetUpdatedClaimHash) GetChainId() string + func (m *ValsetUpdatedClaimHash) GetContract() string + func (m *ValsetUpdatedClaimHash) GetEventNonce() uint64 + func (m *ValsetUpdatedClaimHash) GetMembers() []BridgeValidator + func (m *ValsetUpdatedClaimHash) GetSourceTxHash() string + func (m *ValsetUpdatedClaimHash) GetValsetNonce() uint64 + func (m *ValsetUpdatedClaimHash) Marshal() (dAtA []byte, err error) + func (m *ValsetUpdatedClaimHash) MarshalTo(dAtA []byte) (int, error) + func (m *ValsetUpdatedClaimHash) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValsetUpdatedClaimHash) Reset() + func (m *ValsetUpdatedClaimHash) Size() (n int) + func (m *ValsetUpdatedClaimHash) String() string + func (m *ValsetUpdatedClaimHash) Unmarshal(dAtA []byte) error + func (m *ValsetUpdatedClaimHash) XXX_DiscardUnknown() + func (m *ValsetUpdatedClaimHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValsetUpdatedClaimHash) XXX_Merge(src proto.Message) + func (m *ValsetUpdatedClaimHash) XXX_Size() int + func (m *ValsetUpdatedClaimHash) XXX_Unmarshal(b []byte) error + type ValsetUpdatedClaimStatus int32 + const VALSET_UPDATED_CLAIM_CREATED + const VALSET_UPDATED_CLAIM_VALIDATED + func (ValsetUpdatedClaimStatus) EnumDescriptor() ([]byte, []int) + func (x ValsetUpdatedClaimStatus) String() string + type Valsets []Valset + func (v Valsets) Len() int + func (v Valsets) Less(i, j int) bool + func (v Valsets) Swap(i, j int)