keyshare

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_fairyring_keyshare_aggregated_key_share_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_authorized_address_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_commitments_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_general_key_share_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_genesis_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_key_share_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_packet_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_params_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_pub_key_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_query_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_requested_keyshare_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_tx_proto protoreflect.FileDescriptor
View Source
var File_fairyring_keyshare_validator_set_proto protoreflect.FileDescriptor
View Source
var Msg_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fairyring.keyshare.Msg",
	HandlerType: (*MsgServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterValidator",
			Handler:    _Msg_RegisterValidator_Handler,
		},
		{
			MethodName: "SendKeyshare",
			Handler:    _Msg_SendKeyshare_Handler,
		},
		{
			MethodName: "CreateLatestPubKey",
			Handler:    _Msg_CreateLatestPubKey_Handler,
		},
		{
			MethodName: "CreateAuthorizedAddress",
			Handler:    _Msg_CreateAuthorizedAddress_Handler,
		},
		{
			MethodName: "UpdateAuthorizedAddress",
			Handler:    _Msg_UpdateAuthorizedAddress_Handler,
		},
		{
			MethodName: "DeleteAuthorizedAddress",
			Handler:    _Msg_DeleteAuthorizedAddress_Handler,
		},
		{
			MethodName: "CreateGeneralKeyShare",
			Handler:    _Msg_CreateGeneralKeyShare_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "fairyring/keyshare/tx.proto",
}

Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Query_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fairyring.keyshare.Query",
	HandlerType: (*QueryServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Commitments",
			Handler:    _Query_Commitments_Handler,
		},
		{
			MethodName: "Params",
			Handler:    _Query_Params_Handler,
		},
		{
			MethodName: "ValidatorSet",
			Handler:    _Query_ValidatorSet_Handler,
		},
		{
			MethodName: "ValidatorSetAll",
			Handler:    _Query_ValidatorSetAll_Handler,
		},
		{
			MethodName: "KeyShare",
			Handler:    _Query_KeyShare_Handler,
		},
		{
			MethodName: "KeyShareAll",
			Handler:    _Query_KeyShareAll_Handler,
		},
		{
			MethodName: "AggregatedKeyShare",
			Handler:    _Query_AggregatedKeyShare_Handler,
		},
		{
			MethodName: "AggregatedKeyShareAll",
			Handler:    _Query_AggregatedKeyShareAll_Handler,
		},
		{
			MethodName: "PubKey",
			Handler:    _Query_PubKey_Handler,
		},
		{
			MethodName: "AuthorizedAddress",
			Handler:    _Query_AuthorizedAddress_Handler,
		},
		{
			MethodName: "AuthorizedAddressAll",
			Handler:    _Query_AuthorizedAddressAll_Handler,
		},
		{
			MethodName: "GeneralKeyShare",
			Handler:    _Query_GeneralKeyShare_Handler,
		},
		{
			MethodName: "GeneralKeyShareAll",
			Handler:    _Query_GeneralKeyShareAll_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "fairyring/keyshare/query.proto",
}

Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMsgServer

func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)

func RegisterQueryServer

func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)

Types

type ActivePubKey

type ActivePubKey struct {
	PublicKey          string `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Creator            string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	Expiry             uint64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivePubKey) Descriptor deprecated

func (*ActivePubKey) Descriptor() ([]byte, []int)

Deprecated: Use ActivePubKey.ProtoReflect.Descriptor instead.

func (*ActivePubKey) GetCreator

func (x *ActivePubKey) GetCreator() string

func (*ActivePubKey) GetExpiry

func (x *ActivePubKey) GetExpiry() uint64

func (*ActivePubKey) GetNumberOfValidators added in v0.5.0

func (x *ActivePubKey) GetNumberOfValidators() uint64

func (*ActivePubKey) GetPublicKey

func (x *ActivePubKey) GetPublicKey() string

func (*ActivePubKey) ProtoMessage

func (*ActivePubKey) ProtoMessage()

func (*ActivePubKey) ProtoReflect

func (x *ActivePubKey) ProtoReflect() protoreflect.Message

func (*ActivePubKey) Reset

func (x *ActivePubKey) Reset()

func (*ActivePubKey) String

func (x *ActivePubKey) String() string

type AggrKeyshareDataPacketAck

type AggrKeyshareDataPacketAck struct {
	// contains filtered or unexported fields
}

AggrKeyshareDataPacketAck defines a struct for the packet acknowledgment

func (*AggrKeyshareDataPacketAck) Descriptor deprecated

func (*AggrKeyshareDataPacketAck) Descriptor() ([]byte, []int)

Deprecated: Use AggrKeyshareDataPacketAck.ProtoReflect.Descriptor instead.

func (*AggrKeyshareDataPacketAck) ProtoMessage

func (*AggrKeyshareDataPacketAck) ProtoMessage()

func (*AggrKeyshareDataPacketAck) ProtoReflect

func (*AggrKeyshareDataPacketAck) Reset

func (x *AggrKeyshareDataPacketAck) Reset()

func (*AggrKeyshareDataPacketAck) String

func (x *AggrKeyshareDataPacketAck) String() string

type AggrKeyshareDataPacketData

type AggrKeyshareDataPacketData struct {
	Identity     string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Pubkey       string `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	AggrKeyshare string `protobuf:"bytes,3,opt,name=aggr_keyshare,json=aggrKeyshare,proto3" json:"aggr_keyshare,omitempty"`
	AggrHeight   string `protobuf:"bytes,4,opt,name=aggr_height,json=aggrHeight,proto3" json:"aggr_height,omitempty"`
	ProposalId   string `protobuf:"bytes,5,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` // used for private governance
	RequestId    string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`    // might be useful to destination chains to sort out the response
	Retries      uint64 `protobuf:"varint,7,opt,name=retries,proto3" json:"retries,omitempty"`
	// contains filtered or unexported fields
}

AggrKeyshareDataPacketData defines a struct for the packet payload

func (*AggrKeyshareDataPacketData) Descriptor deprecated

func (*AggrKeyshareDataPacketData) Descriptor() ([]byte, []int)

Deprecated: Use AggrKeyshareDataPacketData.ProtoReflect.Descriptor instead.

func (*AggrKeyshareDataPacketData) GetAggrHeight

func (x *AggrKeyshareDataPacketData) GetAggrHeight() string

func (*AggrKeyshareDataPacketData) GetAggrKeyshare

func (x *AggrKeyshareDataPacketData) GetAggrKeyshare() string

func (*AggrKeyshareDataPacketData) GetIdentity

func (x *AggrKeyshareDataPacketData) GetIdentity() string

func (*AggrKeyshareDataPacketData) GetProposalId

func (x *AggrKeyshareDataPacketData) GetProposalId() string

func (*AggrKeyshareDataPacketData) GetPubkey

func (x *AggrKeyshareDataPacketData) GetPubkey() string

func (*AggrKeyshareDataPacketData) GetRequestId

func (x *AggrKeyshareDataPacketData) GetRequestId() string

func (*AggrKeyshareDataPacketData) GetRetries

func (x *AggrKeyshareDataPacketData) GetRetries() uint64

func (*AggrKeyshareDataPacketData) ProtoMessage

func (*AggrKeyshareDataPacketData) ProtoMessage()

func (*AggrKeyshareDataPacketData) ProtoReflect

func (*AggrKeyshareDataPacketData) Reset

func (x *AggrKeyshareDataPacketData) Reset()

func (*AggrKeyshareDataPacketData) String

func (x *AggrKeyshareDataPacketData) String() string

type AggregatedKeyShare

type AggregatedKeyShare struct {
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	Data   string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregatedKeyShare) Descriptor deprecated

func (*AggregatedKeyShare) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedKeyShare.ProtoReflect.Descriptor instead.

func (*AggregatedKeyShare) GetData

func (x *AggregatedKeyShare) GetData() string

func (*AggregatedKeyShare) GetHeight

func (x *AggregatedKeyShare) GetHeight() uint64

func (*AggregatedKeyShare) ProtoMessage

func (*AggregatedKeyShare) ProtoMessage()

func (*AggregatedKeyShare) ProtoReflect

func (x *AggregatedKeyShare) ProtoReflect() protoreflect.Message

func (*AggregatedKeyShare) Reset

func (x *AggregatedKeyShare) Reset()

func (*AggregatedKeyShare) String

func (x *AggregatedKeyShare) String() string

type AuthorizedAddress

type AuthorizedAddress struct {
	Target       string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	IsAuthorized bool   `protobuf:"varint,2,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"`
	AuthorizedBy string `protobuf:"bytes,3,opt,name=authorizedBy,proto3" json:"authorizedBy,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizedAddress) Descriptor deprecated

func (*AuthorizedAddress) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizedAddress.ProtoReflect.Descriptor instead.

func (*AuthorizedAddress) GetAuthorizedBy

func (x *AuthorizedAddress) GetAuthorizedBy() string

func (*AuthorizedAddress) GetIsAuthorized

func (x *AuthorizedAddress) GetIsAuthorized() bool

func (*AuthorizedAddress) GetTarget

func (x *AuthorizedAddress) GetTarget() string

func (*AuthorizedAddress) ProtoMessage

func (*AuthorizedAddress) ProtoMessage()

func (*AuthorizedAddress) ProtoReflect

func (x *AuthorizedAddress) ProtoReflect() protoreflect.Message

func (*AuthorizedAddress) Reset

func (x *AuthorizedAddress) Reset()

func (*AuthorizedAddress) String

func (x *AuthorizedAddress) String() string

type Commitments

type Commitments struct {
	Commitments []string `protobuf:"bytes,1,rep,name=commitments,proto3" json:"commitments,omitempty"`
	// contains filtered or unexported fields
}

func (*Commitments) Descriptor deprecated

func (*Commitments) Descriptor() ([]byte, []int)

Deprecated: Use Commitments.ProtoReflect.Descriptor instead.

func (*Commitments) GetCommitments

func (x *Commitments) GetCommitments() []string

func (*Commitments) ProtoMessage

func (*Commitments) ProtoMessage()

func (*Commitments) ProtoReflect

func (x *Commitments) ProtoReflect() protoreflect.Message

func (*Commitments) Reset

func (x *Commitments) Reset()

func (*Commitments) String

func (x *Commitments) String() string

type CounterPartyIBCInfo

type CounterPartyIBCInfo struct {
	ClientID     string `protobuf:"bytes,1,opt,name=ClientID,proto3" json:"ClientID,omitempty"`
	ConnectionID string `protobuf:"bytes,2,opt,name=ConnectionID,proto3" json:"ConnectionID,omitempty"`
	ChannelID    string `protobuf:"bytes,3,opt,name=ChannelID,proto3" json:"ChannelID,omitempty"`
	PortID       string `protobuf:"bytes,4,opt,name=PortID,proto3" json:"PortID,omitempty"`
	// contains filtered or unexported fields
}

func (*CounterPartyIBCInfo) Descriptor deprecated

func (*CounterPartyIBCInfo) Descriptor() ([]byte, []int)

Deprecated: Use CounterPartyIBCInfo.ProtoReflect.Descriptor instead.

func (*CounterPartyIBCInfo) GetChannelID

func (x *CounterPartyIBCInfo) GetChannelID() string

func (*CounterPartyIBCInfo) GetClientID

func (x *CounterPartyIBCInfo) GetClientID() string

func (*CounterPartyIBCInfo) GetConnectionID

func (x *CounterPartyIBCInfo) GetConnectionID() string

func (*CounterPartyIBCInfo) GetPortID

func (x *CounterPartyIBCInfo) GetPortID() string

func (*CounterPartyIBCInfo) ProtoMessage

func (*CounterPartyIBCInfo) ProtoMessage()

func (*CounterPartyIBCInfo) ProtoReflect

func (x *CounterPartyIBCInfo) ProtoReflect() protoreflect.Message

func (*CounterPartyIBCInfo) Reset

func (x *CounterPartyIBCInfo) Reset()

func (*CounterPartyIBCInfo) String

func (x *CounterPartyIBCInfo) String() string

type GeneralKeyShare

type GeneralKeyShare struct {
	Validator           string `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	IdType              string `protobuf:"bytes,2,opt,name=idType,proto3" json:"idType,omitempty"`
	IdValue             string `protobuf:"bytes,3,opt,name=idValue,proto3" json:"idValue,omitempty"`
	KeyShare            string `protobuf:"bytes,4,opt,name=keyShare,proto3" json:"keyShare,omitempty"`
	KeyShareIndex       uint64 `protobuf:"varint,5,opt,name=keyShareIndex,proto3" json:"keyShareIndex,omitempty"`
	ReceivedTimestamp   uint64 `protobuf:"varint,6,opt,name=receivedTimestamp,proto3" json:"receivedTimestamp,omitempty"`
	ReceivedBlockHeight uint64 `protobuf:"varint,7,opt,name=receivedBlockHeight,proto3" json:"receivedBlockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneralKeyShare) Descriptor deprecated

func (*GeneralKeyShare) Descriptor() ([]byte, []int)

Deprecated: Use GeneralKeyShare.ProtoReflect.Descriptor instead.

func (*GeneralKeyShare) GetIdType

func (x *GeneralKeyShare) GetIdType() string

func (*GeneralKeyShare) GetIdValue

func (x *GeneralKeyShare) GetIdValue() string

func (*GeneralKeyShare) GetKeyShare

func (x *GeneralKeyShare) GetKeyShare() string

func (*GeneralKeyShare) GetKeyShareIndex

func (x *GeneralKeyShare) GetKeyShareIndex() uint64

func (*GeneralKeyShare) GetReceivedBlockHeight

func (x *GeneralKeyShare) GetReceivedBlockHeight() uint64

func (*GeneralKeyShare) GetReceivedTimestamp

func (x *GeneralKeyShare) GetReceivedTimestamp() uint64

func (*GeneralKeyShare) GetValidator

func (x *GeneralKeyShare) GetValidator() string

func (*GeneralKeyShare) ProtoMessage

func (*GeneralKeyShare) ProtoMessage()

func (*GeneralKeyShare) ProtoReflect

func (x *GeneralKeyShare) ProtoReflect() protoreflect.Message

func (*GeneralKeyShare) Reset

func (x *GeneralKeyShare) Reset()

func (*GeneralKeyShare) String

func (x *GeneralKeyShare) String() string

type GenesisState

type GenesisState struct {
	Params           *Params         `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	PortId           string          `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	ValidatorSetList []*ValidatorSet `protobuf:"bytes,3,rep,name=validatorSetList,proto3" json:"validatorSetList,omitempty"`
	KeyShareList     []*KeyShare     `protobuf:"bytes,4,rep,name=keyShareList,proto3" json:"keyShareList,omitempty"`
	// this line is used by starport scaffolding # genesis/proto/state
	AggregatedKeyShareList []*AggregatedKeyShare `protobuf:"bytes,5,rep,name=aggregatedKeyShareList,proto3" json:"aggregatedKeyShareList,omitempty"`
	ActivePubKey           *ActivePubKey         `protobuf:"bytes,6,opt,name=activePubKey,proto3" json:"activePubKey,omitempty"`
	QueuedPubKey           *QueuedPubKey         `protobuf:"bytes,7,opt,name=queuedPubKey,proto3" json:"queuedPubKey,omitempty"`
	AuthorizedAddressList  []*AuthorizedAddress  `protobuf:"bytes,8,rep,name=authorizedAddressList,proto3" json:"authorizedAddressList,omitempty"`
	RequestCount           uint64                `protobuf:"varint,9,opt,name=request_count,json=requestCount,proto3" json:"request_count,omitempty"`
	GeneralKeyShareList    []*GeneralKeyShare    `protobuf:"bytes,10,rep,name=generalKeyShareList,proto3" json:"generalKeyShareList,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the keyshare module's genesis state.

func (*GenesisState) Descriptor deprecated

func (*GenesisState) Descriptor() ([]byte, []int)

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetActivePubKey

func (x *GenesisState) GetActivePubKey() *ActivePubKey

func (*GenesisState) GetAggregatedKeyShareList

func (x *GenesisState) GetAggregatedKeyShareList() []*AggregatedKeyShare

func (*GenesisState) GetAuthorizedAddressList

func (x *GenesisState) GetAuthorizedAddressList() []*AuthorizedAddress

func (*GenesisState) GetGeneralKeyShareList

func (x *GenesisState) GetGeneralKeyShareList() []*GeneralKeyShare

func (*GenesisState) GetKeyShareList

func (x *GenesisState) GetKeyShareList() []*KeyShare

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetPortId

func (x *GenesisState) GetPortId() string

func (*GenesisState) GetQueuedPubKey

func (x *GenesisState) GetQueuedPubKey() *QueuedPubKey

func (*GenesisState) GetRequestCount

func (x *GenesisState) GetRequestCount() uint64

func (*GenesisState) GetValidatorSetList

func (x *GenesisState) GetValidatorSetList() []*ValidatorSet

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type GetAggrKeysharePacketAck

type GetAggrKeysharePacketAck struct {
	// contains filtered or unexported fields
}

GetAggrKeysharePacketAck defines a struct for the packet acknowledgment

func (*GetAggrKeysharePacketAck) Descriptor deprecated

func (*GetAggrKeysharePacketAck) Descriptor() ([]byte, []int)

Deprecated: Use GetAggrKeysharePacketAck.ProtoReflect.Descriptor instead.

func (*GetAggrKeysharePacketAck) ProtoMessage

func (*GetAggrKeysharePacketAck) ProtoMessage()

func (*GetAggrKeysharePacketAck) ProtoReflect

func (x *GetAggrKeysharePacketAck) ProtoReflect() protoreflect.Message

func (*GetAggrKeysharePacketAck) Reset

func (x *GetAggrKeysharePacketAck) Reset()

func (*GetAggrKeysharePacketAck) String

func (x *GetAggrKeysharePacketAck) String() string

type GetAggrKeysharePacketData

type GetAggrKeysharePacketData struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

GetAggrKeysharePacketData defines a struct for the packet payload

func (*GetAggrKeysharePacketData) Descriptor deprecated

func (*GetAggrKeysharePacketData) Descriptor() ([]byte, []int)

Deprecated: Use GetAggrKeysharePacketData.ProtoReflect.Descriptor instead.

func (*GetAggrKeysharePacketData) GetIdentity

func (x *GetAggrKeysharePacketData) GetIdentity() string

func (*GetAggrKeysharePacketData) ProtoMessage

func (*GetAggrKeysharePacketData) ProtoMessage()

func (*GetAggrKeysharePacketData) ProtoReflect

func (*GetAggrKeysharePacketData) Reset

func (x *GetAggrKeysharePacketData) Reset()

func (*GetAggrKeysharePacketData) String

func (x *GetAggrKeysharePacketData) String() string

type IBCInfo

type IBCInfo struct {
	ClientID     string `protobuf:"bytes,1,opt,name=ClientID,proto3" json:"ClientID,omitempty"`
	ConnectionID string `protobuf:"bytes,2,opt,name=ConnectionID,proto3" json:"ConnectionID,omitempty"`
	ChannelID    string `protobuf:"bytes,3,opt,name=ChannelID,proto3" json:"ChannelID,omitempty"`
	PortID       string `protobuf:"bytes,4,opt,name=PortID,proto3" json:"PortID,omitempty"`
	// contains filtered or unexported fields
}

func (*IBCInfo) Descriptor deprecated

func (*IBCInfo) Descriptor() ([]byte, []int)

Deprecated: Use IBCInfo.ProtoReflect.Descriptor instead.

func (*IBCInfo) GetChannelID

func (x *IBCInfo) GetChannelID() string

func (*IBCInfo) GetClientID

func (x *IBCInfo) GetClientID() string

func (*IBCInfo) GetConnectionID

func (x *IBCInfo) GetConnectionID() string

func (*IBCInfo) GetPortID

func (x *IBCInfo) GetPortID() string

func (*IBCInfo) ProtoMessage

func (*IBCInfo) ProtoMessage()

func (*IBCInfo) ProtoReflect

func (x *IBCInfo) ProtoReflect() protoreflect.Message

func (*IBCInfo) Reset

func (x *IBCInfo) Reset()

func (*IBCInfo) String

func (x *IBCInfo) String() string

type KeyShare

type KeyShare struct {
	Validator           string `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	BlockHeight         uint64 `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	KeyShare            string `protobuf:"bytes,3,opt,name=keyShare,proto3" json:"keyShare,omitempty"`
	KeyShareIndex       uint64 `protobuf:"varint,4,opt,name=keyShareIndex,proto3" json:"keyShareIndex,omitempty"`
	ReceivedTimestamp   uint64 `protobuf:"varint,5,opt,name=receivedTimestamp,proto3" json:"receivedTimestamp,omitempty"`
	ReceivedBlockHeight uint64 `protobuf:"varint,6,opt,name=receivedBlockHeight,proto3" json:"receivedBlockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyShare) Descriptor deprecated

func (*KeyShare) Descriptor() ([]byte, []int)

Deprecated: Use KeyShare.ProtoReflect.Descriptor instead.

func (*KeyShare) GetBlockHeight

func (x *KeyShare) GetBlockHeight() uint64

func (*KeyShare) GetKeyShare

func (x *KeyShare) GetKeyShare() string

func (*KeyShare) GetKeyShareIndex

func (x *KeyShare) GetKeyShareIndex() uint64

func (*KeyShare) GetReceivedBlockHeight

func (x *KeyShare) GetReceivedBlockHeight() uint64

func (*KeyShare) GetReceivedTimestamp

func (x *KeyShare) GetReceivedTimestamp() uint64

func (*KeyShare) GetValidator

func (x *KeyShare) GetValidator() string

func (*KeyShare) ProtoMessage

func (*KeyShare) ProtoMessage()

func (*KeyShare) ProtoReflect

func (x *KeyShare) ProtoReflect() protoreflect.Message

func (*KeyShare) Reset

func (x *KeyShare) Reset()

func (*KeyShare) String

func (x *KeyShare) String() string

type KeyShareRequest

type KeyShareRequest struct {
	Identity     string               `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Pubkey       string               `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	IbcInfo      *IBCInfo             `protobuf:"bytes,3,opt,name=ibc_info,json=ibcInfo,proto3" json:"ibc_info,omitempty"` // Used only when the request is made via IBC
	Counterparty *CounterPartyIBCInfo `protobuf:"bytes,4,opt,name=counterparty,proto3" json:"counterparty,omitempty"`      // Used only when the request is made via IBC
	AggrKeyshare string               `protobuf:"bytes,5,opt,name=aggr_keyshare,json=aggrKeyshare,proto3" json:"aggr_keyshare,omitempty"`
	ProposalId   string               `protobuf:"bytes,6,opt,name=proposal_id,json=proposalId,proto3" json:"proposal_id,omitempty"` // This is only used when the request is for private governance
	RequestId    string               `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`    // might be useful to destination chains to sort out the response
	Sent         bool                 `protobuf:"varint,8,opt,name=sent,proto3" json:"sent,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyShareRequest) Descriptor deprecated

func (*KeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use KeyShareRequest.ProtoReflect.Descriptor instead.

func (*KeyShareRequest) GetAggrKeyshare

func (x *KeyShareRequest) GetAggrKeyshare() string

func (*KeyShareRequest) GetCounterparty

func (x *KeyShareRequest) GetCounterparty() *CounterPartyIBCInfo

func (*KeyShareRequest) GetIbcInfo

func (x *KeyShareRequest) GetIbcInfo() *IBCInfo

func (*KeyShareRequest) GetIdentity

func (x *KeyShareRequest) GetIdentity() string

func (*KeyShareRequest) GetProposalId

func (x *KeyShareRequest) GetProposalId() string

func (*KeyShareRequest) GetPubkey

func (x *KeyShareRequest) GetPubkey() string

func (*KeyShareRequest) GetRequestId

func (x *KeyShareRequest) GetRequestId() string

func (*KeyShareRequest) GetSent

func (x *KeyShareRequest) GetSent() bool

func (*KeyShareRequest) ProtoMessage

func (*KeyShareRequest) ProtoMessage()

func (*KeyShareRequest) ProtoReflect

func (x *KeyShareRequest) ProtoReflect() protoreflect.Message

func (*KeyShareRequest) Reset

func (x *KeyShareRequest) Reset()

func (*KeyShareRequest) String

func (x *KeyShareRequest) String() string

type KeysharePacketData

type KeysharePacketData struct {

	// Types that are assignable to Packet:
	//
	//	*KeysharePacketData_NoData
	//	*KeysharePacketData_RequestAggrKeysharePacket
	//	*KeysharePacketData_GetAggrKeysharePacket
	//	*KeysharePacketData_AggrKeyshareDataPacket
	Packet isKeysharePacketData_Packet `protobuf_oneof:"packet"`
	// contains filtered or unexported fields
}

func (*KeysharePacketData) Descriptor deprecated

func (*KeysharePacketData) Descriptor() ([]byte, []int)

Deprecated: Use KeysharePacketData.ProtoReflect.Descriptor instead.

func (*KeysharePacketData) GetAggrKeyshareDataPacket

func (x *KeysharePacketData) GetAggrKeyshareDataPacket() *AggrKeyshareDataPacketData

func (*KeysharePacketData) GetGetAggrKeysharePacket

func (x *KeysharePacketData) GetGetAggrKeysharePacket() *GetAggrKeysharePacketData

func (*KeysharePacketData) GetNoData

func (x *KeysharePacketData) GetNoData() *NoData

func (*KeysharePacketData) GetPacket

func (x *KeysharePacketData) GetPacket() isKeysharePacketData_Packet

func (*KeysharePacketData) GetRequestAggrKeysharePacket

func (x *KeysharePacketData) GetRequestAggrKeysharePacket() *RequestAggrKeysharePacketData

func (*KeysharePacketData) ProtoMessage

func (*KeysharePacketData) ProtoMessage()

func (*KeysharePacketData) ProtoReflect

func (x *KeysharePacketData) ProtoReflect() protoreflect.Message

func (*KeysharePacketData) Reset

func (x *KeysharePacketData) Reset()

func (*KeysharePacketData) String

func (x *KeysharePacketData) String() string

type KeysharePacketData_AggrKeyshareDataPacket

type KeysharePacketData_AggrKeyshareDataPacket struct {
	AggrKeyshareDataPacket *AggrKeyshareDataPacketData `protobuf:"bytes,4,opt,name=aggrKeyshareDataPacket,proto3,oneof"`
}

type KeysharePacketData_GetAggrKeysharePacket

type KeysharePacketData_GetAggrKeysharePacket struct {
	GetAggrKeysharePacket *GetAggrKeysharePacketData `protobuf:"bytes,3,opt,name=getAggrKeysharePacket,proto3,oneof"`
}

type KeysharePacketData_NoData

type KeysharePacketData_NoData struct {
	NoData *NoData `protobuf:"bytes,1,opt,name=noData,proto3,oneof"`
}

type KeysharePacketData_RequestAggrKeysharePacket

type KeysharePacketData_RequestAggrKeysharePacket struct {
	RequestAggrKeysharePacket *RequestAggrKeysharePacketData `protobuf:"bytes,2,opt,name=requestAggrKeysharePacket,proto3,oneof"`
}

type MsgClient

type MsgClient interface {
	RegisterValidator(ctx context.Context, in *MsgRegisterValidator, opts ...grpc.CallOption) (*MsgRegisterValidatorResponse, error)
	SendKeyshare(ctx context.Context, in *MsgSendKeyshare, opts ...grpc.CallOption) (*MsgSendKeyshareResponse, error)
	// this line is used by starport scaffolding # proto/tx/rpc
	CreateLatestPubKey(ctx context.Context, in *MsgCreateLatestPubKey, opts ...grpc.CallOption) (*MsgCreateLatestPubKeyResponse, error)
	CreateAuthorizedAddress(ctx context.Context, in *MsgCreateAuthorizedAddress, opts ...grpc.CallOption) (*MsgCreateAuthorizedAddressResponse, error)
	UpdateAuthorizedAddress(ctx context.Context, in *MsgUpdateAuthorizedAddress, opts ...grpc.CallOption) (*MsgUpdateAuthorizedAddressResponse, error)
	DeleteAuthorizedAddress(ctx context.Context, in *MsgDeleteAuthorizedAddress, opts ...grpc.CallOption) (*MsgDeleteAuthorizedAddressResponse, error)
	CreateGeneralKeyShare(ctx context.Context, in *MsgCreateGeneralKeyShare, opts ...grpc.CallOption) (*MsgCreateGeneralKeyShareResponse, error)
}

MsgClient is the client API for Msg service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMsgClient

func NewMsgClient(cc grpc.ClientConnInterface) MsgClient

type MsgCreateAuthorizedAddress

type MsgCreateAuthorizedAddress struct {
	Target  string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateAuthorizedAddress) Descriptor deprecated

func (*MsgCreateAuthorizedAddress) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateAuthorizedAddress.ProtoReflect.Descriptor instead.

func (*MsgCreateAuthorizedAddress) GetCreator

func (x *MsgCreateAuthorizedAddress) GetCreator() string

func (*MsgCreateAuthorizedAddress) GetTarget

func (x *MsgCreateAuthorizedAddress) GetTarget() string

func (*MsgCreateAuthorizedAddress) ProtoMessage

func (*MsgCreateAuthorizedAddress) ProtoMessage()

func (*MsgCreateAuthorizedAddress) ProtoReflect

func (*MsgCreateAuthorizedAddress) Reset

func (x *MsgCreateAuthorizedAddress) Reset()

func (*MsgCreateAuthorizedAddress) String

func (x *MsgCreateAuthorizedAddress) String() string

type MsgCreateAuthorizedAddressResponse

type MsgCreateAuthorizedAddressResponse struct {
	// contains filtered or unexported fields
}

func (*MsgCreateAuthorizedAddressResponse) Descriptor deprecated

func (*MsgCreateAuthorizedAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateAuthorizedAddressResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateAuthorizedAddressResponse) ProtoMessage

func (*MsgCreateAuthorizedAddressResponse) ProtoMessage()

func (*MsgCreateAuthorizedAddressResponse) ProtoReflect

func (*MsgCreateAuthorizedAddressResponse) Reset

func (*MsgCreateAuthorizedAddressResponse) String

type MsgCreateGeneralKeyShare

type MsgCreateGeneralKeyShare struct {
	Creator             string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	IdType              string `protobuf:"bytes,2,opt,name=idType,proto3" json:"idType,omitempty"`
	IdValue             string `protobuf:"bytes,3,opt,name=idValue,proto3" json:"idValue,omitempty"`
	KeyShare            string `protobuf:"bytes,4,opt,name=keyShare,proto3" json:"keyShare,omitempty"`
	KeyShareIndex       uint64 `protobuf:"varint,5,opt,name=keyShareIndex,proto3" json:"keyShareIndex,omitempty"`
	ReceivedTimestamp   uint64 `protobuf:"varint,6,opt,name=receivedTimestamp,proto3" json:"receivedTimestamp,omitempty"`
	ReceivedBlockHeight uint64 `protobuf:"varint,7,opt,name=receivedBlockHeight,proto3" json:"receivedBlockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateGeneralKeyShare) Descriptor deprecated

func (*MsgCreateGeneralKeyShare) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateGeneralKeyShare.ProtoReflect.Descriptor instead.

func (*MsgCreateGeneralKeyShare) GetCreator

func (x *MsgCreateGeneralKeyShare) GetCreator() string

func (*MsgCreateGeneralKeyShare) GetIdType

func (x *MsgCreateGeneralKeyShare) GetIdType() string

func (*MsgCreateGeneralKeyShare) GetIdValue

func (x *MsgCreateGeneralKeyShare) GetIdValue() string

func (*MsgCreateGeneralKeyShare) GetKeyShare

func (x *MsgCreateGeneralKeyShare) GetKeyShare() string

func (*MsgCreateGeneralKeyShare) GetKeyShareIndex

func (x *MsgCreateGeneralKeyShare) GetKeyShareIndex() uint64

func (*MsgCreateGeneralKeyShare) GetReceivedBlockHeight

func (x *MsgCreateGeneralKeyShare) GetReceivedBlockHeight() uint64

func (*MsgCreateGeneralKeyShare) GetReceivedTimestamp

func (x *MsgCreateGeneralKeyShare) GetReceivedTimestamp() uint64

func (*MsgCreateGeneralKeyShare) ProtoMessage

func (*MsgCreateGeneralKeyShare) ProtoMessage()

func (*MsgCreateGeneralKeyShare) ProtoReflect

func (x *MsgCreateGeneralKeyShare) ProtoReflect() protoreflect.Message

func (*MsgCreateGeneralKeyShare) Reset

func (x *MsgCreateGeneralKeyShare) Reset()

func (*MsgCreateGeneralKeyShare) String

func (x *MsgCreateGeneralKeyShare) String() string

type MsgCreateGeneralKeyShareResponse

type MsgCreateGeneralKeyShareResponse struct {
	Creator             string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	IdType              string `protobuf:"bytes,2,opt,name=idType,proto3" json:"idType,omitempty"`
	IdValue             string `protobuf:"bytes,3,opt,name=idValue,proto3" json:"idValue,omitempty"`
	KeyShare            string `protobuf:"bytes,4,opt,name=keyShare,proto3" json:"keyShare,omitempty"`
	KeyShareIndex       uint64 `protobuf:"varint,5,opt,name=keyShareIndex,proto3" json:"keyShareIndex,omitempty"`
	ReceivedBlockHeight uint64 `protobuf:"varint,6,opt,name=receivedBlockHeight,proto3" json:"receivedBlockHeight,omitempty"`
	Success             bool   `protobuf:"varint,7,opt,name=success,proto3" json:"success,omitempty"`
	ErrorMessage        string `protobuf:"bytes,8,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCreateGeneralKeyShareResponse) Descriptor deprecated

func (*MsgCreateGeneralKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateGeneralKeyShareResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateGeneralKeyShareResponse) GetCreator

func (x *MsgCreateGeneralKeyShareResponse) GetCreator() string

func (*MsgCreateGeneralKeyShareResponse) GetErrorMessage

func (x *MsgCreateGeneralKeyShareResponse) GetErrorMessage() string

func (*MsgCreateGeneralKeyShareResponse) GetIdType

func (*MsgCreateGeneralKeyShareResponse) GetIdValue

func (x *MsgCreateGeneralKeyShareResponse) GetIdValue() string

func (*MsgCreateGeneralKeyShareResponse) GetKeyShare

func (x *MsgCreateGeneralKeyShareResponse) GetKeyShare() string

func (*MsgCreateGeneralKeyShareResponse) GetKeyShareIndex

func (x *MsgCreateGeneralKeyShareResponse) GetKeyShareIndex() uint64

func (*MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight

func (x *MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight() uint64

func (*MsgCreateGeneralKeyShareResponse) GetSuccess

func (x *MsgCreateGeneralKeyShareResponse) GetSuccess() bool

func (*MsgCreateGeneralKeyShareResponse) ProtoMessage

func (*MsgCreateGeneralKeyShareResponse) ProtoMessage()

func (*MsgCreateGeneralKeyShareResponse) ProtoReflect

func (*MsgCreateGeneralKeyShareResponse) Reset

func (*MsgCreateGeneralKeyShareResponse) String

type MsgCreateLatestPubKey

type MsgCreateLatestPubKey struct {
	Creator            string   `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	PublicKey          string   `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Commitments        []string `protobuf:"bytes,3,rep,name=commitments,proto3" json:"commitments,omitempty"`
	NumberOfValidators uint64   `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"`
	// contains filtered or unexported fields
}

this line is used by starport scaffolding # proto/tx/message

func (*MsgCreateLatestPubKey) Descriptor deprecated

func (*MsgCreateLatestPubKey) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateLatestPubKey.ProtoReflect.Descriptor instead.

func (*MsgCreateLatestPubKey) GetCommitments

func (x *MsgCreateLatestPubKey) GetCommitments() []string

func (*MsgCreateLatestPubKey) GetCreator

func (x *MsgCreateLatestPubKey) GetCreator() string

func (*MsgCreateLatestPubKey) GetNumberOfValidators added in v0.5.0

func (x *MsgCreateLatestPubKey) GetNumberOfValidators() uint64

func (*MsgCreateLatestPubKey) GetPublicKey

func (x *MsgCreateLatestPubKey) GetPublicKey() string

func (*MsgCreateLatestPubKey) ProtoMessage

func (*MsgCreateLatestPubKey) ProtoMessage()

func (*MsgCreateLatestPubKey) ProtoReflect

func (x *MsgCreateLatestPubKey) ProtoReflect() protoreflect.Message

func (*MsgCreateLatestPubKey) Reset

func (x *MsgCreateLatestPubKey) Reset()

func (*MsgCreateLatestPubKey) String

func (x *MsgCreateLatestPubKey) String() string

type MsgCreateLatestPubKeyResponse

type MsgCreateLatestPubKeyResponse struct {
	// contains filtered or unexported fields
}

func (*MsgCreateLatestPubKeyResponse) Descriptor deprecated

func (*MsgCreateLatestPubKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgCreateLatestPubKeyResponse.ProtoReflect.Descriptor instead.

func (*MsgCreateLatestPubKeyResponse) ProtoMessage

func (*MsgCreateLatestPubKeyResponse) ProtoMessage()

func (*MsgCreateLatestPubKeyResponse) ProtoReflect

func (*MsgCreateLatestPubKeyResponse) Reset

func (x *MsgCreateLatestPubKeyResponse) Reset()

func (*MsgCreateLatestPubKeyResponse) String

type MsgDeleteAuthorizedAddress

type MsgDeleteAuthorizedAddress struct {
	Target  string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgDeleteAuthorizedAddress) Descriptor deprecated

func (*MsgDeleteAuthorizedAddress) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteAuthorizedAddress.ProtoReflect.Descriptor instead.

func (*MsgDeleteAuthorizedAddress) GetCreator

func (x *MsgDeleteAuthorizedAddress) GetCreator() string

func (*MsgDeleteAuthorizedAddress) GetTarget

func (x *MsgDeleteAuthorizedAddress) GetTarget() string

func (*MsgDeleteAuthorizedAddress) ProtoMessage

func (*MsgDeleteAuthorizedAddress) ProtoMessage()

func (*MsgDeleteAuthorizedAddress) ProtoReflect

func (*MsgDeleteAuthorizedAddress) Reset

func (x *MsgDeleteAuthorizedAddress) Reset()

func (*MsgDeleteAuthorizedAddress) String

func (x *MsgDeleteAuthorizedAddress) String() string

type MsgDeleteAuthorizedAddressResponse

type MsgDeleteAuthorizedAddressResponse struct {
	// contains filtered or unexported fields
}

func (*MsgDeleteAuthorizedAddressResponse) Descriptor deprecated

func (*MsgDeleteAuthorizedAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgDeleteAuthorizedAddressResponse.ProtoReflect.Descriptor instead.

func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage

func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage()

func (*MsgDeleteAuthorizedAddressResponse) ProtoReflect

func (*MsgDeleteAuthorizedAddressResponse) Reset

func (*MsgDeleteAuthorizedAddressResponse) String

type MsgRegisterValidator

type MsgRegisterValidator struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRegisterValidator) Descriptor deprecated

func (*MsgRegisterValidator) Descriptor() ([]byte, []int)

Deprecated: Use MsgRegisterValidator.ProtoReflect.Descriptor instead.

func (*MsgRegisterValidator) GetCreator

func (x *MsgRegisterValidator) GetCreator() string

func (*MsgRegisterValidator) ProtoMessage

func (*MsgRegisterValidator) ProtoMessage()

func (*MsgRegisterValidator) ProtoReflect

func (x *MsgRegisterValidator) ProtoReflect() protoreflect.Message

func (*MsgRegisterValidator) Reset

func (x *MsgRegisterValidator) Reset()

func (*MsgRegisterValidator) String

func (x *MsgRegisterValidator) String() string

type MsgRegisterValidatorResponse

type MsgRegisterValidatorResponse struct {
	Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRegisterValidatorResponse) Descriptor deprecated

func (*MsgRegisterValidatorResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgRegisterValidatorResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterValidatorResponse) GetCreator

func (x *MsgRegisterValidatorResponse) GetCreator() string

func (*MsgRegisterValidatorResponse) ProtoMessage

func (*MsgRegisterValidatorResponse) ProtoMessage()

func (*MsgRegisterValidatorResponse) ProtoReflect

func (*MsgRegisterValidatorResponse) Reset

func (x *MsgRegisterValidatorResponse) Reset()

func (*MsgRegisterValidatorResponse) String

type MsgSendKeyshare

type MsgSendKeyshare struct {
	Creator       string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Message       string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	KeyShareIndex uint64 `protobuf:"varint,3,opt,name=keyShareIndex,proto3" json:"keyShareIndex,omitempty"`
	BlockHeight   uint64 `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSendKeyshare) Descriptor deprecated

func (*MsgSendKeyshare) Descriptor() ([]byte, []int)

Deprecated: Use MsgSendKeyshare.ProtoReflect.Descriptor instead.

func (*MsgSendKeyshare) GetBlockHeight

func (x *MsgSendKeyshare) GetBlockHeight() uint64

func (*MsgSendKeyshare) GetCreator

func (x *MsgSendKeyshare) GetCreator() string

func (*MsgSendKeyshare) GetKeyShareIndex

func (x *MsgSendKeyshare) GetKeyShareIndex() uint64

func (*MsgSendKeyshare) GetMessage

func (x *MsgSendKeyshare) GetMessage() string

func (*MsgSendKeyshare) ProtoMessage

func (*MsgSendKeyshare) ProtoMessage()

func (*MsgSendKeyshare) ProtoReflect

func (x *MsgSendKeyshare) ProtoReflect() protoreflect.Message

func (*MsgSendKeyshare) Reset

func (x *MsgSendKeyshare) Reset()

func (*MsgSendKeyshare) String

func (x *MsgSendKeyshare) String() string

type MsgSendKeyshareResponse

type MsgSendKeyshareResponse struct {
	Creator             string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
	Keyshare            string `protobuf:"bytes,2,opt,name=keyshare,proto3" json:"keyshare,omitempty"`
	KeyshareIndex       uint64 `protobuf:"varint,3,opt,name=keyshareIndex,proto3" json:"keyshareIndex,omitempty"`
	BlockHeight         uint64 `protobuf:"varint,4,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	ReceivedBlockHeight uint64 `protobuf:"varint,5,opt,name=receivedBlockHeight,proto3" json:"receivedBlockHeight,omitempty"`
	Success             bool   `protobuf:"varint,6,opt,name=success,proto3" json:"success,omitempty"`
	ErrorMessage        string `protobuf:"bytes,7,opt,name=errorMessage,proto3" json:"errorMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgSendKeyshareResponse) Descriptor deprecated

func (*MsgSendKeyshareResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgSendKeyshareResponse.ProtoReflect.Descriptor instead.

func (*MsgSendKeyshareResponse) GetBlockHeight

func (x *MsgSendKeyshareResponse) GetBlockHeight() uint64

func (*MsgSendKeyshareResponse) GetCreator

func (x *MsgSendKeyshareResponse) GetCreator() string

func (*MsgSendKeyshareResponse) GetErrorMessage

func (x *MsgSendKeyshareResponse) GetErrorMessage() string

func (*MsgSendKeyshareResponse) GetKeyshare

func (x *MsgSendKeyshareResponse) GetKeyshare() string

func (*MsgSendKeyshareResponse) GetKeyshareIndex

func (x *MsgSendKeyshareResponse) GetKeyshareIndex() uint64

func (*MsgSendKeyshareResponse) GetReceivedBlockHeight

func (x *MsgSendKeyshareResponse) GetReceivedBlockHeight() uint64

func (*MsgSendKeyshareResponse) GetSuccess

func (x *MsgSendKeyshareResponse) GetSuccess() bool

func (*MsgSendKeyshareResponse) ProtoMessage

func (*MsgSendKeyshareResponse) ProtoMessage()

func (*MsgSendKeyshareResponse) ProtoReflect

func (x *MsgSendKeyshareResponse) ProtoReflect() protoreflect.Message

func (*MsgSendKeyshareResponse) Reset

func (x *MsgSendKeyshareResponse) Reset()

func (*MsgSendKeyshareResponse) String

func (x *MsgSendKeyshareResponse) String() string

type MsgServer

type MsgServer interface {
	RegisterValidator(context.Context, *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error)
	SendKeyshare(context.Context, *MsgSendKeyshare) (*MsgSendKeyshareResponse, error)
	// this line is used by starport scaffolding # proto/tx/rpc
	CreateLatestPubKey(context.Context, *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error)
	CreateAuthorizedAddress(context.Context, *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error)
	UpdateAuthorizedAddress(context.Context, *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error)
	DeleteAuthorizedAddress(context.Context, *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error)
	CreateGeneralKeyShare(context.Context, *MsgCreateGeneralKeyShare) (*MsgCreateGeneralKeyShareResponse, error)
	// contains filtered or unexported methods
}

MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility

type MsgUpdateAuthorizedAddress

type MsgUpdateAuthorizedAddress struct {
	Target       string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	IsAuthorized bool   `protobuf:"varint,2,opt,name=isAuthorized,proto3" json:"isAuthorized,omitempty"`
	Creator      string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgUpdateAuthorizedAddress) Descriptor deprecated

func (*MsgUpdateAuthorizedAddress) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateAuthorizedAddress.ProtoReflect.Descriptor instead.

func (*MsgUpdateAuthorizedAddress) GetCreator

func (x *MsgUpdateAuthorizedAddress) GetCreator() string

func (*MsgUpdateAuthorizedAddress) GetIsAuthorized

func (x *MsgUpdateAuthorizedAddress) GetIsAuthorized() bool

func (*MsgUpdateAuthorizedAddress) GetTarget

func (x *MsgUpdateAuthorizedAddress) GetTarget() string

func (*MsgUpdateAuthorizedAddress) ProtoMessage

func (*MsgUpdateAuthorizedAddress) ProtoMessage()

func (*MsgUpdateAuthorizedAddress) ProtoReflect

func (*MsgUpdateAuthorizedAddress) Reset

func (x *MsgUpdateAuthorizedAddress) Reset()

func (*MsgUpdateAuthorizedAddress) String

func (x *MsgUpdateAuthorizedAddress) String() string

type MsgUpdateAuthorizedAddressResponse

type MsgUpdateAuthorizedAddressResponse struct {
	// contains filtered or unexported fields
}

func (*MsgUpdateAuthorizedAddressResponse) Descriptor deprecated

func (*MsgUpdateAuthorizedAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateAuthorizedAddressResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage

func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage()

func (*MsgUpdateAuthorizedAddressResponse) ProtoReflect

func (*MsgUpdateAuthorizedAddressResponse) Reset

func (*MsgUpdateAuthorizedAddressResponse) String

type NoData

type NoData struct {
	// contains filtered or unexported fields
}

func (*NoData) Descriptor deprecated

func (*NoData) Descriptor() ([]byte, []int)

Deprecated: Use NoData.ProtoReflect.Descriptor instead.

func (*NoData) ProtoMessage

func (*NoData) ProtoMessage()

func (*NoData) ProtoReflect

func (x *NoData) ProtoReflect() protoreflect.Message

func (*NoData) Reset

func (x *NoData) Reset()

func (*NoData) String

func (x *NoData) String() string

type Params

type Params struct {
	KeyExpiry                  uint64   `protobuf:"varint,1,opt,name=key_expiry,json=keyExpiry,proto3" json:"key_expiry,omitempty"`
	TrustedAddresses           []string `protobuf:"bytes,2,rep,name=trusted_addresses,json=trustedAddresses,proto3" json:"trusted_addresses,omitempty"`
	SlashFractionNoKeyshare    []byte   `` /* 134-byte string literal not displayed */
	SlashFractionWrongKeyshare []byte   `` /* 143-byte string literal not displayed */
	MinimumBonded              uint64   `protobuf:"varint,5,opt,name=minimum_bonded,json=minimumBonded,proto3" json:"minimum_bonded,omitempty"`
	MaxIdledBlock              uint64   `protobuf:"varint,6,opt,name=max_idled_block,json=maxIdledBlock,proto3" json:"max_idled_block,omitempty"`
	// contains filtered or unexported fields
}

Params defines the parameters for the module.

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetKeyExpiry

func (x *Params) GetKeyExpiry() uint64

func (*Params) GetMaxIdledBlock

func (x *Params) GetMaxIdledBlock() uint64

func (*Params) GetMinimumBonded

func (x *Params) GetMinimumBonded() uint64

func (*Params) GetSlashFractionNoKeyshare

func (x *Params) GetSlashFractionNoKeyshare() []byte

func (*Params) GetSlashFractionWrongKeyshare

func (x *Params) GetSlashFractionWrongKeyshare() []byte

func (*Params) GetTrustedAddresses

func (x *Params) GetTrustedAddresses() []string

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryAllAggregatedKeyShareRequest

type QueryAllAggregatedKeyShareRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAggregatedKeyShareRequest) Descriptor deprecated

func (*QueryAllAggregatedKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAggregatedKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryAllAggregatedKeyShareRequest) GetPagination

func (*QueryAllAggregatedKeyShareRequest) ProtoMessage

func (*QueryAllAggregatedKeyShareRequest) ProtoMessage()

func (*QueryAllAggregatedKeyShareRequest) ProtoReflect

func (*QueryAllAggregatedKeyShareRequest) Reset

func (*QueryAllAggregatedKeyShareRequest) String

type QueryAllAggregatedKeyShareResponse

type QueryAllAggregatedKeyShareResponse struct {
	AggregatedKeyShare []*AggregatedKeyShare `protobuf:"bytes,1,rep,name=aggregatedKeyShare,proto3" json:"aggregatedKeyShare,omitempty"`
	Pagination         *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAggregatedKeyShareResponse) Descriptor deprecated

func (*QueryAllAggregatedKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAggregatedKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare

func (x *QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare() []*AggregatedKeyShare

func (*QueryAllAggregatedKeyShareResponse) GetPagination

func (*QueryAllAggregatedKeyShareResponse) ProtoMessage

func (*QueryAllAggregatedKeyShareResponse) ProtoMessage()

func (*QueryAllAggregatedKeyShareResponse) ProtoReflect

func (*QueryAllAggregatedKeyShareResponse) Reset

func (*QueryAllAggregatedKeyShareResponse) String

type QueryAllAuthorizedAddressRequest

type QueryAllAuthorizedAddressRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAuthorizedAddressRequest) Descriptor deprecated

func (*QueryAllAuthorizedAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAuthorizedAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryAllAuthorizedAddressRequest) GetPagination

func (*QueryAllAuthorizedAddressRequest) ProtoMessage

func (*QueryAllAuthorizedAddressRequest) ProtoMessage()

func (*QueryAllAuthorizedAddressRequest) ProtoReflect

func (*QueryAllAuthorizedAddressRequest) Reset

func (*QueryAllAuthorizedAddressRequest) String

type QueryAllAuthorizedAddressResponse

type QueryAllAuthorizedAddressResponse struct {
	AuthorizedAddress []*AuthorizedAddress  `protobuf:"bytes,1,rep,name=authorizedAddress,proto3" json:"authorizedAddress,omitempty"`
	Pagination        *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllAuthorizedAddressResponse) Descriptor deprecated

func (*QueryAllAuthorizedAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllAuthorizedAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryAllAuthorizedAddressResponse) GetAuthorizedAddress

func (x *QueryAllAuthorizedAddressResponse) GetAuthorizedAddress() []*AuthorizedAddress

func (*QueryAllAuthorizedAddressResponse) GetPagination

func (*QueryAllAuthorizedAddressResponse) ProtoMessage

func (*QueryAllAuthorizedAddressResponse) ProtoMessage()

func (*QueryAllAuthorizedAddressResponse) ProtoReflect

func (*QueryAllAuthorizedAddressResponse) Reset

func (*QueryAllAuthorizedAddressResponse) String

type QueryAllGeneralKeyShareRequest

type QueryAllGeneralKeyShareRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGeneralKeyShareRequest) Descriptor deprecated

func (*QueryAllGeneralKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllGeneralKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryAllGeneralKeyShareRequest) GetPagination

func (*QueryAllGeneralKeyShareRequest) ProtoMessage

func (*QueryAllGeneralKeyShareRequest) ProtoMessage()

func (*QueryAllGeneralKeyShareRequest) ProtoReflect

func (*QueryAllGeneralKeyShareRequest) Reset

func (x *QueryAllGeneralKeyShareRequest) Reset()

func (*QueryAllGeneralKeyShareRequest) String

type QueryAllGeneralKeyShareResponse

type QueryAllGeneralKeyShareResponse struct {
	GeneralKeyShare []*GeneralKeyShare    `protobuf:"bytes,1,rep,name=generalKeyShare,proto3" json:"generalKeyShare,omitempty"`
	Pagination      *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllGeneralKeyShareResponse) Descriptor deprecated

func (*QueryAllGeneralKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllGeneralKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryAllGeneralKeyShareResponse) GetGeneralKeyShare

func (x *QueryAllGeneralKeyShareResponse) GetGeneralKeyShare() []*GeneralKeyShare

func (*QueryAllGeneralKeyShareResponse) GetPagination

func (*QueryAllGeneralKeyShareResponse) ProtoMessage

func (*QueryAllGeneralKeyShareResponse) ProtoMessage()

func (*QueryAllGeneralKeyShareResponse) ProtoReflect

func (*QueryAllGeneralKeyShareResponse) Reset

func (*QueryAllGeneralKeyShareResponse) String

type QueryAllKeyShareRequest

type QueryAllKeyShareRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllKeyShareRequest) Descriptor deprecated

func (*QueryAllKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryAllKeyShareRequest) GetPagination

func (x *QueryAllKeyShareRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllKeyShareRequest) ProtoMessage

func (*QueryAllKeyShareRequest) ProtoMessage()

func (*QueryAllKeyShareRequest) ProtoReflect

func (x *QueryAllKeyShareRequest) ProtoReflect() protoreflect.Message

func (*QueryAllKeyShareRequest) Reset

func (x *QueryAllKeyShareRequest) Reset()

func (*QueryAllKeyShareRequest) String

func (x *QueryAllKeyShareRequest) String() string

type QueryAllKeyShareResponse

type QueryAllKeyShareResponse struct {
	KeyShare   []*KeyShare           `protobuf:"bytes,1,rep,name=keyShare,proto3" json:"keyShare,omitempty"`
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllKeyShareResponse) Descriptor deprecated

func (*QueryAllKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryAllKeyShareResponse) GetKeyShare

func (x *QueryAllKeyShareResponse) GetKeyShare() []*KeyShare

func (*QueryAllKeyShareResponse) GetPagination

func (x *QueryAllKeyShareResponse) GetPagination() *v1beta1.PageResponse

func (*QueryAllKeyShareResponse) ProtoMessage

func (*QueryAllKeyShareResponse) ProtoMessage()

func (*QueryAllKeyShareResponse) ProtoReflect

func (x *QueryAllKeyShareResponse) ProtoReflect() protoreflect.Message

func (*QueryAllKeyShareResponse) Reset

func (x *QueryAllKeyShareResponse) Reset()

func (*QueryAllKeyShareResponse) String

func (x *QueryAllKeyShareResponse) String() string

type QueryAllValidatorSetRequest

type QueryAllValidatorSetRequest struct {
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllValidatorSetRequest) Descriptor deprecated

func (*QueryAllValidatorSetRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllValidatorSetRequest.ProtoReflect.Descriptor instead.

func (*QueryAllValidatorSetRequest) GetPagination

func (x *QueryAllValidatorSetRequest) GetPagination() *v1beta1.PageRequest

func (*QueryAllValidatorSetRequest) ProtoMessage

func (*QueryAllValidatorSetRequest) ProtoMessage()

func (*QueryAllValidatorSetRequest) ProtoReflect

func (*QueryAllValidatorSetRequest) Reset

func (x *QueryAllValidatorSetRequest) Reset()

func (*QueryAllValidatorSetRequest) String

func (x *QueryAllValidatorSetRequest) String() string

type QueryAllValidatorSetResponse

type QueryAllValidatorSetResponse struct {
	ValidatorSet []*ValidatorSet       `protobuf:"bytes,1,rep,name=validatorSet,proto3" json:"validatorSet,omitempty"`
	Pagination   *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryAllValidatorSetResponse) Descriptor deprecated

func (*QueryAllValidatorSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryAllValidatorSetResponse.ProtoReflect.Descriptor instead.

func (*QueryAllValidatorSetResponse) GetPagination

func (*QueryAllValidatorSetResponse) GetValidatorSet

func (x *QueryAllValidatorSetResponse) GetValidatorSet() []*ValidatorSet

func (*QueryAllValidatorSetResponse) ProtoMessage

func (*QueryAllValidatorSetResponse) ProtoMessage()

func (*QueryAllValidatorSetResponse) ProtoReflect

func (*QueryAllValidatorSetResponse) Reset

func (x *QueryAllValidatorSetResponse) Reset()

func (*QueryAllValidatorSetResponse) String

type QueryClient

type QueryClient interface {
	Commitments(ctx context.Context, in *QueryCommitmentsRequest, opts ...grpc.CallOption) (*QueryCommitmentsResponse, error)
	// Parameters queries the parameters of the module.
	Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
	// Queries a ValidatorSet by index.
	ValidatorSet(ctx context.Context, in *QueryGetValidatorSetRequest, opts ...grpc.CallOption) (*QueryGetValidatorSetResponse, error)
	// Queries a list of ValidatorSet items.
	ValidatorSetAll(ctx context.Context, in *QueryAllValidatorSetRequest, opts ...grpc.CallOption) (*QueryAllValidatorSetResponse, error)
	// Queries a KeyShare by index.
	KeyShare(ctx context.Context, in *QueryGetKeyShareRequest, opts ...grpc.CallOption) (*QueryGetKeyShareResponse, error)
	// Queries a list of KeyShare items.
	KeyShareAll(ctx context.Context, in *QueryAllKeyShareRequest, opts ...grpc.CallOption) (*QueryAllKeyShareResponse, error)
	// Queries a list of AggregatedKeyShare items.
	AggregatedKeyShare(ctx context.Context, in *QueryGetAggregatedKeyShareRequest, opts ...grpc.CallOption) (*QueryGetAggregatedKeyShareResponse, error)
	AggregatedKeyShareAll(ctx context.Context, in *QueryAllAggregatedKeyShareRequest, opts ...grpc.CallOption) (*QueryAllAggregatedKeyShareResponse, error)
	// Queries the public keys
	PubKey(ctx context.Context, in *QueryPubKeyRequest, opts ...grpc.CallOption) (*QueryPubKeyResponse, error)
	// Queries a list of AuthorizedAddress items.
	AuthorizedAddress(ctx context.Context, in *QueryGetAuthorizedAddressRequest, opts ...grpc.CallOption) (*QueryGetAuthorizedAddressResponse, error)
	AuthorizedAddressAll(ctx context.Context, in *QueryAllAuthorizedAddressRequest, opts ...grpc.CallOption) (*QueryAllAuthorizedAddressResponse, error)
	// Queries a list of GeneralKeyShare items.
	GeneralKeyShare(ctx context.Context, in *QueryGetGeneralKeyShareRequest, opts ...grpc.CallOption) (*QueryGetGeneralKeyShareResponse, error)
	GeneralKeyShareAll(ctx context.Context, in *QueryAllGeneralKeyShareRequest, opts ...grpc.CallOption) (*QueryAllGeneralKeyShareResponse, error)
}

QueryClient is the client API for Query service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryClient

func NewQueryClient(cc grpc.ClientConnInterface) QueryClient

type QueryCommitmentsRequest

type QueryCommitmentsRequest struct {
	// contains filtered or unexported fields
}

func (*QueryCommitmentsRequest) Descriptor deprecated

func (*QueryCommitmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryCommitmentsRequest.ProtoReflect.Descriptor instead.

func (*QueryCommitmentsRequest) ProtoMessage

func (*QueryCommitmentsRequest) ProtoMessage()

func (*QueryCommitmentsRequest) ProtoReflect

func (x *QueryCommitmentsRequest) ProtoReflect() protoreflect.Message

func (*QueryCommitmentsRequest) Reset

func (x *QueryCommitmentsRequest) Reset()

func (*QueryCommitmentsRequest) String

func (x *QueryCommitmentsRequest) String() string

type QueryCommitmentsResponse

type QueryCommitmentsResponse struct {
	ActiveCommitments *Commitments `protobuf:"bytes,1,opt,name=activeCommitments,proto3" json:"activeCommitments,omitempty"`
	QueuedCommitments *Commitments `protobuf:"bytes,2,opt,name=queuedCommitments,proto3" json:"queuedCommitments,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryCommitmentsResponse) Descriptor deprecated

func (*QueryCommitmentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryCommitmentsResponse.ProtoReflect.Descriptor instead.

func (*QueryCommitmentsResponse) GetActiveCommitments

func (x *QueryCommitmentsResponse) GetActiveCommitments() *Commitments

func (*QueryCommitmentsResponse) GetQueuedCommitments

func (x *QueryCommitmentsResponse) GetQueuedCommitments() *Commitments

func (*QueryCommitmentsResponse) ProtoMessage

func (*QueryCommitmentsResponse) ProtoMessage()

func (*QueryCommitmentsResponse) ProtoReflect

func (x *QueryCommitmentsResponse) ProtoReflect() protoreflect.Message

func (*QueryCommitmentsResponse) Reset

func (x *QueryCommitmentsResponse) Reset()

func (*QueryCommitmentsResponse) String

func (x *QueryCommitmentsResponse) String() string

type QueryGetAggregatedKeyShareRequest

type QueryGetAggregatedKeyShareRequest struct {
	Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

this line is used by starport scaffolding # 3

func (*QueryGetAggregatedKeyShareRequest) Descriptor deprecated

func (*QueryGetAggregatedKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAggregatedKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryGetAggregatedKeyShareRequest) GetHeight

func (*QueryGetAggregatedKeyShareRequest) ProtoMessage

func (*QueryGetAggregatedKeyShareRequest) ProtoMessage()

func (*QueryGetAggregatedKeyShareRequest) ProtoReflect

func (*QueryGetAggregatedKeyShareRequest) Reset

func (*QueryGetAggregatedKeyShareRequest) String

type QueryGetAggregatedKeyShareResponse

type QueryGetAggregatedKeyShareResponse struct {
	AggregatedKeyShare *AggregatedKeyShare `protobuf:"bytes,1,opt,name=aggregatedKeyShare,proto3" json:"aggregatedKeyShare,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAggregatedKeyShareResponse) Descriptor deprecated

func (*QueryGetAggregatedKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAggregatedKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare

func (x *QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare() *AggregatedKeyShare

func (*QueryGetAggregatedKeyShareResponse) ProtoMessage

func (*QueryGetAggregatedKeyShareResponse) ProtoMessage()

func (*QueryGetAggregatedKeyShareResponse) ProtoReflect

func (*QueryGetAggregatedKeyShareResponse) Reset

func (*QueryGetAggregatedKeyShareResponse) String

type QueryGetAuthorizedAddressRequest

type QueryGetAuthorizedAddressRequest struct {
	Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAuthorizedAddressRequest) Descriptor deprecated

func (*QueryGetAuthorizedAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAuthorizedAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryGetAuthorizedAddressRequest) GetTarget

func (*QueryGetAuthorizedAddressRequest) ProtoMessage

func (*QueryGetAuthorizedAddressRequest) ProtoMessage()

func (*QueryGetAuthorizedAddressRequest) ProtoReflect

func (*QueryGetAuthorizedAddressRequest) Reset

func (*QueryGetAuthorizedAddressRequest) String

type QueryGetAuthorizedAddressResponse

type QueryGetAuthorizedAddressResponse struct {
	AuthorizedAddress *AuthorizedAddress `protobuf:"bytes,1,opt,name=authorizedAddress,proto3" json:"authorizedAddress,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetAuthorizedAddressResponse) Descriptor deprecated

func (*QueryGetAuthorizedAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetAuthorizedAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryGetAuthorizedAddressResponse) GetAuthorizedAddress

func (x *QueryGetAuthorizedAddressResponse) GetAuthorizedAddress() *AuthorizedAddress

func (*QueryGetAuthorizedAddressResponse) ProtoMessage

func (*QueryGetAuthorizedAddressResponse) ProtoMessage()

func (*QueryGetAuthorizedAddressResponse) ProtoReflect

func (*QueryGetAuthorizedAddressResponse) Reset

func (*QueryGetAuthorizedAddressResponse) String

type QueryGetGeneralKeyShareRequest

type QueryGetGeneralKeyShareRequest struct {
	Validator string `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	IdType    string `protobuf:"bytes,2,opt,name=idType,proto3" json:"idType,omitempty"`
	IdValue   string `protobuf:"bytes,3,opt,name=idValue,proto3" json:"idValue,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGeneralKeyShareRequest) Descriptor deprecated

func (*QueryGetGeneralKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetGeneralKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryGetGeneralKeyShareRequest) GetIdType

func (x *QueryGetGeneralKeyShareRequest) GetIdType() string

func (*QueryGetGeneralKeyShareRequest) GetIdValue

func (x *QueryGetGeneralKeyShareRequest) GetIdValue() string

func (*QueryGetGeneralKeyShareRequest) GetValidator

func (x *QueryGetGeneralKeyShareRequest) GetValidator() string

func (*QueryGetGeneralKeyShareRequest) ProtoMessage

func (*QueryGetGeneralKeyShareRequest) ProtoMessage()

func (*QueryGetGeneralKeyShareRequest) ProtoReflect

func (*QueryGetGeneralKeyShareRequest) Reset

func (x *QueryGetGeneralKeyShareRequest) Reset()

func (*QueryGetGeneralKeyShareRequest) String

type QueryGetGeneralKeyShareResponse

type QueryGetGeneralKeyShareResponse struct {
	GeneralKeyShare *GeneralKeyShare `protobuf:"bytes,1,opt,name=generalKeyShare,proto3" json:"generalKeyShare,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetGeneralKeyShareResponse) Descriptor deprecated

func (*QueryGetGeneralKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetGeneralKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryGetGeneralKeyShareResponse) GetGeneralKeyShare

func (x *QueryGetGeneralKeyShareResponse) GetGeneralKeyShare() *GeneralKeyShare

func (*QueryGetGeneralKeyShareResponse) ProtoMessage

func (*QueryGetGeneralKeyShareResponse) ProtoMessage()

func (*QueryGetGeneralKeyShareResponse) ProtoReflect

func (*QueryGetGeneralKeyShareResponse) Reset

func (*QueryGetGeneralKeyShareResponse) String

type QueryGetKeyShareRequest

type QueryGetKeyShareRequest struct {
	Validator   string `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
	BlockHeight uint64 `protobuf:"varint,2,opt,name=blockHeight,proto3" json:"blockHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetKeyShareRequest) Descriptor deprecated

func (*QueryGetKeyShareRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetKeyShareRequest.ProtoReflect.Descriptor instead.

func (*QueryGetKeyShareRequest) GetBlockHeight

func (x *QueryGetKeyShareRequest) GetBlockHeight() uint64

func (*QueryGetKeyShareRequest) GetValidator

func (x *QueryGetKeyShareRequest) GetValidator() string

func (*QueryGetKeyShareRequest) ProtoMessage

func (*QueryGetKeyShareRequest) ProtoMessage()

func (*QueryGetKeyShareRequest) ProtoReflect

func (x *QueryGetKeyShareRequest) ProtoReflect() protoreflect.Message

func (*QueryGetKeyShareRequest) Reset

func (x *QueryGetKeyShareRequest) Reset()

func (*QueryGetKeyShareRequest) String

func (x *QueryGetKeyShareRequest) String() string

type QueryGetKeyShareResponse

type QueryGetKeyShareResponse struct {
	KeyShare *KeyShare `protobuf:"bytes,1,opt,name=keyShare,proto3" json:"keyShare,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetKeyShareResponse) Descriptor deprecated

func (*QueryGetKeyShareResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetKeyShareResponse.ProtoReflect.Descriptor instead.

func (*QueryGetKeyShareResponse) GetKeyShare

func (x *QueryGetKeyShareResponse) GetKeyShare() *KeyShare

func (*QueryGetKeyShareResponse) ProtoMessage

func (*QueryGetKeyShareResponse) ProtoMessage()

func (*QueryGetKeyShareResponse) ProtoReflect

func (x *QueryGetKeyShareResponse) ProtoReflect() protoreflect.Message

func (*QueryGetKeyShareResponse) Reset

func (x *QueryGetKeyShareResponse) Reset()

func (*QueryGetKeyShareResponse) String

func (x *QueryGetKeyShareResponse) String() string

type QueryGetValidatorSetRequest

type QueryGetValidatorSetRequest struct {
	Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorSetRequest) Descriptor deprecated

func (*QueryGetValidatorSetRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetValidatorSetRequest.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorSetRequest) GetIndex

func (x *QueryGetValidatorSetRequest) GetIndex() string

func (*QueryGetValidatorSetRequest) ProtoMessage

func (*QueryGetValidatorSetRequest) ProtoMessage()

func (*QueryGetValidatorSetRequest) ProtoReflect

func (*QueryGetValidatorSetRequest) Reset

func (x *QueryGetValidatorSetRequest) Reset()

func (*QueryGetValidatorSetRequest) String

func (x *QueryGetValidatorSetRequest) String() string

type QueryGetValidatorSetResponse

type QueryGetValidatorSetResponse struct {
	ValidatorSet *ValidatorSet `protobuf:"bytes,1,opt,name=validatorSet,proto3" json:"validatorSet,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryGetValidatorSetResponse) Descriptor deprecated

func (*QueryGetValidatorSetResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryGetValidatorSetResponse.ProtoReflect.Descriptor instead.

func (*QueryGetValidatorSetResponse) GetValidatorSet

func (x *QueryGetValidatorSetResponse) GetValidatorSet() *ValidatorSet

func (*QueryGetValidatorSetResponse) ProtoMessage

func (*QueryGetValidatorSetResponse) ProtoMessage()

func (*QueryGetValidatorSetResponse) ProtoReflect

func (*QueryGetValidatorSetResponse) Reset

func (x *QueryGetValidatorSetResponse) Reset()

func (*QueryGetValidatorSetResponse) String

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

QueryParamsRequest is request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params holds all the parameters of this module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryPubKeyRequest

type QueryPubKeyRequest struct {
	// contains filtered or unexported fields
}

func (*QueryPubKeyRequest) Descriptor deprecated

func (*QueryPubKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryPubKeyRequest.ProtoReflect.Descriptor instead.

func (*QueryPubKeyRequest) ProtoMessage

func (*QueryPubKeyRequest) ProtoMessage()

func (*QueryPubKeyRequest) ProtoReflect

func (x *QueryPubKeyRequest) ProtoReflect() protoreflect.Message

func (*QueryPubKeyRequest) Reset

func (x *QueryPubKeyRequest) Reset()

func (*QueryPubKeyRequest) String

func (x *QueryPubKeyRequest) String() string

type QueryPubKeyResponse

type QueryPubKeyResponse struct {
	ActivePubKey *ActivePubKey `protobuf:"bytes,1,opt,name=activePubKey,proto3" json:"activePubKey,omitempty"`
	QueuedPubKey *QueuedPubKey `protobuf:"bytes,2,opt,name=queuedPubKey,proto3" json:"queuedPubKey,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryPubKeyResponse) Descriptor deprecated

func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryPubKeyResponse.ProtoReflect.Descriptor instead.

func (*QueryPubKeyResponse) GetActivePubKey

func (x *QueryPubKeyResponse) GetActivePubKey() *ActivePubKey

func (*QueryPubKeyResponse) GetQueuedPubKey

func (x *QueryPubKeyResponse) GetQueuedPubKey() *QueuedPubKey

func (*QueryPubKeyResponse) ProtoMessage

func (*QueryPubKeyResponse) ProtoMessage()

func (*QueryPubKeyResponse) ProtoReflect

func (x *QueryPubKeyResponse) ProtoReflect() protoreflect.Message

func (*QueryPubKeyResponse) Reset

func (x *QueryPubKeyResponse) Reset()

func (*QueryPubKeyResponse) String

func (x *QueryPubKeyResponse) String() string

type QueryServer

type QueryServer interface {
	Commitments(context.Context, *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error)
	// Parameters queries the parameters of the module.
	Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
	// Queries a ValidatorSet by index.
	ValidatorSet(context.Context, *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error)
	// Queries a list of ValidatorSet items.
	ValidatorSetAll(context.Context, *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error)
	// Queries a KeyShare by index.
	KeyShare(context.Context, *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error)
	// Queries a list of KeyShare items.
	KeyShareAll(context.Context, *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error)
	// Queries a list of AggregatedKeyShare items.
	AggregatedKeyShare(context.Context, *QueryGetAggregatedKeyShareRequest) (*QueryGetAggregatedKeyShareResponse, error)
	AggregatedKeyShareAll(context.Context, *QueryAllAggregatedKeyShareRequest) (*QueryAllAggregatedKeyShareResponse, error)
	// Queries the public keys
	PubKey(context.Context, *QueryPubKeyRequest) (*QueryPubKeyResponse, error)
	// Queries a list of AuthorizedAddress items.
	AuthorizedAddress(context.Context, *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error)
	AuthorizedAddressAll(context.Context, *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error)
	// Queries a list of GeneralKeyShare items.
	GeneralKeyShare(context.Context, *QueryGetGeneralKeyShareRequest) (*QueryGetGeneralKeyShareResponse, error)
	GeneralKeyShareAll(context.Context, *QueryAllGeneralKeyShareRequest) (*QueryAllGeneralKeyShareResponse, error)
	// contains filtered or unexported methods
}

QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility

type QueuedPubKey

type QueuedPubKey struct {
	PublicKey          string `protobuf:"bytes,1,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Creator            string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator,omitempty"`
	Expiry             uint64 `protobuf:"varint,3,opt,name=expiry,proto3" json:"expiry,omitempty"`
	NumberOfValidators uint64 `protobuf:"varint,4,opt,name=numberOfValidators,proto3" json:"numberOfValidators,omitempty"`
	// contains filtered or unexported fields
}

func (*QueuedPubKey) Descriptor deprecated

func (*QueuedPubKey) Descriptor() ([]byte, []int)

Deprecated: Use QueuedPubKey.ProtoReflect.Descriptor instead.

func (*QueuedPubKey) GetCreator

func (x *QueuedPubKey) GetCreator() string

func (*QueuedPubKey) GetExpiry

func (x *QueuedPubKey) GetExpiry() uint64

func (*QueuedPubKey) GetNumberOfValidators added in v0.5.0

func (x *QueuedPubKey) GetNumberOfValidators() uint64

func (*QueuedPubKey) GetPublicKey

func (x *QueuedPubKey) GetPublicKey() string

func (*QueuedPubKey) ProtoMessage

func (*QueuedPubKey) ProtoMessage()

func (*QueuedPubKey) ProtoReflect

func (x *QueuedPubKey) ProtoReflect() protoreflect.Message

func (*QueuedPubKey) Reset

func (x *QueuedPubKey) Reset()

func (*QueuedPubKey) String

func (x *QueuedPubKey) String() string

type RequestAggrKeysharePacketAck

type RequestAggrKeysharePacketAck struct {
	Identity string `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Pubkey   string `protobuf:"bytes,2,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
	// contains filtered or unexported fields
}

RequestAggrKeysharePacketAck defines a struct for the packet acknowledgment

func (*RequestAggrKeysharePacketAck) Descriptor deprecated

func (*RequestAggrKeysharePacketAck) Descriptor() ([]byte, []int)

Deprecated: Use RequestAggrKeysharePacketAck.ProtoReflect.Descriptor instead.

func (*RequestAggrKeysharePacketAck) GetIdentity

func (x *RequestAggrKeysharePacketAck) GetIdentity() string

func (*RequestAggrKeysharePacketAck) GetPubkey

func (x *RequestAggrKeysharePacketAck) GetPubkey() string

func (*RequestAggrKeysharePacketAck) ProtoMessage

func (*RequestAggrKeysharePacketAck) ProtoMessage()

func (*RequestAggrKeysharePacketAck) ProtoReflect

func (*RequestAggrKeysharePacketAck) Reset

func (x *RequestAggrKeysharePacketAck) Reset()

func (*RequestAggrKeysharePacketAck) String

type RequestAggrKeysharePacketData

type RequestAggrKeysharePacketData struct {

	// Types that are assignable to Id:
	//
	//	*RequestAggrKeysharePacketData_ProposalId
	//	*RequestAggrKeysharePacketData_RequestId
	Id isRequestAggrKeysharePacketData_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

RequestAggrKeysharePacketData defines a struct for the packet payload

func (*RequestAggrKeysharePacketData) Descriptor deprecated

func (*RequestAggrKeysharePacketData) Descriptor() ([]byte, []int)

Deprecated: Use RequestAggrKeysharePacketData.ProtoReflect.Descriptor instead.

func (*RequestAggrKeysharePacketData) GetId

func (x *RequestAggrKeysharePacketData) GetId() isRequestAggrKeysharePacketData_Id

func (*RequestAggrKeysharePacketData) GetProposalId

func (x *RequestAggrKeysharePacketData) GetProposalId() string

func (*RequestAggrKeysharePacketData) GetRequestId

func (x *RequestAggrKeysharePacketData) GetRequestId() string

func (*RequestAggrKeysharePacketData) ProtoMessage

func (*RequestAggrKeysharePacketData) ProtoMessage()

func (*RequestAggrKeysharePacketData) ProtoReflect

func (*RequestAggrKeysharePacketData) Reset

func (x *RequestAggrKeysharePacketData) Reset()

func (*RequestAggrKeysharePacketData) String

type RequestAggrKeysharePacketData_ProposalId

type RequestAggrKeysharePacketData_ProposalId struct {
	ProposalId string `protobuf:"bytes,1,opt,name=proposal_id,json=proposalId,proto3,oneof"`
}

type RequestAggrKeysharePacketData_RequestId

type RequestAggrKeysharePacketData_RequestId struct {
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3,oneof"`
}

type UnimplementedMsgServer

type UnimplementedMsgServer struct {
}

UnimplementedMsgServer must be embedded to have forward compatible implementations.

func (UnimplementedMsgServer) SendKeyshare

type UnimplementedQueryServer

type UnimplementedQueryServer struct {
}

UnimplementedQueryServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServer) Params

func (UnimplementedQueryServer) PubKey

type UnsafeMsgServer

type UnsafeMsgServer interface {
	// contains filtered or unexported methods
}

UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.

type UnsafeQueryServer

type UnsafeQueryServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.

type ValidatorSet

type ValidatorSet struct {
	Index     string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
	Validator string `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator,omitempty"`
	ConsAddr  string `protobuf:"bytes,3,opt,name=consAddr,proto3" json:"consAddr,omitempty"`
	IsActive  bool   `protobuf:"varint,4,opt,name=isActive,proto3" json:"isActive,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorSet) Descriptor deprecated

func (*ValidatorSet) Descriptor() ([]byte, []int)

Deprecated: Use ValidatorSet.ProtoReflect.Descriptor instead.

func (*ValidatorSet) GetConsAddr

func (x *ValidatorSet) GetConsAddr() string

func (*ValidatorSet) GetIndex

func (x *ValidatorSet) GetIndex() string

func (*ValidatorSet) GetIsActive

func (x *ValidatorSet) GetIsActive() bool

func (*ValidatorSet) GetValidator

func (x *ValidatorSet) GetValidator() string

func (*ValidatorSet) ProtoMessage

func (*ValidatorSet) ProtoMessage()

func (*ValidatorSet) ProtoReflect

func (x *ValidatorSet) ProtoReflect() protoreflect.Message

func (*ValidatorSet) Reset

func (x *ValidatorSet) Reset()

func (*ValidatorSet) String

func (x *ValidatorSet) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL