Documentation
¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func AggregatedKeyShareKey(height uint64) []byte
- func AuthorizedAddressKey(target string) []byte
- func AuthorizedCountKey(creator string) []byte
- func GeneralKeyShareKey(validator string, idType string, idValue string) []byte
- func IdentityFromRequestCount(reqCount uint64) string
- func KeyPrefix(p string) []byte
- func KeyShareKey(validator string, blockHeight uint64) []byte
- func LastSubmittedHeightKey(validator string) []byte
- func MustProtoMarshalJSON(msg proto.Message) []byte
- func ParamKeyTable() paramtypes.KeyTable
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- func RequestCountFromIdentity(identity string) uint64
- func ValidatorSetKey(index string) []byte
- type AccountKeeper
- type ActivePubKey
- func (*ActivePubKey) Descriptor() ([]byte, []int)
- func (m *ActivePubKey) GetCreator() string
- func (m *ActivePubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (m *ActivePubKey) GetExpiry() uint64
- func (m *ActivePubKey) GetNumberOfValidators() uint64
- func (m *ActivePubKey) GetPublicKey() string
- func (m *ActivePubKey) Marshal() (dAtA []byte, err error)
- func (m *ActivePubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *ActivePubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ActivePubKey) ProtoMessage()
- func (m *ActivePubKey) Reset()
- func (m *ActivePubKey) Size() (n int)
- func (m *ActivePubKey) String() string
- func (m *ActivePubKey) Unmarshal(dAtA []byte) error
- func (m *ActivePubKey) XXX_DiscardUnknown()
- func (m *ActivePubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ActivePubKey) XXX_Merge(src proto.Message)
- func (m *ActivePubKey) XXX_Size() int
- func (m *ActivePubKey) XXX_Unmarshal(b []byte) error
- type AggrKeyshareDataPacketAck
- func (*AggrKeyshareDataPacketAck) Descriptor() ([]byte, []int)
- func (m *AggrKeyshareDataPacketAck) Marshal() (dAtA []byte, err error)
- func (m *AggrKeyshareDataPacketAck) MarshalTo(dAtA []byte) (int, error)
- func (m *AggrKeyshareDataPacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AggrKeyshareDataPacketAck) ProtoMessage()
- func (m *AggrKeyshareDataPacketAck) Reset()
- func (m *AggrKeyshareDataPacketAck) Size() (n int)
- func (m *AggrKeyshareDataPacketAck) String() string
- func (m *AggrKeyshareDataPacketAck) Unmarshal(dAtA []byte) error
- func (m *AggrKeyshareDataPacketAck) XXX_DiscardUnknown()
- func (m *AggrKeyshareDataPacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AggrKeyshareDataPacketAck) XXX_Merge(src proto.Message)
- func (m *AggrKeyshareDataPacketAck) XXX_Size() int
- func (m *AggrKeyshareDataPacketAck) XXX_Unmarshal(b []byte) error
- type AggrKeyshareDataPacketData
- func (*AggrKeyshareDataPacketData) Descriptor() ([]byte, []int)
- func (m *AggrKeyshareDataPacketData) GetAggrHeight() string
- func (m *AggrKeyshareDataPacketData) GetAggrKeyshare() string
- func (p AggrKeyshareDataPacketData) GetBytes() []byte
- func (m *AggrKeyshareDataPacketData) GetIdentity() string
- func (m *AggrKeyshareDataPacketData) GetProposalId() string
- func (m *AggrKeyshareDataPacketData) GetPubkey() string
- func (m *AggrKeyshareDataPacketData) GetRequestId() string
- func (m *AggrKeyshareDataPacketData) GetRetries() uint64
- func (m *AggrKeyshareDataPacketData) Marshal() (dAtA []byte, err error)
- func (m *AggrKeyshareDataPacketData) MarshalTo(dAtA []byte) (int, error)
- func (m *AggrKeyshareDataPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AggrKeyshareDataPacketData) ProtoMessage()
- func (m *AggrKeyshareDataPacketData) Reset()
- func (m *AggrKeyshareDataPacketData) Size() (n int)
- func (m *AggrKeyshareDataPacketData) String() string
- func (m *AggrKeyshareDataPacketData) Unmarshal(dAtA []byte) error
- func (p AggrKeyshareDataPacketData) ValidateBasic() error
- func (m *AggrKeyshareDataPacketData) XXX_DiscardUnknown()
- func (m *AggrKeyshareDataPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AggrKeyshareDataPacketData) XXX_Merge(src proto.Message)
- func (m *AggrKeyshareDataPacketData) XXX_Size() int
- func (m *AggrKeyshareDataPacketData) XXX_Unmarshal(b []byte) error
- type AggregatedKeyShare
- func (*AggregatedKeyShare) Descriptor() ([]byte, []int)
- func (m *AggregatedKeyShare) GetData() string
- func (m *AggregatedKeyShare) GetHeight() uint64
- func (m *AggregatedKeyShare) Marshal() (dAtA []byte, err error)
- func (m *AggregatedKeyShare) MarshalTo(dAtA []byte) (int, error)
- func (m *AggregatedKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AggregatedKeyShare) ProtoMessage()
- func (m *AggregatedKeyShare) Reset()
- func (m *AggregatedKeyShare) Size() (n int)
- func (m *AggregatedKeyShare) String() string
- func (m *AggregatedKeyShare) Unmarshal(dAtA []byte) error
- func (m *AggregatedKeyShare) XXX_DiscardUnknown()
- func (m *AggregatedKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AggregatedKeyShare) XXX_Merge(src proto.Message)
- func (m *AggregatedKeyShare) XXX_Size() int
- func (m *AggregatedKeyShare) XXX_Unmarshal(b []byte) error
- type AuthorizedAddress
- func (*AuthorizedAddress) Descriptor() ([]byte, []int)
- func (m *AuthorizedAddress) GetAuthorizedBy() string
- func (m *AuthorizedAddress) GetIsAuthorized() bool
- func (m *AuthorizedAddress) GetTarget() string
- func (m *AuthorizedAddress) Marshal() (dAtA []byte, err error)
- func (m *AuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *AuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AuthorizedAddress) ProtoMessage()
- func (m *AuthorizedAddress) Reset()
- func (m *AuthorizedAddress) Size() (n int)
- func (m *AuthorizedAddress) String() string
- func (m *AuthorizedAddress) Unmarshal(dAtA []byte) error
- func (m *AuthorizedAddress) XXX_DiscardUnknown()
- func (m *AuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AuthorizedAddress) XXX_Merge(src proto.Message)
- func (m *AuthorizedAddress) XXX_Size() int
- func (m *AuthorizedAddress) XXX_Unmarshal(b []byte) error
- type BankKeeper
- type ChannelKeeper
- type Commitments
- func (*Commitments) Descriptor() ([]byte, []int)
- func (m *Commitments) GetCommitments() []string
- func (m *Commitments) Marshal() (dAtA []byte, err error)
- func (m *Commitments) MarshalTo(dAtA []byte) (int, error)
- func (m *Commitments) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Commitments) ProtoMessage()
- func (m *Commitments) Reset()
- func (m *Commitments) Size() (n int)
- func (m *Commitments) String() string
- func (m *Commitments) Unmarshal(dAtA []byte) error
- func (m *Commitments) XXX_DiscardUnknown()
- func (m *Commitments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Commitments) XXX_Merge(src proto.Message)
- func (m *Commitments) XXX_Size() int
- func (m *Commitments) XXX_Unmarshal(b []byte) error
- type CounterPartyIBCInfo
- func (*CounterPartyIBCInfo) Descriptor() ([]byte, []int)
- func (m *CounterPartyIBCInfo) GetChannelID() string
- func (m *CounterPartyIBCInfo) GetClientID() string
- func (m *CounterPartyIBCInfo) GetConnectionID() string
- func (m *CounterPartyIBCInfo) GetPortID() string
- func (m *CounterPartyIBCInfo) Marshal() (dAtA []byte, err error)
- func (m *CounterPartyIBCInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *CounterPartyIBCInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CounterPartyIBCInfo) ProtoMessage()
- func (m *CounterPartyIBCInfo) Reset()
- func (m *CounterPartyIBCInfo) Size() (n int)
- func (m *CounterPartyIBCInfo) String() string
- func (m *CounterPartyIBCInfo) Unmarshal(dAtA []byte) error
- func (m *CounterPartyIBCInfo) XXX_DiscardUnknown()
- func (m *CounterPartyIBCInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CounterPartyIBCInfo) XXX_Merge(src proto.Message)
- func (m *CounterPartyIBCInfo) XXX_Size() int
- func (m *CounterPartyIBCInfo) XXX_Unmarshal(b []byte) error
- type CurrentKeysPacketAck
- func (*CurrentKeysPacketAck) Descriptor() ([]byte, []int)
- func (m *CurrentKeysPacketAck) GetActiveKey() *types.ActivePublicKey
- func (m *CurrentKeysPacketAck) GetQueuedKey() *types.QueuedPublicKey
- func (m *CurrentKeysPacketAck) Marshal() (dAtA []byte, err error)
- func (m *CurrentKeysPacketAck) MarshalTo(dAtA []byte) (int, error)
- func (m *CurrentKeysPacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CurrentKeysPacketAck) ProtoMessage()
- func (m *CurrentKeysPacketAck) Reset()
- func (m *CurrentKeysPacketAck) Size() (n int)
- func (m *CurrentKeysPacketAck) String() string
- func (m *CurrentKeysPacketAck) Unmarshal(dAtA []byte) error
- func (m *CurrentKeysPacketAck) XXX_DiscardUnknown()
- func (m *CurrentKeysPacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CurrentKeysPacketAck) XXX_Merge(src proto.Message)
- func (m *CurrentKeysPacketAck) XXX_Size() int
- func (m *CurrentKeysPacketAck) XXX_Unmarshal(b []byte) error
- type CurrentKeysPacketData
- func (*CurrentKeysPacketData) Descriptor() ([]byte, []int)
- func (p CurrentKeysPacketData) GetBytes() []byte
- func (m *CurrentKeysPacketData) Marshal() (dAtA []byte, err error)
- func (m *CurrentKeysPacketData) MarshalTo(dAtA []byte) (int, error)
- func (m *CurrentKeysPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CurrentKeysPacketData) ProtoMessage()
- func (m *CurrentKeysPacketData) Reset()
- func (m *CurrentKeysPacketData) Size() (n int)
- func (m *CurrentKeysPacketData) String() string
- func (m *CurrentKeysPacketData) Unmarshal(dAtA []byte) error
- func (p CurrentKeysPacketData) ValidateBasic() error
- func (m *CurrentKeysPacketData) XXX_DiscardUnknown()
- func (m *CurrentKeysPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CurrentKeysPacketData) XXX_Merge(src proto.Message)
- func (m *CurrentKeysPacketData) XXX_Size() int
- func (m *CurrentKeysPacketData) XXX_Unmarshal(b []byte) error
- type EncryptedKeyShare
- func (*EncryptedKeyShare) Descriptor() ([]byte, []int)
- func (m *EncryptedKeyShare) GetData() string
- func (m *EncryptedKeyShare) GetValidator() string
- func (m *EncryptedKeyShare) Marshal() (dAtA []byte, err error)
- func (m *EncryptedKeyShare) MarshalTo(dAtA []byte) (int, error)
- func (m *EncryptedKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EncryptedKeyShare) ProtoMessage()
- func (m *EncryptedKeyShare) Reset()
- func (m *EncryptedKeyShare) Size() (n int)
- func (m *EncryptedKeyShare) String() string
- func (m *EncryptedKeyShare) Unmarshal(dAtA []byte) error
- func (m *EncryptedKeyShare) XXX_DiscardUnknown()
- func (m *EncryptedKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EncryptedKeyShare) XXX_Merge(src proto.Message)
- func (m *EncryptedKeyShare) XXX_Size() int
- func (m *EncryptedKeyShare) XXX_Unmarshal(b []byte) error
- type GeneralKeyShare
- func (*GeneralKeyShare) Descriptor() ([]byte, []int)
- func (m *GeneralKeyShare) GetIdType() string
- func (m *GeneralKeyShare) GetIdValue() string
- func (m *GeneralKeyShare) GetKeyShare() string
- func (m *GeneralKeyShare) GetKeyShareIndex() uint64
- func (m *GeneralKeyShare) GetReceivedBlockHeight() uint64
- func (m *GeneralKeyShare) GetReceivedTimestamp() uint64
- func (m *GeneralKeyShare) GetValidator() string
- func (m *GeneralKeyShare) Marshal() (dAtA []byte, err error)
- func (m *GeneralKeyShare) MarshalTo(dAtA []byte) (int, error)
- func (m *GeneralKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GeneralKeyShare) ProtoMessage()
- func (m *GeneralKeyShare) Reset()
- func (m *GeneralKeyShare) Size() (n int)
- func (m *GeneralKeyShare) String() string
- func (m *GeneralKeyShare) Unmarshal(dAtA []byte) error
- func (m *GeneralKeyShare) XXX_DiscardUnknown()
- func (m *GeneralKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GeneralKeyShare) XXX_Merge(src proto.Message)
- func (m *GeneralKeyShare) XXX_Size() int
- func (m *GeneralKeyShare) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetActivePubKey() ActivePubKey
- func (m *GenesisState) GetAggregatedKeyShareList() []AggregatedKeyShare
- func (m *GenesisState) GetAuthorizedAddressList() []AuthorizedAddress
- func (m *GenesisState) GetGeneralKeyShareList() []GeneralKeyShare
- func (m *GenesisState) GetKeyShareList() []KeyShare
- func (m *GenesisState) GetParams() Params
- func (m *GenesisState) GetPortId() string
- func (m *GenesisState) GetQueuedPubKey() QueuedPubKey
- func (m *GenesisState) GetRequestCount() uint64
- func (m *GenesisState) GetValidatorSetList() []ValidatorSet
- func (m *GenesisState) Marshal() (dAtA []byte, err error)
- func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() 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 GetAggrKeysharePacketAck
- func (*GetAggrKeysharePacketAck) Descriptor() ([]byte, []int)
- func (m *GetAggrKeysharePacketAck) Marshal() (dAtA []byte, err error)
- func (m *GetAggrKeysharePacketAck) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAggrKeysharePacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAggrKeysharePacketAck) ProtoMessage()
- func (m *GetAggrKeysharePacketAck) Reset()
- func (m *GetAggrKeysharePacketAck) Size() (n int)
- func (m *GetAggrKeysharePacketAck) String() string
- func (m *GetAggrKeysharePacketAck) Unmarshal(dAtA []byte) error
- func (m *GetAggrKeysharePacketAck) XXX_DiscardUnknown()
- func (m *GetAggrKeysharePacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAggrKeysharePacketAck) XXX_Merge(src proto.Message)
- func (m *GetAggrKeysharePacketAck) XXX_Size() int
- func (m *GetAggrKeysharePacketAck) XXX_Unmarshal(b []byte) error
- type GetAggrKeysharePacketData
- func (*GetAggrKeysharePacketData) Descriptor() ([]byte, []int)
- func (p GetAggrKeysharePacketData) GetBytes() []byte
- func (m *GetAggrKeysharePacketData) GetIdentity() string
- func (m *GetAggrKeysharePacketData) Marshal() (dAtA []byte, err error)
- func (m *GetAggrKeysharePacketData) MarshalTo(dAtA []byte) (int, error)
- func (m *GetAggrKeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GetAggrKeysharePacketData) ProtoMessage()
- func (m *GetAggrKeysharePacketData) Reset()
- func (m *GetAggrKeysharePacketData) Size() (n int)
- func (m *GetAggrKeysharePacketData) String() string
- func (m *GetAggrKeysharePacketData) Unmarshal(dAtA []byte) error
- func (p GetAggrKeysharePacketData) ValidateBasic() error
- func (m *GetAggrKeysharePacketData) XXX_DiscardUnknown()
- func (m *GetAggrKeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GetAggrKeysharePacketData) XXX_Merge(src proto.Message)
- func (m *GetAggrKeysharePacketData) XXX_Size() int
- func (m *GetAggrKeysharePacketData) XXX_Unmarshal(b []byte) error
- type GovKeeper
- type IBCInfo
- func (*IBCInfo) Descriptor() ([]byte, []int)
- func (m *IBCInfo) GetChannelID() string
- func (m *IBCInfo) GetClientID() string
- func (m *IBCInfo) GetConnectionID() string
- func (m *IBCInfo) GetPortID() string
- func (m *IBCInfo) Marshal() (dAtA []byte, err error)
- func (m *IBCInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *IBCInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*IBCInfo) ProtoMessage()
- func (m *IBCInfo) Reset()
- func (m *IBCInfo) Size() (n int)
- func (m *IBCInfo) String() string
- func (m *IBCInfo) Unmarshal(dAtA []byte) error
- func (m *IBCInfo) XXX_DiscardUnknown()
- func (m *IBCInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IBCInfo) XXX_Merge(src proto.Message)
- func (m *IBCInfo) XXX_Size() int
- func (m *IBCInfo) XXX_Unmarshal(b []byte) error
- type KeyShare
- func (*KeyShare) Descriptor() ([]byte, []int)
- func (m *KeyShare) GetBlockHeight() uint64
- func (m *KeyShare) GetKeyShare() string
- func (m *KeyShare) GetKeyShareIndex() uint64
- func (m *KeyShare) GetReceivedBlockHeight() uint64
- func (m *KeyShare) GetReceivedTimestamp() uint64
- func (m *KeyShare) GetValidator() string
- func (m *KeyShare) Marshal() (dAtA []byte, err error)
- func (m *KeyShare) MarshalTo(dAtA []byte) (int, error)
- func (m *KeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KeyShare) ProtoMessage()
- func (m *KeyShare) Reset()
- func (m *KeyShare) Size() (n int)
- func (m *KeyShare) String() string
- func (m *KeyShare) Unmarshal(dAtA []byte) error
- func (m *KeyShare) XXX_DiscardUnknown()
- func (m *KeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyShare) XXX_Merge(src proto.Message)
- func (m *KeyShare) XXX_Size() int
- func (m *KeyShare) XXX_Unmarshal(b []byte) error
- type KeyShareRequest
- func (*KeyShareRequest) Descriptor() ([]byte, []int)
- func (m *KeyShareRequest) GetAggrKeyshare() string
- func (m *KeyShareRequest) GetCounterparty() *CounterPartyIBCInfo
- func (m *KeyShareRequest) GetIbcInfo() *IBCInfo
- func (m *KeyShareRequest) GetIdentity() string
- func (m *KeyShareRequest) GetProposalId() string
- func (m *KeyShareRequest) GetPubkey() string
- func (m *KeyShareRequest) GetRequestId() string
- func (m *KeyShareRequest) GetSent() bool
- func (m *KeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *KeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *KeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KeyShareRequest) ProtoMessage()
- func (m *KeyShareRequest) Reset()
- func (m *KeyShareRequest) Size() (n int)
- func (m *KeyShareRequest) String() string
- func (m *KeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *KeyShareRequest) XXX_DiscardUnknown()
- func (m *KeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyShareRequest) XXX_Merge(src proto.Message)
- func (m *KeyShareRequest) XXX_Size() int
- func (m *KeyShareRequest) XXX_Unmarshal(b []byte) error
- type KeysharePacketData
- func (*KeysharePacketData) Descriptor() ([]byte, []int)
- func (m *KeysharePacketData) GetAggrKeyshareDataPacket() *AggrKeyshareDataPacketData
- func (m *KeysharePacketData) GetCurrentKeysPacket() *CurrentKeysPacketData
- func (m *KeysharePacketData) GetGetAggrKeysharePacket() *GetAggrKeysharePacketData
- func (m *KeysharePacketData) GetNoData() *NoData
- func (m *KeysharePacketData) GetPacket() isKeysharePacketData_Packet
- func (m *KeysharePacketData) GetRequestAggrKeysharePacket() *RequestAggrKeysharePacketData
- func (m *KeysharePacketData) Marshal() (dAtA []byte, err error)
- func (m *KeysharePacketData) MarshalTo(dAtA []byte) (int, error)
- func (m *KeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*KeysharePacketData) ProtoMessage()
- func (m *KeysharePacketData) Reset()
- func (m *KeysharePacketData) Size() (n int)
- func (m *KeysharePacketData) String() string
- func (m *KeysharePacketData) Unmarshal(dAtA []byte) error
- func (m *KeysharePacketData) XXX_DiscardUnknown()
- func (m *KeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeysharePacketData) XXX_Merge(src proto.Message)
- func (*KeysharePacketData) XXX_OneofWrappers() []interface{}
- func (m *KeysharePacketData) XXX_Size() int
- func (m *KeysharePacketData) XXX_Unmarshal(b []byte) error
- type KeysharePacketData_AggrKeyshareDataPacket
- type KeysharePacketData_CurrentKeysPacket
- type KeysharePacketData_GetAggrKeysharePacket
- type KeysharePacketData_NoData
- type KeysharePacketData_RequestAggrKeysharePacket
- type MsgClient
- type MsgCreateAuthorizedAddress
- func (*MsgCreateAuthorizedAddress) Descriptor() ([]byte, []int)
- func (m *MsgCreateAuthorizedAddress) GetCreator() string
- func (m *MsgCreateAuthorizedAddress) GetTarget() string
- func (m *MsgCreateAuthorizedAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateAuthorizedAddress) ProtoMessage()
- func (m *MsgCreateAuthorizedAddress) Reset()
- func (m *MsgCreateAuthorizedAddress) Size() (n int)
- func (m *MsgCreateAuthorizedAddress) String() string
- func (m *MsgCreateAuthorizedAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgCreateAuthorizedAddress) ValidateBasic() error
- func (m *MsgCreateAuthorizedAddress) XXX_DiscardUnknown()
- func (m *MsgCreateAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateAuthorizedAddress) XXX_Merge(src proto.Message)
- func (m *MsgCreateAuthorizedAddress) XXX_Size() int
- func (m *MsgCreateAuthorizedAddress) XXX_Unmarshal(b []byte) error
- type MsgCreateAuthorizedAddressResponse
- func (*MsgCreateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateAuthorizedAddressResponse) ProtoMessage()
- func (m *MsgCreateAuthorizedAddressResponse) Reset()
- func (m *MsgCreateAuthorizedAddressResponse) Size() (n int)
- func (m *MsgCreateAuthorizedAddressResponse) String() string
- func (m *MsgCreateAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateAuthorizedAddressResponse) XXX_DiscardUnknown()
- func (m *MsgCreateAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateAuthorizedAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateAuthorizedAddressResponse) XXX_Size() int
- func (m *MsgCreateAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgCreateGeneralKeyShare
- func (*MsgCreateGeneralKeyShare) Descriptor() ([]byte, []int)
- func (m *MsgCreateGeneralKeyShare) GetCreator() string
- func (m *MsgCreateGeneralKeyShare) GetIdType() string
- func (m *MsgCreateGeneralKeyShare) GetIdValue() string
- func (m *MsgCreateGeneralKeyShare) GetKeyShare() string
- func (m *MsgCreateGeneralKeyShare) GetKeyShareIndex() uint64
- func (m *MsgCreateGeneralKeyShare) GetReceivedBlockHeight() uint64
- func (m *MsgCreateGeneralKeyShare) GetReceivedTimestamp() uint64
- func (m *MsgCreateGeneralKeyShare) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateGeneralKeyShare) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateGeneralKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateGeneralKeyShare) ProtoMessage()
- func (m *MsgCreateGeneralKeyShare) Reset()
- func (m *MsgCreateGeneralKeyShare) Size() (n int)
- func (m *MsgCreateGeneralKeyShare) String() string
- func (m *MsgCreateGeneralKeyShare) Unmarshal(dAtA []byte) error
- func (msg *MsgCreateGeneralKeyShare) ValidateBasic() error
- func (m *MsgCreateGeneralKeyShare) XXX_DiscardUnknown()
- func (m *MsgCreateGeneralKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateGeneralKeyShare) XXX_Merge(src proto.Message)
- func (m *MsgCreateGeneralKeyShare) XXX_Size() int
- func (m *MsgCreateGeneralKeyShare) XXX_Unmarshal(b []byte) error
- type MsgCreateGeneralKeyShareResponse
- func (*MsgCreateGeneralKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateGeneralKeyShareResponse) GetCreator() string
- func (m *MsgCreateGeneralKeyShareResponse) GetErrorMessage() string
- func (m *MsgCreateGeneralKeyShareResponse) GetIdType() string
- func (m *MsgCreateGeneralKeyShareResponse) GetIdValue() string
- func (m *MsgCreateGeneralKeyShareResponse) GetKeyShare() string
- func (m *MsgCreateGeneralKeyShareResponse) GetKeyShareIndex() uint64
- func (m *MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight() uint64
- func (m *MsgCreateGeneralKeyShareResponse) GetSuccess() bool
- func (m *MsgCreateGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateGeneralKeyShareResponse) ProtoMessage()
- func (m *MsgCreateGeneralKeyShareResponse) Reset()
- func (m *MsgCreateGeneralKeyShareResponse) Size() (n int)
- func (m *MsgCreateGeneralKeyShareResponse) String() string
- func (m *MsgCreateGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateGeneralKeyShareResponse) XXX_DiscardUnknown()
- func (m *MsgCreateGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateGeneralKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateGeneralKeyShareResponse) XXX_Size() int
- func (m *MsgCreateGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
- type MsgCreateLatestPubKey
- func (*MsgCreateLatestPubKey) Descriptor() ([]byte, []int)
- func (m *MsgCreateLatestPubKey) GetCommitments() []string
- func (m *MsgCreateLatestPubKey) GetCreator() string
- func (m *MsgCreateLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (m *MsgCreateLatestPubKey) GetNumberOfValidators() uint64
- func (m *MsgCreateLatestPubKey) GetPublicKey() string
- func (m *MsgCreateLatestPubKey) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateLatestPubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateLatestPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateLatestPubKey) ProtoMessage()
- func (m *MsgCreateLatestPubKey) Reset()
- func (m *MsgCreateLatestPubKey) Size() (n int)
- func (m *MsgCreateLatestPubKey) String() string
- func (m *MsgCreateLatestPubKey) Unmarshal(dAtA []byte) error
- func (msg *MsgCreateLatestPubKey) ValidateBasic() error
- func (m *MsgCreateLatestPubKey) XXX_DiscardUnknown()
- func (m *MsgCreateLatestPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateLatestPubKey) XXX_Merge(src proto.Message)
- func (m *MsgCreateLatestPubKey) XXX_Size() int
- func (m *MsgCreateLatestPubKey) XXX_Unmarshal(b []byte) error
- type MsgCreateLatestPubKeyResponse
- func (*MsgCreateLatestPubKeyResponse) Descriptor() ([]byte, []int)
- func (m *MsgCreateLatestPubKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgCreateLatestPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgCreateLatestPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgCreateLatestPubKeyResponse) ProtoMessage()
- func (m *MsgCreateLatestPubKeyResponse) Reset()
- func (m *MsgCreateLatestPubKeyResponse) Size() (n int)
- func (m *MsgCreateLatestPubKeyResponse) String() string
- func (m *MsgCreateLatestPubKeyResponse) Unmarshal(dAtA []byte) error
- func (m *MsgCreateLatestPubKeyResponse) XXX_DiscardUnknown()
- func (m *MsgCreateLatestPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgCreateLatestPubKeyResponse) XXX_Merge(src proto.Message)
- func (m *MsgCreateLatestPubKeyResponse) XXX_Size() int
- func (m *MsgCreateLatestPubKeyResponse) XXX_Unmarshal(b []byte) error
- type MsgDeRegisterValidator
- func (*MsgDeRegisterValidator) Descriptor() ([]byte, []int)
- func (m *MsgDeRegisterValidator) GetCreator() string
- func (m *MsgDeRegisterValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgDeRegisterValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeRegisterValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeRegisterValidator) ProtoMessage()
- func (m *MsgDeRegisterValidator) Reset()
- func (m *MsgDeRegisterValidator) Size() (n int)
- func (m *MsgDeRegisterValidator) String() string
- func (m *MsgDeRegisterValidator) Unmarshal(dAtA []byte) error
- func (msg *MsgDeRegisterValidator) ValidateBasic() error
- func (m *MsgDeRegisterValidator) XXX_DiscardUnknown()
- func (m *MsgDeRegisterValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeRegisterValidator) XXX_Merge(src proto.Message)
- func (m *MsgDeRegisterValidator) XXX_Size() int
- func (m *MsgDeRegisterValidator) XXX_Unmarshal(b []byte) error
- type MsgDeRegisterValidatorResponse
- func (*MsgDeRegisterValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeRegisterValidatorResponse) GetCreator() string
- func (m *MsgDeRegisterValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeRegisterValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeRegisterValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeRegisterValidatorResponse) ProtoMessage()
- func (m *MsgDeRegisterValidatorResponse) Reset()
- func (m *MsgDeRegisterValidatorResponse) Size() (n int)
- func (m *MsgDeRegisterValidatorResponse) String() string
- func (m *MsgDeRegisterValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeRegisterValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgDeRegisterValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeRegisterValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeRegisterValidatorResponse) XXX_Size() int
- func (m *MsgDeRegisterValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgDeleteAuthorizedAddress
- func (*MsgDeleteAuthorizedAddress) Descriptor() ([]byte, []int)
- func (m *MsgDeleteAuthorizedAddress) GetCreator() string
- func (m *MsgDeleteAuthorizedAddress) GetTarget() string
- func (m *MsgDeleteAuthorizedAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteAuthorizedAddress) ProtoMessage()
- func (m *MsgDeleteAuthorizedAddress) Reset()
- func (m *MsgDeleteAuthorizedAddress) Size() (n int)
- func (m *MsgDeleteAuthorizedAddress) String() string
- func (m *MsgDeleteAuthorizedAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgDeleteAuthorizedAddress) ValidateBasic() error
- func (m *MsgDeleteAuthorizedAddress) XXX_DiscardUnknown()
- func (m *MsgDeleteAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteAuthorizedAddress) XXX_Merge(src proto.Message)
- func (m *MsgDeleteAuthorizedAddress) XXX_Size() int
- func (m *MsgDeleteAuthorizedAddress) XXX_Unmarshal(b []byte) error
- type MsgDeleteAuthorizedAddressResponse
- func (*MsgDeleteAuthorizedAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeleteAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage()
- func (m *MsgDeleteAuthorizedAddressResponse) Reset()
- func (m *MsgDeleteAuthorizedAddressResponse) Size() (n int)
- func (m *MsgDeleteAuthorizedAddressResponse) String() string
- func (m *MsgDeleteAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeleteAuthorizedAddressResponse) XXX_DiscardUnknown()
- func (m *MsgDeleteAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteAuthorizedAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeleteAuthorizedAddressResponse) XXX_Size() int
- func (m *MsgDeleteAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgOverrideLatestPubKey
- func (*MsgOverrideLatestPubKey) Descriptor() ([]byte, []int)
- func (m *MsgOverrideLatestPubKey) GetCommitments() []string
- func (m *MsgOverrideLatestPubKey) GetCreator() string
- func (m *MsgOverrideLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (m *MsgOverrideLatestPubKey) GetNumberOfValidators() uint64
- func (m *MsgOverrideLatestPubKey) GetPublicKey() string
- func (m *MsgOverrideLatestPubKey) Marshal() (dAtA []byte, err error)
- func (m *MsgOverrideLatestPubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOverrideLatestPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOverrideLatestPubKey) ProtoMessage()
- func (m *MsgOverrideLatestPubKey) Reset()
- func (m *MsgOverrideLatestPubKey) Size() (n int)
- func (m *MsgOverrideLatestPubKey) String() string
- func (m *MsgOverrideLatestPubKey) Unmarshal(dAtA []byte) error
- func (msg *MsgOverrideLatestPubKey) ValidateBasic() error
- func (m *MsgOverrideLatestPubKey) XXX_DiscardUnknown()
- func (m *MsgOverrideLatestPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOverrideLatestPubKey) XXX_Merge(src proto.Message)
- func (m *MsgOverrideLatestPubKey) XXX_Size() int
- func (m *MsgOverrideLatestPubKey) XXX_Unmarshal(b []byte) error
- type MsgOverrideLatestPubKeyResponse
- func (*MsgOverrideLatestPubKeyResponse) Descriptor() ([]byte, []int)
- func (m *MsgOverrideLatestPubKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOverrideLatestPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOverrideLatestPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOverrideLatestPubKeyResponse) ProtoMessage()
- func (m *MsgOverrideLatestPubKeyResponse) Reset()
- func (m *MsgOverrideLatestPubKeyResponse) Size() (n int)
- func (m *MsgOverrideLatestPubKeyResponse) String() string
- func (m *MsgOverrideLatestPubKeyResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOverrideLatestPubKeyResponse) XXX_DiscardUnknown()
- func (m *MsgOverrideLatestPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOverrideLatestPubKeyResponse) XXX_Merge(src proto.Message)
- func (m *MsgOverrideLatestPubKeyResponse) XXX_Size() int
- func (m *MsgOverrideLatestPubKeyResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterValidator
- func (*MsgRegisterValidator) Descriptor() ([]byte, []int)
- func (m *MsgRegisterValidator) GetCreator() string
- func (m *MsgRegisterValidator) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterValidator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterValidator) ProtoMessage()
- func (m *MsgRegisterValidator) Reset()
- func (m *MsgRegisterValidator) Size() (n int)
- func (m *MsgRegisterValidator) String() string
- func (m *MsgRegisterValidator) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterValidator) ValidateBasic() error
- func (m *MsgRegisterValidator) XXX_DiscardUnknown()
- func (m *MsgRegisterValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterValidator) XXX_Merge(src proto.Message)
- func (m *MsgRegisterValidator) XXX_Size() int
- func (m *MsgRegisterValidator) XXX_Unmarshal(b []byte) error
- type MsgRegisterValidatorResponse
- func (*MsgRegisterValidatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterValidatorResponse) GetCreator() string
- func (m *MsgRegisterValidatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterValidatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterValidatorResponse) ProtoMessage()
- func (m *MsgRegisterValidatorResponse) Reset()
- func (m *MsgRegisterValidatorResponse) Size() (n int)
- func (m *MsgRegisterValidatorResponse) String() string
- func (m *MsgRegisterValidatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterValidatorResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterValidatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterValidatorResponse) XXX_Size() int
- func (m *MsgRegisterValidatorResponse) XXX_Unmarshal(b []byte) error
- type MsgSendKeyshare
- func (*MsgSendKeyshare) Descriptor() ([]byte, []int)
- func (m *MsgSendKeyshare) GetBlockHeight() uint64
- func (m *MsgSendKeyshare) GetCreator() string
- func (m *MsgSendKeyshare) GetKeyShareIndex() uint64
- func (m *MsgSendKeyshare) GetMessage() string
- func (m *MsgSendKeyshare) Marshal() (dAtA []byte, err error)
- func (m *MsgSendKeyshare) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendKeyshare) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendKeyshare) ProtoMessage()
- func (m *MsgSendKeyshare) Reset()
- func (m *MsgSendKeyshare) Size() (n int)
- func (m *MsgSendKeyshare) String() string
- func (m *MsgSendKeyshare) Unmarshal(dAtA []byte) error
- func (msg *MsgSendKeyshare) ValidateBasic() error
- func (m *MsgSendKeyshare) XXX_DiscardUnknown()
- func (m *MsgSendKeyshare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendKeyshare) XXX_Merge(src proto.Message)
- func (m *MsgSendKeyshare) XXX_Size() int
- func (m *MsgSendKeyshare) XXX_Unmarshal(b []byte) error
- type MsgSendKeyshareResponse
- func (*MsgSendKeyshareResponse) Descriptor() ([]byte, []int)
- func (m *MsgSendKeyshareResponse) GetBlockHeight() uint64
- func (m *MsgSendKeyshareResponse) GetCreator() string
- func (m *MsgSendKeyshareResponse) GetErrorMessage() string
- func (m *MsgSendKeyshareResponse) GetKeyshare() string
- func (m *MsgSendKeyshareResponse) GetKeyshareIndex() uint64
- func (m *MsgSendKeyshareResponse) GetReceivedBlockHeight() uint64
- func (m *MsgSendKeyshareResponse) GetSuccess() bool
- func (m *MsgSendKeyshareResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSendKeyshareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSendKeyshareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSendKeyshareResponse) ProtoMessage()
- func (m *MsgSendKeyshareResponse) Reset()
- func (m *MsgSendKeyshareResponse) Size() (n int)
- func (m *MsgSendKeyshareResponse) String() string
- func (m *MsgSendKeyshareResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSendKeyshareResponse) XXX_DiscardUnknown()
- func (m *MsgSendKeyshareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSendKeyshareResponse) XXX_Merge(src proto.Message)
- func (m *MsgSendKeyshareResponse) XXX_Size() int
- func (m *MsgSendKeyshareResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgUpdateAuthorizedAddress
- func (*MsgUpdateAuthorizedAddress) Descriptor() ([]byte, []int)
- func (m *MsgUpdateAuthorizedAddress) GetCreator() string
- func (m *MsgUpdateAuthorizedAddress) GetIsAuthorized() bool
- func (m *MsgUpdateAuthorizedAddress) GetTarget() string
- func (m *MsgUpdateAuthorizedAddress) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateAuthorizedAddress) ProtoMessage()
- func (m *MsgUpdateAuthorizedAddress) Reset()
- func (m *MsgUpdateAuthorizedAddress) Size() (n int)
- func (m *MsgUpdateAuthorizedAddress) String() string
- func (m *MsgUpdateAuthorizedAddress) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdateAuthorizedAddress) ValidateBasic() error
- func (m *MsgUpdateAuthorizedAddress) XXX_DiscardUnknown()
- func (m *MsgUpdateAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateAuthorizedAddress) XXX_Merge(src proto.Message)
- func (m *MsgUpdateAuthorizedAddress) XXX_Size() int
- func (m *MsgUpdateAuthorizedAddress) XXX_Unmarshal(b []byte) error
- type MsgUpdateAuthorizedAddressResponse
- func (*MsgUpdateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage()
- func (m *MsgUpdateAuthorizedAddressResponse) Reset()
- func (m *MsgUpdateAuthorizedAddressResponse) Size() (n int)
- func (m *MsgUpdateAuthorizedAddressResponse) String() string
- func (m *MsgUpdateAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateAuthorizedAddressResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateAuthorizedAddressResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateAuthorizedAddressResponse) XXX_Size() int
- func (m *MsgUpdateAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParams) GetAuthority() string
- func (m *MsgUpdateParams) GetParams() Params
- func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParams) ProtoMessage()
- func (m *MsgUpdateParams) Reset()
- func (m *MsgUpdateParams) Size() (n int)
- func (m *MsgUpdateParams) String() string
- func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParams) ValidateBasic() error
- func (m *MsgUpdateParams) XXX_DiscardUnknown()
- func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParams) XXX_Size() int
- func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
- type MsgUpdateParamsResponse
- func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateParamsResponse) ProtoMessage()
- func (m *MsgUpdateParamsResponse) Reset()
- func (m *MsgUpdateParamsResponse) Size() (n int)
- func (m *MsgUpdateParamsResponse) String() string
- func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateParamsResponse) XXX_Size() int
- func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
- type NoData
- func (*NoData) Descriptor() ([]byte, []int)
- func (m *NoData) Marshal() (dAtA []byte, err error)
- func (m *NoData) MarshalTo(dAtA []byte) (int, error)
- func (m *NoData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*NoData) ProtoMessage()
- func (m *NoData) Reset()
- func (m *NoData) Size() (n int)
- func (m *NoData) String() string
- func (m *NoData) Unmarshal(dAtA []byte) error
- func (m *NoData) XXX_DiscardUnknown()
- func (m *NoData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *NoData) XXX_Merge(src proto.Message)
- func (m *NoData) XXX_Size() int
- func (m *NoData) XXX_Unmarshal(b []byte) error
- type ParamSubspace
- type Params
- func (*Params) Descriptor() ([]byte, []int)
- func (this *Params) Equal(that interface{}) bool
- func (m *Params) GetKeyExpiry() uint64
- func (m *Params) GetMaxIdledBlock() uint64
- func (m *Params) GetMinimumBonded() uint64
- func (m *Params) GetTrustedAddresses() []string
- func (m *Params) Marshal() (dAtA []byte, err error)
- func (m *Params) MarshalTo(dAtA []byte) (int, error)
- func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
- func (*Params) ProtoMessage()
- func (m *Params) Reset()
- func (m *Params) Size() (n int)
- func (m *Params) String() string
- func (m *Params) Unmarshal(dAtA []byte) error
- func (p Params) Validate() error
- func (m *Params) XXX_DiscardUnknown()
- func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Params) XXX_Merge(src proto.Message)
- func (m *Params) XXX_Size() int
- func (m *Params) XXX_Unmarshal(b []byte) error
- type PepKeeper
- type PortKeeper
- type QueryAllAggregatedKeyShareRequest
- func (*QueryAllAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllAggregatedKeyShareRequest) GetPagination() *query.PageRequest
- func (m *QueryAllAggregatedKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAggregatedKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAggregatedKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAggregatedKeyShareRequest) ProtoMessage()
- func (m *QueryAllAggregatedKeyShareRequest) Reset()
- func (m *QueryAllAggregatedKeyShareRequest) Size() (n int)
- func (m *QueryAllAggregatedKeyShareRequest) String() string
- func (m *QueryAllAggregatedKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllAggregatedKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryAllAggregatedKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAggregatedKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllAggregatedKeyShareRequest) XXX_Size() int
- func (m *QueryAllAggregatedKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryAllAggregatedKeyShareResponse
- func (*QueryAllAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare() []AggregatedKeyShare
- func (m *QueryAllAggregatedKeyShareResponse) GetPagination() *query.PageResponse
- func (m *QueryAllAggregatedKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAggregatedKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAggregatedKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAggregatedKeyShareResponse) ProtoMessage()
- func (m *QueryAllAggregatedKeyShareResponse) Reset()
- func (m *QueryAllAggregatedKeyShareResponse) Size() (n int)
- func (m *QueryAllAggregatedKeyShareResponse) String() string
- func (m *QueryAllAggregatedKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllAggregatedKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryAllAggregatedKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAggregatedKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllAggregatedKeyShareResponse) XXX_Size() int
- func (m *QueryAllAggregatedKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryAllAuthorizedAddressRequest
- func (*QueryAllAuthorizedAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllAuthorizedAddressRequest) GetPagination() *query.PageRequest
- func (m *QueryAllAuthorizedAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAuthorizedAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAuthorizedAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAuthorizedAddressRequest) ProtoMessage()
- func (m *QueryAllAuthorizedAddressRequest) Reset()
- func (m *QueryAllAuthorizedAddressRequest) Size() (n int)
- func (m *QueryAllAuthorizedAddressRequest) String() string
- func (m *QueryAllAuthorizedAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllAuthorizedAddressRequest) XXX_DiscardUnknown()
- func (m *QueryAllAuthorizedAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAuthorizedAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllAuthorizedAddressRequest) XXX_Size() int
- func (m *QueryAllAuthorizedAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryAllAuthorizedAddressResponse
- func (*QueryAllAuthorizedAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllAuthorizedAddressResponse) GetAuthorizedAddress() []AuthorizedAddress
- func (m *QueryAllAuthorizedAddressResponse) GetPagination() *query.PageResponse
- func (m *QueryAllAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAuthorizedAddressResponse) ProtoMessage()
- func (m *QueryAllAuthorizedAddressResponse) Reset()
- func (m *QueryAllAuthorizedAddressResponse) Size() (n int)
- func (m *QueryAllAuthorizedAddressResponse) String() string
- func (m *QueryAllAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllAuthorizedAddressResponse) XXX_DiscardUnknown()
- func (m *QueryAllAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAuthorizedAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllAuthorizedAddressResponse) XXX_Size() int
- func (m *QueryAllAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryAllGeneralKeyShareRequest
- func (*QueryAllGeneralKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllGeneralKeyShareRequest) GetPagination() *query.PageRequest
- func (m *QueryAllGeneralKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGeneralKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGeneralKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGeneralKeyShareRequest) ProtoMessage()
- func (m *QueryAllGeneralKeyShareRequest) Reset()
- func (m *QueryAllGeneralKeyShareRequest) Size() (n int)
- func (m *QueryAllGeneralKeyShareRequest) String() string
- func (m *QueryAllGeneralKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllGeneralKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryAllGeneralKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGeneralKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllGeneralKeyShareRequest) XXX_Size() int
- func (m *QueryAllGeneralKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryAllGeneralKeyShareResponse
- func (*QueryAllGeneralKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllGeneralKeyShareResponse) GetGeneralKeyShare() []GeneralKeyShare
- func (m *QueryAllGeneralKeyShareResponse) GetPagination() *query.PageResponse
- func (m *QueryAllGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllGeneralKeyShareResponse) ProtoMessage()
- func (m *QueryAllGeneralKeyShareResponse) Reset()
- func (m *QueryAllGeneralKeyShareResponse) Size() (n int)
- func (m *QueryAllGeneralKeyShareResponse) String() string
- func (m *QueryAllGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllGeneralKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryAllGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllGeneralKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllGeneralKeyShareResponse) XXX_Size() int
- func (m *QueryAllGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryAllKeyShareRequest
- func (*QueryAllKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllKeyShareRequest) GetPagination() *query.PageRequest
- func (m *QueryAllKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllKeyShareRequest) ProtoMessage()
- func (m *QueryAllKeyShareRequest) Reset()
- func (m *QueryAllKeyShareRequest) Size() (n int)
- func (m *QueryAllKeyShareRequest) String() string
- func (m *QueryAllKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryAllKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllKeyShareRequest) XXX_Size() int
- func (m *QueryAllKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryAllKeyShareResponse
- func (*QueryAllKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllKeyShareResponse) GetKeyShare() []KeyShare
- func (m *QueryAllKeyShareResponse) GetPagination() *query.PageResponse
- func (m *QueryAllKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllKeyShareResponse) ProtoMessage()
- func (m *QueryAllKeyShareResponse) Reset()
- func (m *QueryAllKeyShareResponse) Size() (n int)
- func (m *QueryAllKeyShareResponse) String() string
- func (m *QueryAllKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryAllKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllKeyShareResponse) XXX_Size() int
- func (m *QueryAllKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryAllValidatorSetRequest
- func (*QueryAllValidatorSetRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllValidatorSetRequest) GetPagination() *query.PageRequest
- func (m *QueryAllValidatorSetRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllValidatorSetRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllValidatorSetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllValidatorSetRequest) ProtoMessage()
- func (m *QueryAllValidatorSetRequest) Reset()
- func (m *QueryAllValidatorSetRequest) Size() (n int)
- func (m *QueryAllValidatorSetRequest) String() string
- func (m *QueryAllValidatorSetRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllValidatorSetRequest) XXX_DiscardUnknown()
- func (m *QueryAllValidatorSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllValidatorSetRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllValidatorSetRequest) XXX_Size() int
- func (m *QueryAllValidatorSetRequest) XXX_Unmarshal(b []byte) error
- type QueryAllValidatorSetResponse
- func (*QueryAllValidatorSetResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllValidatorSetResponse) GetPagination() *query.PageResponse
- func (m *QueryAllValidatorSetResponse) GetValidatorSet() []ValidatorSet
- func (m *QueryAllValidatorSetResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllValidatorSetResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllValidatorSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllValidatorSetResponse) ProtoMessage()
- func (m *QueryAllValidatorSetResponse) Reset()
- func (m *QueryAllValidatorSetResponse) Size() (n int)
- func (m *QueryAllValidatorSetResponse) String() string
- func (m *QueryAllValidatorSetResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllValidatorSetResponse) XXX_DiscardUnknown()
- func (m *QueryAllValidatorSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllValidatorSetResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllValidatorSetResponse) XXX_Size() int
- func (m *QueryAllValidatorSetResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryCommitmentsRequest
- func (*QueryCommitmentsRequest) Descriptor() ([]byte, []int)
- func (m *QueryCommitmentsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryCommitmentsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCommitmentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCommitmentsRequest) ProtoMessage()
- func (m *QueryCommitmentsRequest) Reset()
- func (m *QueryCommitmentsRequest) Size() (n int)
- func (m *QueryCommitmentsRequest) String() string
- func (m *QueryCommitmentsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryCommitmentsRequest) XXX_DiscardUnknown()
- func (m *QueryCommitmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCommitmentsRequest) XXX_Merge(src proto.Message)
- func (m *QueryCommitmentsRequest) XXX_Size() int
- func (m *QueryCommitmentsRequest) XXX_Unmarshal(b []byte) error
- type QueryCommitmentsResponse
- func (*QueryCommitmentsResponse) Descriptor() ([]byte, []int)
- func (m *QueryCommitmentsResponse) GetActiveCommitments() *Commitments
- func (m *QueryCommitmentsResponse) GetQueuedCommitments() *Commitments
- func (m *QueryCommitmentsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryCommitmentsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryCommitmentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryCommitmentsResponse) ProtoMessage()
- func (m *QueryCommitmentsResponse) Reset()
- func (m *QueryCommitmentsResponse) Size() (n int)
- func (m *QueryCommitmentsResponse) String() string
- func (m *QueryCommitmentsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryCommitmentsResponse) XXX_DiscardUnknown()
- func (m *QueryCommitmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryCommitmentsResponse) XXX_Merge(src proto.Message)
- func (m *QueryCommitmentsResponse) XXX_Size() int
- func (m *QueryCommitmentsResponse) XXX_Unmarshal(b []byte) error
- type QueryGetAggregatedKeyShareRequest
- func (*QueryGetAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetAggregatedKeyShareRequest) GetHeight() uint64
- func (m *QueryGetAggregatedKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAggregatedKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAggregatedKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAggregatedKeyShareRequest) ProtoMessage()
- func (m *QueryGetAggregatedKeyShareRequest) Reset()
- func (m *QueryGetAggregatedKeyShareRequest) Size() (n int)
- func (m *QueryGetAggregatedKeyShareRequest) String() string
- func (m *QueryGetAggregatedKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetAggregatedKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryGetAggregatedKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAggregatedKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetAggregatedKeyShareRequest) XXX_Size() int
- func (m *QueryGetAggregatedKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryGetAggregatedKeyShareResponse
- func (*QueryGetAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare() AggregatedKeyShare
- func (m *QueryGetAggregatedKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAggregatedKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAggregatedKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAggregatedKeyShareResponse) ProtoMessage()
- func (m *QueryGetAggregatedKeyShareResponse) Reset()
- func (m *QueryGetAggregatedKeyShareResponse) Size() (n int)
- func (m *QueryGetAggregatedKeyShareResponse) String() string
- func (m *QueryGetAggregatedKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetAggregatedKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryGetAggregatedKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAggregatedKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetAggregatedKeyShareResponse) XXX_Size() int
- func (m *QueryGetAggregatedKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryGetAuthorizedAddressRequest
- func (*QueryGetAuthorizedAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetAuthorizedAddressRequest) GetTarget() string
- func (m *QueryGetAuthorizedAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAuthorizedAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAuthorizedAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAuthorizedAddressRequest) ProtoMessage()
- func (m *QueryGetAuthorizedAddressRequest) Reset()
- func (m *QueryGetAuthorizedAddressRequest) Size() (n int)
- func (m *QueryGetAuthorizedAddressRequest) String() string
- func (m *QueryGetAuthorizedAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetAuthorizedAddressRequest) XXX_DiscardUnknown()
- func (m *QueryGetAuthorizedAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAuthorizedAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetAuthorizedAddressRequest) XXX_Size() int
- func (m *QueryGetAuthorizedAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryGetAuthorizedAddressResponse
- func (*QueryGetAuthorizedAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetAuthorizedAddressResponse) GetAuthorizedAddress() AuthorizedAddress
- func (m *QueryGetAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAuthorizedAddressResponse) ProtoMessage()
- func (m *QueryGetAuthorizedAddressResponse) Reset()
- func (m *QueryGetAuthorizedAddressResponse) Size() (n int)
- func (m *QueryGetAuthorizedAddressResponse) String() string
- func (m *QueryGetAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetAuthorizedAddressResponse) XXX_DiscardUnknown()
- func (m *QueryGetAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAuthorizedAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetAuthorizedAddressResponse) XXX_Size() int
- func (m *QueryGetAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryGetGeneralKeyShareRequest
- func (*QueryGetGeneralKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetGeneralKeyShareRequest) GetIdType() string
- func (m *QueryGetGeneralKeyShareRequest) GetIdValue() string
- func (m *QueryGetGeneralKeyShareRequest) GetValidator() string
- func (m *QueryGetGeneralKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGeneralKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGeneralKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGeneralKeyShareRequest) ProtoMessage()
- func (m *QueryGetGeneralKeyShareRequest) Reset()
- func (m *QueryGetGeneralKeyShareRequest) Size() (n int)
- func (m *QueryGetGeneralKeyShareRequest) String() string
- func (m *QueryGetGeneralKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetGeneralKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryGetGeneralKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGeneralKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetGeneralKeyShareRequest) XXX_Size() int
- func (m *QueryGetGeneralKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryGetGeneralKeyShareResponse
- func (*QueryGetGeneralKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetGeneralKeyShareResponse) GetGeneralKeyShare() GeneralKeyShare
- func (m *QueryGetGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetGeneralKeyShareResponse) ProtoMessage()
- func (m *QueryGetGeneralKeyShareResponse) Reset()
- func (m *QueryGetGeneralKeyShareResponse) Size() (n int)
- func (m *QueryGetGeneralKeyShareResponse) String() string
- func (m *QueryGetGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetGeneralKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryGetGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetGeneralKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetGeneralKeyShareResponse) XXX_Size() int
- func (m *QueryGetGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryGetKeyShareRequest
- func (*QueryGetKeyShareRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetKeyShareRequest) GetBlockHeight() uint64
- func (m *QueryGetKeyShareRequest) GetValidator() string
- func (m *QueryGetKeyShareRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetKeyShareRequest) ProtoMessage()
- func (m *QueryGetKeyShareRequest) Reset()
- func (m *QueryGetKeyShareRequest) Size() (n int)
- func (m *QueryGetKeyShareRequest) String() string
- func (m *QueryGetKeyShareRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetKeyShareRequest) XXX_DiscardUnknown()
- func (m *QueryGetKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetKeyShareRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetKeyShareRequest) XXX_Size() int
- func (m *QueryGetKeyShareRequest) XXX_Unmarshal(b []byte) error
- type QueryGetKeyShareResponse
- func (*QueryGetKeyShareResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetKeyShareResponse) GetKeyShare() KeyShare
- func (m *QueryGetKeyShareResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetKeyShareResponse) ProtoMessage()
- func (m *QueryGetKeyShareResponse) Reset()
- func (m *QueryGetKeyShareResponse) Size() (n int)
- func (m *QueryGetKeyShareResponse) String() string
- func (m *QueryGetKeyShareResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetKeyShareResponse) XXX_DiscardUnknown()
- func (m *QueryGetKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetKeyShareResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetKeyShareResponse) XXX_Size() int
- func (m *QueryGetKeyShareResponse) XXX_Unmarshal(b []byte) error
- type QueryGetValidatorSetRequest
- func (*QueryGetValidatorSetRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetValidatorSetRequest) GetIndex() string
- func (m *QueryGetValidatorSetRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetValidatorSetRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetValidatorSetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetValidatorSetRequest) ProtoMessage()
- func (m *QueryGetValidatorSetRequest) Reset()
- func (m *QueryGetValidatorSetRequest) Size() (n int)
- func (m *QueryGetValidatorSetRequest) String() string
- func (m *QueryGetValidatorSetRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetValidatorSetRequest) XXX_DiscardUnknown()
- func (m *QueryGetValidatorSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetValidatorSetRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetValidatorSetRequest) XXX_Size() int
- func (m *QueryGetValidatorSetRequest) XXX_Unmarshal(b []byte) error
- type QueryGetValidatorSetResponse
- func (*QueryGetValidatorSetResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetValidatorSetResponse) GetValidatorSet() ValidatorSet
- func (m *QueryGetValidatorSetResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetValidatorSetResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetValidatorSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetValidatorSetResponse) ProtoMessage()
- func (m *QueryGetValidatorSetResponse) Reset()
- func (m *QueryGetValidatorSetResponse) Size() (n int)
- func (m *QueryGetValidatorSetResponse) String() string
- func (m *QueryGetValidatorSetResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetValidatorSetResponse) XXX_DiscardUnknown()
- func (m *QueryGetValidatorSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetValidatorSetResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetValidatorSetResponse) XXX_Size() int
- func (m *QueryGetValidatorSetResponse) XXX_Unmarshal(b []byte) error
- type QueryParamsRequest
- func (*QueryParamsRequest) Descriptor() ([]byte, []int)
- func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsRequest) ProtoMessage()
- func (m *QueryParamsRequest) Reset()
- func (m *QueryParamsRequest) Size() (n int)
- func (m *QueryParamsRequest) String() string
- func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryParamsRequest) XXX_DiscardUnknown()
- func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
- func (m *QueryParamsRequest) XXX_Size() int
- func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)
- func (m *QueryParamsResponse) GetParams() Params
- func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryParamsResponse) ProtoMessage()
- func (m *QueryParamsResponse) Reset()
- func (m *QueryParamsResponse) Size() (n int)
- func (m *QueryParamsResponse) String() string
- func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryParamsResponse) XXX_DiscardUnknown()
- func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
- func (m *QueryParamsResponse) XXX_Size() int
- func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
- type QueryPubKeyRequest
- func (*QueryPubKeyRequest) Descriptor() ([]byte, []int)
- func (m *QueryPubKeyRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryPubKeyRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPubKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPubKeyRequest) ProtoMessage()
- func (m *QueryPubKeyRequest) Reset()
- func (m *QueryPubKeyRequest) Size() (n int)
- func (m *QueryPubKeyRequest) String() string
- func (m *QueryPubKeyRequest) Unmarshal(dAtA []byte) error
- func (m *QueryPubKeyRequest) XXX_DiscardUnknown()
- func (m *QueryPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPubKeyRequest) XXX_Merge(src proto.Message)
- func (m *QueryPubKeyRequest) XXX_Size() int
- func (m *QueryPubKeyRequest) XXX_Unmarshal(b []byte) error
- type QueryPubKeyResponse
- func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)
- func (m *QueryPubKeyResponse) GetActivePubKey() ActivePubKey
- func (m *QueryPubKeyResponse) GetQueuedPubKey() QueuedPubKey
- func (m *QueryPubKeyResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryPubKeyResponse) ProtoMessage()
- func (m *QueryPubKeyResponse) Reset()
- func (m *QueryPubKeyResponse) Size() (n int)
- func (m *QueryPubKeyResponse) String() string
- func (m *QueryPubKeyResponse) Unmarshal(dAtA []byte) error
- func (m *QueryPubKeyResponse) XXX_DiscardUnknown()
- func (m *QueryPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryPubKeyResponse) XXX_Merge(src proto.Message)
- func (m *QueryPubKeyResponse) XXX_Size() int
- func (m *QueryPubKeyResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QueryVerifiableRandomnessQuery
- func (*QueryVerifiableRandomnessQuery) Descriptor() ([]byte, []int)
- func (m *QueryVerifiableRandomnessQuery) Marshal() (dAtA []byte, err error)
- func (m *QueryVerifiableRandomnessQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryVerifiableRandomnessQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryVerifiableRandomnessQuery) ProtoMessage()
- func (m *QueryVerifiableRandomnessQuery) Reset()
- func (m *QueryVerifiableRandomnessQuery) Size() (n int)
- func (m *QueryVerifiableRandomnessQuery) String() string
- func (m *QueryVerifiableRandomnessQuery) Unmarshal(dAtA []byte) error
- func (m *QueryVerifiableRandomnessQuery) XXX_DiscardUnknown()
- func (m *QueryVerifiableRandomnessQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryVerifiableRandomnessQuery) XXX_Merge(src proto.Message)
- func (m *QueryVerifiableRandomnessQuery) XXX_Size() int
- func (m *QueryVerifiableRandomnessQuery) XXX_Unmarshal(b []byte) error
- type QueryVerifiableRandomnessResponse
- func (*QueryVerifiableRandomnessResponse) Descriptor() ([]byte, []int)
- func (m *QueryVerifiableRandomnessResponse) GetRandomness() string
- func (m *QueryVerifiableRandomnessResponse) GetRound() uint64
- func (m *QueryVerifiableRandomnessResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryVerifiableRandomnessResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryVerifiableRandomnessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryVerifiableRandomnessResponse) ProtoMessage()
- func (m *QueryVerifiableRandomnessResponse) Reset()
- func (m *QueryVerifiableRandomnessResponse) Size() (n int)
- func (m *QueryVerifiableRandomnessResponse) String() string
- func (m *QueryVerifiableRandomnessResponse) Unmarshal(dAtA []byte) error
- func (m *QueryVerifiableRandomnessResponse) XXX_DiscardUnknown()
- func (m *QueryVerifiableRandomnessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryVerifiableRandomnessResponse) XXX_Merge(src proto.Message)
- func (m *QueryVerifiableRandomnessResponse) XXX_Size() int
- func (m *QueryVerifiableRandomnessResponse) XXX_Unmarshal(b []byte) error
- type QueuedPubKey
- func (*QueuedPubKey) Descriptor() ([]byte, []int)
- func (m *QueuedPubKey) GetCreator() string
- func (m *QueuedPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
- func (m *QueuedPubKey) GetExpiry() uint64
- func (m *QueuedPubKey) GetNumberOfValidators() uint64
- func (m *QueuedPubKey) GetPublicKey() string
- func (m *QueuedPubKey) Marshal() (dAtA []byte, err error)
- func (m *QueuedPubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *QueuedPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueuedPubKey) ProtoMessage()
- func (m *QueuedPubKey) Reset()
- func (m *QueuedPubKey) Size() (n int)
- func (m *QueuedPubKey) String() string
- func (m *QueuedPubKey) Unmarshal(dAtA []byte) error
- func (m *QueuedPubKey) XXX_DiscardUnknown()
- func (m *QueuedPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueuedPubKey) XXX_Merge(src proto.Message)
- func (m *QueuedPubKey) XXX_Size() int
- func (m *QueuedPubKey) XXX_Unmarshal(b []byte) error
- type RequestAggrKeysharePacketAck
- func (*RequestAggrKeysharePacketAck) Descriptor() ([]byte, []int)
- func (m *RequestAggrKeysharePacketAck) GetIdentity() string
- func (m *RequestAggrKeysharePacketAck) GetPubkey() string
- func (m *RequestAggrKeysharePacketAck) Marshal() (dAtA []byte, err error)
- func (m *RequestAggrKeysharePacketAck) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestAggrKeysharePacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestAggrKeysharePacketAck) ProtoMessage()
- func (m *RequestAggrKeysharePacketAck) Reset()
- func (m *RequestAggrKeysharePacketAck) Size() (n int)
- func (m *RequestAggrKeysharePacketAck) String() string
- func (m *RequestAggrKeysharePacketAck) Unmarshal(dAtA []byte) error
- func (m *RequestAggrKeysharePacketAck) XXX_DiscardUnknown()
- func (m *RequestAggrKeysharePacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestAggrKeysharePacketAck) XXX_Merge(src proto.Message)
- func (m *RequestAggrKeysharePacketAck) XXX_Size() int
- func (m *RequestAggrKeysharePacketAck) XXX_Unmarshal(b []byte) error
- type RequestAggrKeysharePacketData
- func (*RequestAggrKeysharePacketData) Descriptor() ([]byte, []int)
- func (p RequestAggrKeysharePacketData) GetBytes() []byte
- func (m *RequestAggrKeysharePacketData) GetEstimatedDelay() *time.Duration
- func (m *RequestAggrKeysharePacketData) GetId() isRequestAggrKeysharePacketData_Id
- func (m *RequestAggrKeysharePacketData) GetProposalId() string
- func (m *RequestAggrKeysharePacketData) GetRequestId() string
- func (m *RequestAggrKeysharePacketData) GetRequester() string
- func (m *RequestAggrKeysharePacketData) Marshal() (dAtA []byte, err error)
- func (m *RequestAggrKeysharePacketData) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestAggrKeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestAggrKeysharePacketData) ProtoMessage()
- func (m *RequestAggrKeysharePacketData) Reset()
- func (m *RequestAggrKeysharePacketData) Size() (n int)
- func (m *RequestAggrKeysharePacketData) String() string
- func (m *RequestAggrKeysharePacketData) Unmarshal(dAtA []byte) error
- func (p RequestAggrKeysharePacketData) ValidateBasic() error
- func (m *RequestAggrKeysharePacketData) XXX_DiscardUnknown()
- func (m *RequestAggrKeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestAggrKeysharePacketData) XXX_Merge(src proto.Message)
- func (*RequestAggrKeysharePacketData) XXX_OneofWrappers() []interface{}
- func (m *RequestAggrKeysharePacketData) XXX_Size() int
- func (m *RequestAggrKeysharePacketData) XXX_Unmarshal(b []byte) error
- type RequestAggrKeysharePacketData_ProposalId
- type RequestAggrKeysharePacketData_RequestId
- type ScopedKeeper
- type SlashingKeeper
- type StakingKeeper
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) CreateAuthorizedAddress(ctx context.Context, req *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error)
- func (*UnimplementedMsgServer) CreateGeneralKeyShare(ctx context.Context, req *MsgCreateGeneralKeyShare) (*MsgCreateGeneralKeyShareResponse, error)
- func (*UnimplementedMsgServer) CreateLatestPubKey(ctx context.Context, req *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error)
- func (*UnimplementedMsgServer) DeRegisterValidator(ctx context.Context, req *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error)
- func (*UnimplementedMsgServer) DeleteAuthorizedAddress(ctx context.Context, req *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error)
- func (*UnimplementedMsgServer) OverrideLatestPubKey(ctx context.Context, req *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error)
- func (*UnimplementedMsgServer) RegisterValidator(ctx context.Context, req *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error)
- func (*UnimplementedMsgServer) SendKeyshare(ctx context.Context, req *MsgSendKeyshare) (*MsgSendKeyshareResponse, error)
- func (*UnimplementedMsgServer) UpdateAuthorizedAddress(ctx context.Context, req *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error)
- func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) AggregatedKeyShare(ctx context.Context, req *QueryGetAggregatedKeyShareRequest) (*QueryGetAggregatedKeyShareResponse, error)
- func (*UnimplementedQueryServer) AggregatedKeyShareAll(ctx context.Context, req *QueryAllAggregatedKeyShareRequest) (*QueryAllAggregatedKeyShareResponse, error)
- func (*UnimplementedQueryServer) AuthorizedAddress(ctx context.Context, req *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error)
- func (*UnimplementedQueryServer) AuthorizedAddressAll(ctx context.Context, req *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error)
- func (*UnimplementedQueryServer) Commitments(ctx context.Context, req *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error)
- func (*UnimplementedQueryServer) GeneralKeyShare(ctx context.Context, req *QueryGetGeneralKeyShareRequest) (*QueryGetGeneralKeyShareResponse, error)
- func (*UnimplementedQueryServer) GeneralKeyShareAll(ctx context.Context, req *QueryAllGeneralKeyShareRequest) (*QueryAllGeneralKeyShareResponse, error)
- func (*UnimplementedQueryServer) KeyShare(ctx context.Context, req *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error)
- func (*UnimplementedQueryServer) KeyShareAll(ctx context.Context, req *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error)
- func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
- func (*UnimplementedQueryServer) PubKey(ctx context.Context, req *QueryPubKeyRequest) (*QueryPubKeyResponse, error)
- func (*UnimplementedQueryServer) ValidatorSet(ctx context.Context, req *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error)
- func (*UnimplementedQueryServer) ValidatorSetAll(ctx context.Context, req *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error)
- func (*UnimplementedQueryServer) VerifiableRandomness(ctx context.Context, req *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, error)
- type ValidatorSet
- func (*ValidatorSet) Descriptor() ([]byte, []int)
- func (m *ValidatorSet) GetConsAddr() string
- func (m *ValidatorSet) GetIndex() string
- func (m *ValidatorSet) GetIsActive() bool
- func (m *ValidatorSet) GetValidator() string
- func (m *ValidatorSet) Marshal() (dAtA []byte, err error)
- func (m *ValidatorSet) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorSet) ProtoMessage()
- func (m *ValidatorSet) Reset()
- func (m *ValidatorSet) Size() (n int)
- func (m *ValidatorSet) String() string
- func (m *ValidatorSet) Unmarshal(dAtA []byte) error
- func (m *ValidatorSet) XXX_DiscardUnknown()
- func (m *ValidatorSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorSet) XXX_Merge(src proto.Message)
- func (m *ValidatorSet) XXX_Size() int
- func (m *ValidatorSet) XXX_Unmarshal(b []byte) error
Constants ¶
const ( EventTypeTimeout = "timeout" AttributeKeyAckSuccess = "success" AttributeKeyAck = "acknowledgement" AttributeKeyAckError = "error" EventTypeCurrentKeysPacket = "currentKeys_packet" AttributeKeyAckIdentity = "identity" AttributeKeyAckPubkey = "pubkey" )
IBC events
const ( // AggregatedKeyShareKeyPrefix is the prefix to retrieve all AggregatedKeyShare )
const ( // AuthorizedAddressKeyPrefix is the prefix to retrieve all AuthorizedAddress AuthorizedAddressKeyPrefix = "AuthorizedAddress/value/" AuthorizedCountKeyPrefix = "AuthorizedCount/value/" )
const ( // ActiveCommitmentsPrefix is the prefix to retrieve the active Commitments ActiveCommitmentsPrefix = "ActiveCommitments/value/" // QueuedCommitmentsPrefix is the prefix to retrieve the queued Commitments QueuedCommitmentsPrefix = "QueuedCommitments/value/" )
const ( // ActivePubKeyPrefix is the prefix to retrieve the active Public Key ActivePubKeyPrefix = "ActivePubKey/value/" QueuedPubKeyPrefix = "QueuedPubKey/value/" )
const ( // ModuleName defines the module name ModuleName = "keyshare" // StoreKey defines the primary module store key StoreKey = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_keyshare" // Version defines the current version the IBC module supports Version = "keyshare-1" // PortID is the default port id that module binds to PortID = "keyshare" )
const ( KeyAggregationThresholdNumerator = 2 KeyAggregationThresholdDenominator = 3 )
const ( RegisteredValidatorEventType = "new-validator-registered" RegisteredValidatorEventCreator = "creator" )
const ( DeRegisteredValidatorEventType = "validator-deregistered" DeRegisteredValidatorEventCreator = "creator" )
const ()
const ()
const ()
const ()
const ()
const ( QueuedPubKeyCreatedEventType = "queued-pubkey-created" QueuedPubKeyCreatedEventActivePubkeyExpiryHeight = "active-pubkey-expiry-height" QueuedPubKeyCreatedEventExpiryHeight = "expiry-height" QueuedPubKeyCreatedEventCreator = "creator" QueuedPubKeyCreatedEventPubkey = "pubkey" QueuedPubKeyCreatedEventNumberOfValidators = "number-of-validators" )
const ( PubKeyOverrodeEventType = "pubkey-overrode" PubKeyOverrodeEventActivePubkeyExpiryHeight = "active-pubkey-expiry-height" PubKeyOverrodeEventExpiryHeight = "expiry-height" PubKeyOverrodeEventCreator = "creator" PubKeyOverrodeEventPubkey = "pubkey" PubKeyOverrodeEventNumberOfValidators = "number-of-validators" )
const ( KeyTotalIdleValSlashed = "total_idle_validator_slashed" )
const ( PubKeyHexLength = 96 CommitmentHexLength = 96 )
const AvgBlockTime = 5.6
const DefaultIndex uint64 = 1
DefaultIndex is the default global index
const (
GeneralKeyShareKeyPrefix = "GeneralKeyShare/value/"
)const (
// KeyLastSubmittedHeightPrefix is the prefix to retrieve all LastSubmittedHeight
KeyLastSubmittedHeightPrefix = "LastSubmittedHeight/value/"
)
const (
)const (
KeyShareKeyPrefix = "KeyShare/value/"
)const (
KeyShareRequestKeyPrefix = "KeyshareRequest/value/"
)const (
SlashPower int64 = 100
)
const (
// ValidatorSetKeyPrefix is the prefix to retrieve all ValidatorSet
ValidatorSetKeyPrefix = "ValidatorSet/value/"
)
Variables ¶
var ()
var ( ErrInvalidLengthAuthorizedAddress = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAuthorizedAddress = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAuthorizedAddress = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthCommitments = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCommitments = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupCommitments = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidSigner = sdkerrors.Register(ModuleName, 1100, "expected gov account as only signer for proposal message") ErrValidatorAlreadyRegistered = sdkerrors.Register(ModuleName, 1101, "validator already registered") ErrValidatorNotRegistered = sdkerrors.Register(ModuleName, 1102, "validator not registered") ErrInvalidBlockHeight = sdkerrors.Register(ModuleName, 1103, "invalid block height") ErrDecodingCommitment = sdkerrors.Register(ModuleName, 1106, "error decoding commitment") ErrUnmarshallingCommitment = sdkerrors.Register(ModuleName, 1107, "error unmarhsalling commitment") ErrPubKeyNotFound = sdkerrors.Register(ModuleName, 1110, "Public key does not exists now") ErrQueuedKeyAlreadyExists = sdkerrors.Register(ModuleName, 1111, "a queued key already exists") ErrAccountNotStaking = sdkerrors.Register(ModuleName, 1112, "account is not staking") ErrAddressNotTrusted = sdkerrors.Register(ModuleName, 1113, "address is not trusted") ErrInsufficientBondedAmount = sdkerrors.Register(ModuleName, 1114, "insufficient bonded amount to be a validator") ErrEmptyCommitments = sdkerrors.Register(ModuleName, 1115, "provided commitments are empty") ErrCommitmentsNotFound = sdkerrors.Register(ModuleName, 1116, "commitments not found") ErrInvalidPubKeyLength = sdkerrors.Register(ModuleName, 1119, "invalid PubKey length") ErrInvalidPubKey = sdkerrors.Register(ModuleName, 1120, "invalid PubKey") ErrInvalidCommitment = sdkerrors.Register(ModuleName, 1121, "invalid commitment") ErrInvalidCommitmentLength = sdkerrors.Register(ModuleName, 1122, "invalid commitment length") ErrInvalidVersion = sdkerrors.Register(ModuleName, 1123, "invalid version") ErrRequestNotFound = sdkerrors.Register(ModuleName, 1124, "no request found with this identity") ErrInvalidNumberOfValidators = sdkerrors.Register(ModuleName, 1125, "invalid number of validators") ErrNotMatchNumOfCommits = sdkerrors.Register(ModuleName, 1128, "provided number of commitments does not match number of validators") ErrAddressAlreadyAuthorized = sdkerrors.Register(ModuleName, 1900, "address is already authorized") ErrAuthorizedAddrNotFound = sdkerrors.Register(ModuleName, 1901, "target authorized address not found") ErrNotAuthorizedAddrCreator = sdkerrors.Register(ModuleName, 1902, "sender is not the creator of target authorized address") ErrNotTargetOrAuthAddrCreator = sdkerrors.Register(ModuleName, 1903, "only the authorized address / the creator can delete authorized address") ErrAddrIsNotValidatorOrAuthorized = sdkerrors.Register(ModuleName, 1904, "sender is not validator / authorized address to submit key share") ErrAuthorizerIsNotValidator = sdkerrors.Register(ModuleName, 1905, "address authorized you is not a validator") ErrOnlyValidatorCanAuthorizeAddr = sdkerrors.Register(ModuleName, 1906, "only validator can authorize address to submit key share") ErrExceedMaxAuthAddr = sdkerrors.Register(ModuleName, 1907, "each validator can only authorize max 1 address to submit key share") ErrAuthorizeSelfAddress = sdkerrors.Register(ModuleName, 1908, "unable to authorize sender own address") ErrAuthorizedAnotherAddress = sdkerrors.Register(ModuleName, 1909, "validator authorized another address to submit key share is not allow to submit key share") ErrUnsupportedIDType = sdkerrors.Register(ModuleName, 1910, "id type provided in general key share message is not supported") ErrAggKeyAlreadyExists = sdkerrors.Register(ModuleName, 1912, "aggregated key already exists for the given identity") )
x/keyshare module sentinel errors
var ()
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ()
var ( // PortKey defines the key to store the port ID in store PortKey = KeyPrefix("keyshare-port-") ChannelKey = KeyPrefix("keyshare-channel-") RequestsCountKey = KeyPrefix("keyshare-request-count-") )
var ( ErrInvalidLengthPacket = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPacket = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPacket = fmt.Errorf("proto: unexpected end of group") )
var ( KeyMinimumBonded = []byte("MinimumBonded") DefaultMinimumBonded uint64 = 10000000000 )
var ( KeyKeyExpiry = []byte("KeyExpiry") DefaultKeyExpiry uint64 = 100 )
var ( KeyTrustedAddresses = []byte("TrustedAddresses") DefaultTrustedAddresses []string )
var ()
var ()
var ( KeyMaxIdledBlock = []byte("KeyMaxIdledBlock") DefaultMaxIdledBlock uint64 = 10 )
var ( ErrInvalidLengthParams = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowParams = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupParams = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthPubKey = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowPubKey = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupPubKey = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ()
var ( ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthValidatorSet = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowValidatorSet = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupValidatorSet = fmt.Errorf("proto: unexpected end of group") )
var ( // ModuleCdc references the global x/ibc-transfer module codec. Note, the codec // should ONLY be used in certain instances of tests and for JSON encoding. // // The actual codec used for serialization should be provided to x/ibc transfer and // defined at the application level. ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) )
var (
ParamsKey = []byte("p_keyshare")
)
Functions ¶
func AggregatedKeyShareKey ¶
AggregatedKeyShareKey returns the store key to retrieve a AggregatedKeyShare from the index fields
func AuthorizedAddressKey ¶
AuthorizedAddressKey returns the store key to retrieve a AuthorizedAddress from the index fields
func AuthorizedCountKey ¶
func GeneralKeyShareKey ¶
GeneralKeyShareKey returns the store key to retrieve a GeneralKeyShare from the index fields
func KeyShareKey ¶
KeyShareKey returns the store key to retrieve a KeyShare from the index fields
func LastSubmittedHeightKey ¶
LastSubmittedHeightKey returns the store key to retrieve a LastSubmittedHeight from the index fields
func MustProtoMarshalJSON ¶
MustProtoMarshalJSON provides an auxiliary function to return Proto3 JSON encoded bytes of a message. NOTE: Copied from https://github.com/cosmos/cosmos-sdk/blob/971c542453e0972ef1dfc5a80159ad5049c7211c/codec/json.go and modified in order to allow `EmitDefaults` to be set to false for ics20 packet marshalling. This allows for the introduction of the memo field to be backwards compatible.
func ParamKeyTable ¶
func ParamKeyTable() paramtypes.KeyTable
ParamKeyTable the param key table for launch module
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
func ValidatorSetKey ¶
ValidatorSetKey returns the store key to retrieve a ValidatorSet from the index fields
Types ¶
type AccountKeeper ¶
type AccountKeeper interface {
GetAccount(context.Context, sdk.AccAddress) sdk.AccountI // only used for simulation
}
AccountKeeper defines the expected interface for the Account module.
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"` }
func (*ActivePubKey) Descriptor ¶
func (*ActivePubKey) Descriptor() ([]byte, []int)
func (*ActivePubKey) GetCreator ¶
func (m *ActivePubKey) GetCreator() string
func (*ActivePubKey) GetEncryptedKeyShares ¶ added in v0.5.0
func (m *ActivePubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*ActivePubKey) GetExpiry ¶
func (m *ActivePubKey) GetExpiry() uint64
func (*ActivePubKey) GetNumberOfValidators ¶ added in v0.5.0
func (m *ActivePubKey) GetNumberOfValidators() uint64
func (*ActivePubKey) GetPublicKey ¶
func (m *ActivePubKey) GetPublicKey() string
func (*ActivePubKey) Marshal ¶
func (m *ActivePubKey) Marshal() (dAtA []byte, err error)
func (*ActivePubKey) MarshalToSizedBuffer ¶
func (m *ActivePubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ActivePubKey) ProtoMessage ¶
func (*ActivePubKey) ProtoMessage()
func (*ActivePubKey) Reset ¶
func (m *ActivePubKey) Reset()
func (*ActivePubKey) Size ¶
func (m *ActivePubKey) Size() (n int)
func (*ActivePubKey) String ¶
func (m *ActivePubKey) String() string
func (*ActivePubKey) Unmarshal ¶
func (m *ActivePubKey) Unmarshal(dAtA []byte) error
func (*ActivePubKey) XXX_DiscardUnknown ¶
func (m *ActivePubKey) XXX_DiscardUnknown()
func (*ActivePubKey) XXX_Marshal ¶
func (m *ActivePubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActivePubKey) XXX_Merge ¶
func (m *ActivePubKey) XXX_Merge(src proto.Message)
func (*ActivePubKey) XXX_Size ¶
func (m *ActivePubKey) XXX_Size() int
func (*ActivePubKey) XXX_Unmarshal ¶
func (m *ActivePubKey) XXX_Unmarshal(b []byte) error
type AggrKeyshareDataPacketAck ¶
type AggrKeyshareDataPacketAck struct { }
AggrKeyshareDataPacketAck defines a struct for the packet acknowledgment
func (*AggrKeyshareDataPacketAck) Descriptor ¶
func (*AggrKeyshareDataPacketAck) Descriptor() ([]byte, []int)
func (*AggrKeyshareDataPacketAck) Marshal ¶
func (m *AggrKeyshareDataPacketAck) Marshal() (dAtA []byte, err error)
func (*AggrKeyshareDataPacketAck) MarshalTo ¶
func (m *AggrKeyshareDataPacketAck) MarshalTo(dAtA []byte) (int, error)
func (*AggrKeyshareDataPacketAck) MarshalToSizedBuffer ¶
func (m *AggrKeyshareDataPacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AggrKeyshareDataPacketAck) ProtoMessage ¶
func (*AggrKeyshareDataPacketAck) ProtoMessage()
func (*AggrKeyshareDataPacketAck) Reset ¶
func (m *AggrKeyshareDataPacketAck) Reset()
func (*AggrKeyshareDataPacketAck) Size ¶
func (m *AggrKeyshareDataPacketAck) Size() (n int)
func (*AggrKeyshareDataPacketAck) String ¶
func (m *AggrKeyshareDataPacketAck) String() string
func (*AggrKeyshareDataPacketAck) Unmarshal ¶
func (m *AggrKeyshareDataPacketAck) Unmarshal(dAtA []byte) error
func (*AggrKeyshareDataPacketAck) XXX_DiscardUnknown ¶
func (m *AggrKeyshareDataPacketAck) XXX_DiscardUnknown()
func (*AggrKeyshareDataPacketAck) XXX_Marshal ¶
func (m *AggrKeyshareDataPacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AggrKeyshareDataPacketAck) XXX_Merge ¶
func (m *AggrKeyshareDataPacketAck) XXX_Merge(src proto.Message)
func (*AggrKeyshareDataPacketAck) XXX_Size ¶
func (m *AggrKeyshareDataPacketAck) XXX_Size() int
func (*AggrKeyshareDataPacketAck) XXX_Unmarshal ¶
func (m *AggrKeyshareDataPacketAck) XXX_Unmarshal(b []byte) error
type AggrKeyshareDataPacketData ¶
type AggrKeyshareDataPacketData struct {}
AggrKeyshareDataPacketData defines a struct for the packet payload
func (*AggrKeyshareDataPacketData) Descriptor ¶
func (*AggrKeyshareDataPacketData) Descriptor() ([]byte, []int)
func (*AggrKeyshareDataPacketData) GetAggrHeight ¶
func (m *AggrKeyshareDataPacketData) GetAggrHeight() string
func (*AggrKeyshareDataPacketData) GetAggrKeyshare ¶
func (m *AggrKeyshareDataPacketData) GetAggrKeyshare() string
func (AggrKeyshareDataPacketData) GetBytes ¶
func (p AggrKeyshareDataPacketData) GetBytes() []byte
GetBytes is a helper for serialising
func (*AggrKeyshareDataPacketData) GetIdentity ¶
func (m *AggrKeyshareDataPacketData) GetIdentity() string
func (*AggrKeyshareDataPacketData) GetProposalId ¶
func (m *AggrKeyshareDataPacketData) GetProposalId() string
func (*AggrKeyshareDataPacketData) GetPubkey ¶
func (m *AggrKeyshareDataPacketData) GetPubkey() string
func (*AggrKeyshareDataPacketData) GetRequestId ¶ added in v0.4.0
func (m *AggrKeyshareDataPacketData) GetRequestId() string
func (*AggrKeyshareDataPacketData) GetRetries ¶
func (m *AggrKeyshareDataPacketData) GetRetries() uint64
func (*AggrKeyshareDataPacketData) Marshal ¶
func (m *AggrKeyshareDataPacketData) Marshal() (dAtA []byte, err error)
func (*AggrKeyshareDataPacketData) MarshalTo ¶
func (m *AggrKeyshareDataPacketData) MarshalTo(dAtA []byte) (int, error)
func (*AggrKeyshareDataPacketData) MarshalToSizedBuffer ¶
func (m *AggrKeyshareDataPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AggrKeyshareDataPacketData) ProtoMessage ¶
func (*AggrKeyshareDataPacketData) ProtoMessage()
func (*AggrKeyshareDataPacketData) Reset ¶
func (m *AggrKeyshareDataPacketData) Reset()
func (*AggrKeyshareDataPacketData) Size ¶
func (m *AggrKeyshareDataPacketData) Size() (n int)
func (*AggrKeyshareDataPacketData) String ¶
func (m *AggrKeyshareDataPacketData) String() string
func (*AggrKeyshareDataPacketData) Unmarshal ¶
func (m *AggrKeyshareDataPacketData) Unmarshal(dAtA []byte) error
func (AggrKeyshareDataPacketData) ValidateBasic ¶
func (p AggrKeyshareDataPacketData) ValidateBasic() error
ValidateBasic is used for validating the packet
func (*AggrKeyshareDataPacketData) XXX_DiscardUnknown ¶
func (m *AggrKeyshareDataPacketData) XXX_DiscardUnknown()
func (*AggrKeyshareDataPacketData) XXX_Marshal ¶
func (m *AggrKeyshareDataPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AggrKeyshareDataPacketData) XXX_Merge ¶
func (m *AggrKeyshareDataPacketData) XXX_Merge(src proto.Message)
func (*AggrKeyshareDataPacketData) XXX_Size ¶
func (m *AggrKeyshareDataPacketData) XXX_Size() int
func (*AggrKeyshareDataPacketData) XXX_Unmarshal ¶
func (m *AggrKeyshareDataPacketData) XXX_Unmarshal(b []byte) error
type AggregatedKeyShare ¶
type AggregatedKeyShare struct {}
func (*AggregatedKeyShare) Descriptor ¶
func (*AggregatedKeyShare) Descriptor() ([]byte, []int)
func (*AggregatedKeyShare) GetData ¶
func (m *AggregatedKeyShare) GetData() string
func (*AggregatedKeyShare) GetHeight ¶
func (m *AggregatedKeyShare) GetHeight() uint64
func (*AggregatedKeyShare) Marshal ¶
func (m *AggregatedKeyShare) Marshal() (dAtA []byte, err error)
func (*AggregatedKeyShare) MarshalTo ¶
func (m *AggregatedKeyShare) MarshalTo(dAtA []byte) (int, error)
func (*AggregatedKeyShare) MarshalToSizedBuffer ¶
func (m *AggregatedKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AggregatedKeyShare) ProtoMessage ¶
func (*AggregatedKeyShare) ProtoMessage()
func (*AggregatedKeyShare) Reset ¶
func (m *AggregatedKeyShare) Reset()
func (*AggregatedKeyShare) Size ¶
func (m *AggregatedKeyShare) Size() (n int)
func (*AggregatedKeyShare) String ¶
func (m *AggregatedKeyShare) String() string
func (*AggregatedKeyShare) Unmarshal ¶
func (m *AggregatedKeyShare) Unmarshal(dAtA []byte) error
func (*AggregatedKeyShare) XXX_DiscardUnknown ¶
func (m *AggregatedKeyShare) XXX_DiscardUnknown()
func (*AggregatedKeyShare) XXX_Marshal ¶
func (m *AggregatedKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AggregatedKeyShare) XXX_Merge ¶
func (m *AggregatedKeyShare) XXX_Merge(src proto.Message)
func (*AggregatedKeyShare) XXX_Size ¶
func (m *AggregatedKeyShare) XXX_Size() int
func (*AggregatedKeyShare) XXX_Unmarshal ¶
func (m *AggregatedKeyShare) XXX_Unmarshal(b []byte) error
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"` }
func (*AuthorizedAddress) Descriptor ¶
func (*AuthorizedAddress) Descriptor() ([]byte, []int)
func (*AuthorizedAddress) GetAuthorizedBy ¶
func (m *AuthorizedAddress) GetAuthorizedBy() string
func (*AuthorizedAddress) GetIsAuthorized ¶
func (m *AuthorizedAddress) GetIsAuthorized() bool
func (*AuthorizedAddress) GetTarget ¶
func (m *AuthorizedAddress) GetTarget() string
func (*AuthorizedAddress) Marshal ¶
func (m *AuthorizedAddress) Marshal() (dAtA []byte, err error)
func (*AuthorizedAddress) MarshalTo ¶
func (m *AuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
func (*AuthorizedAddress) MarshalToSizedBuffer ¶
func (m *AuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AuthorizedAddress) ProtoMessage ¶
func (*AuthorizedAddress) ProtoMessage()
func (*AuthorizedAddress) Reset ¶
func (m *AuthorizedAddress) Reset()
func (*AuthorizedAddress) Size ¶
func (m *AuthorizedAddress) Size() (n int)
func (*AuthorizedAddress) String ¶
func (m *AuthorizedAddress) String() string
func (*AuthorizedAddress) Unmarshal ¶
func (m *AuthorizedAddress) Unmarshal(dAtA []byte) error
func (*AuthorizedAddress) XXX_DiscardUnknown ¶
func (m *AuthorizedAddress) XXX_DiscardUnknown()
func (*AuthorizedAddress) XXX_Marshal ¶
func (m *AuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AuthorizedAddress) XXX_Merge ¶
func (m *AuthorizedAddress) XXX_Merge(src proto.Message)
func (*AuthorizedAddress) XXX_Size ¶
func (m *AuthorizedAddress) XXX_Size() int
func (*AuthorizedAddress) XXX_Unmarshal ¶
func (m *AuthorizedAddress) XXX_Unmarshal(b []byte) error
type BankKeeper ¶
BankKeeper defines the expected interface for the Bank module.
type ChannelKeeper ¶
type ChannelKeeper interface { GetChannel(ctx context.Context, portID, channelID string) (channeltypes.Channel, bool) GetNextSequenceSend(ctx context.Context, portID, channelID string) (uint64, bool) SendPacket( ctx context.Context, channelCap *capabilitytypes.Capability, sourcePort string, sourceChannel string, timeoutHeight clienttypes.Height, timeoutTimestamp uint64, data []byte, ) (uint64, error) ChanCloseInit(ctx context.Context, portID, channelID string, chanCap *capabilitytypes.Capability) error }
ChannelKeeper defines the expected IBC channel keeper.
type Commitments ¶
type Commitments struct {
Commitments []string `protobuf:"bytes,1,rep,name=commitments,proto3" json:"commitments,omitempty"`
}
func (*Commitments) Descriptor ¶
func (*Commitments) Descriptor() ([]byte, []int)
func (*Commitments) GetCommitments ¶
func (m *Commitments) GetCommitments() []string
func (*Commitments) Marshal ¶
func (m *Commitments) Marshal() (dAtA []byte, err error)
func (*Commitments) MarshalToSizedBuffer ¶
func (m *Commitments) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Commitments) ProtoMessage ¶
func (*Commitments) ProtoMessage()
func (*Commitments) Reset ¶
func (m *Commitments) Reset()
func (*Commitments) Size ¶
func (m *Commitments) Size() (n int)
func (*Commitments) String ¶
func (m *Commitments) String() string
func (*Commitments) Unmarshal ¶
func (m *Commitments) Unmarshal(dAtA []byte) error
func (*Commitments) XXX_DiscardUnknown ¶
func (m *Commitments) XXX_DiscardUnknown()
func (*Commitments) XXX_Marshal ¶
func (m *Commitments) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Commitments) XXX_Merge ¶
func (m *Commitments) XXX_Merge(src proto.Message)
func (*Commitments) XXX_Size ¶
func (m *Commitments) XXX_Size() int
func (*Commitments) XXX_Unmarshal ¶
func (m *Commitments) XXX_Unmarshal(b []byte) error
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"` }
func (*CounterPartyIBCInfo) Descriptor ¶
func (*CounterPartyIBCInfo) Descriptor() ([]byte, []int)
func (*CounterPartyIBCInfo) GetChannelID ¶
func (m *CounterPartyIBCInfo) GetChannelID() string
func (*CounterPartyIBCInfo) GetClientID ¶
func (m *CounterPartyIBCInfo) GetClientID() string
func (*CounterPartyIBCInfo) GetConnectionID ¶
func (m *CounterPartyIBCInfo) GetConnectionID() string
func (*CounterPartyIBCInfo) GetPortID ¶
func (m *CounterPartyIBCInfo) GetPortID() string
func (*CounterPartyIBCInfo) Marshal ¶
func (m *CounterPartyIBCInfo) Marshal() (dAtA []byte, err error)
func (*CounterPartyIBCInfo) MarshalTo ¶
func (m *CounterPartyIBCInfo) MarshalTo(dAtA []byte) (int, error)
func (*CounterPartyIBCInfo) MarshalToSizedBuffer ¶
func (m *CounterPartyIBCInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CounterPartyIBCInfo) ProtoMessage ¶
func (*CounterPartyIBCInfo) ProtoMessage()
func (*CounterPartyIBCInfo) Reset ¶
func (m *CounterPartyIBCInfo) Reset()
func (*CounterPartyIBCInfo) Size ¶
func (m *CounterPartyIBCInfo) Size() (n int)
func (*CounterPartyIBCInfo) String ¶
func (m *CounterPartyIBCInfo) String() string
func (*CounterPartyIBCInfo) Unmarshal ¶
func (m *CounterPartyIBCInfo) Unmarshal(dAtA []byte) error
func (*CounterPartyIBCInfo) XXX_DiscardUnknown ¶
func (m *CounterPartyIBCInfo) XXX_DiscardUnknown()
func (*CounterPartyIBCInfo) XXX_Marshal ¶
func (m *CounterPartyIBCInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CounterPartyIBCInfo) XXX_Merge ¶
func (m *CounterPartyIBCInfo) XXX_Merge(src proto.Message)
func (*CounterPartyIBCInfo) XXX_Size ¶
func (m *CounterPartyIBCInfo) XXX_Size() int
func (*CounterPartyIBCInfo) XXX_Unmarshal ¶
func (m *CounterPartyIBCInfo) XXX_Unmarshal(b []byte) error
type CurrentKeysPacketAck ¶ added in v0.6.0
type CurrentKeysPacketAck struct { ActiveKey *types.ActivePublicKey `protobuf:"bytes,1,opt,name=activeKey,proto3" json:"activeKey,omitempty"` QueuedKey *types.QueuedPublicKey `protobuf:"bytes,2,opt,name=queuedKey,proto3" json:"queuedKey,omitempty"` }
CurrentKeysPacketAck defines a struct for the packet acknowledgment
func (*CurrentKeysPacketAck) Descriptor ¶ added in v0.6.0
func (*CurrentKeysPacketAck) Descriptor() ([]byte, []int)
func (*CurrentKeysPacketAck) GetActiveKey ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) GetActiveKey() *types.ActivePublicKey
func (*CurrentKeysPacketAck) GetQueuedKey ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) GetQueuedKey() *types.QueuedPublicKey
func (*CurrentKeysPacketAck) Marshal ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) Marshal() (dAtA []byte, err error)
func (*CurrentKeysPacketAck) MarshalTo ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) MarshalTo(dAtA []byte) (int, error)
func (*CurrentKeysPacketAck) MarshalToSizedBuffer ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CurrentKeysPacketAck) ProtoMessage ¶ added in v0.6.0
func (*CurrentKeysPacketAck) ProtoMessage()
func (*CurrentKeysPacketAck) Reset ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) Reset()
func (*CurrentKeysPacketAck) Size ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) Size() (n int)
func (*CurrentKeysPacketAck) String ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) String() string
func (*CurrentKeysPacketAck) Unmarshal ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) Unmarshal(dAtA []byte) error
func (*CurrentKeysPacketAck) XXX_DiscardUnknown ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) XXX_DiscardUnknown()
func (*CurrentKeysPacketAck) XXX_Marshal ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CurrentKeysPacketAck) XXX_Merge ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) XXX_Merge(src proto.Message)
func (*CurrentKeysPacketAck) XXX_Size ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) XXX_Size() int
func (*CurrentKeysPacketAck) XXX_Unmarshal ¶ added in v0.6.0
func (m *CurrentKeysPacketAck) XXX_Unmarshal(b []byte) error
type CurrentKeysPacketData ¶ added in v0.6.0
type CurrentKeysPacketData struct { }
CurrentKeysPacketData defines a struct for the packet payload
func (*CurrentKeysPacketData) Descriptor ¶ added in v0.6.0
func (*CurrentKeysPacketData) Descriptor() ([]byte, []int)
func (CurrentKeysPacketData) GetBytes ¶ added in v0.6.0
func (p CurrentKeysPacketData) GetBytes() []byte
GetBytes is a helper for serialising
func (*CurrentKeysPacketData) Marshal ¶ added in v0.6.0
func (m *CurrentKeysPacketData) Marshal() (dAtA []byte, err error)
func (*CurrentKeysPacketData) MarshalTo ¶ added in v0.6.0
func (m *CurrentKeysPacketData) MarshalTo(dAtA []byte) (int, error)
func (*CurrentKeysPacketData) MarshalToSizedBuffer ¶ added in v0.6.0
func (m *CurrentKeysPacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CurrentKeysPacketData) ProtoMessage ¶ added in v0.6.0
func (*CurrentKeysPacketData) ProtoMessage()
func (*CurrentKeysPacketData) Reset ¶ added in v0.6.0
func (m *CurrentKeysPacketData) Reset()
func (*CurrentKeysPacketData) Size ¶ added in v0.6.0
func (m *CurrentKeysPacketData) Size() (n int)
func (*CurrentKeysPacketData) String ¶ added in v0.6.0
func (m *CurrentKeysPacketData) String() string
func (*CurrentKeysPacketData) Unmarshal ¶ added in v0.6.0
func (m *CurrentKeysPacketData) Unmarshal(dAtA []byte) error
func (CurrentKeysPacketData) ValidateBasic ¶ added in v0.6.0
func (p CurrentKeysPacketData) ValidateBasic() error
ValidateBasic is used for validating the packet
func (*CurrentKeysPacketData) XXX_DiscardUnknown ¶ added in v0.6.0
func (m *CurrentKeysPacketData) XXX_DiscardUnknown()
func (*CurrentKeysPacketData) XXX_Marshal ¶ added in v0.6.0
func (m *CurrentKeysPacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CurrentKeysPacketData) XXX_Merge ¶ added in v0.6.0
func (m *CurrentKeysPacketData) XXX_Merge(src proto.Message)
func (*CurrentKeysPacketData) XXX_Size ¶ added in v0.6.0
func (m *CurrentKeysPacketData) XXX_Size() int
func (*CurrentKeysPacketData) XXX_Unmarshal ¶ added in v0.6.0
func (m *CurrentKeysPacketData) XXX_Unmarshal(b []byte) error
type EncryptedKeyShare ¶ added in v0.5.0
type EncryptedKeyShare struct {}
func (*EncryptedKeyShare) Descriptor ¶ added in v0.5.0
func (*EncryptedKeyShare) Descriptor() ([]byte, []int)
func (*EncryptedKeyShare) GetData ¶ added in v0.5.0
func (m *EncryptedKeyShare) GetData() string
func (*EncryptedKeyShare) GetValidator ¶ added in v0.5.0
func (m *EncryptedKeyShare) GetValidator() string
func (*EncryptedKeyShare) Marshal ¶ added in v0.5.0
func (m *EncryptedKeyShare) Marshal() (dAtA []byte, err error)
func (*EncryptedKeyShare) MarshalTo ¶ added in v0.5.0
func (m *EncryptedKeyShare) MarshalTo(dAtA []byte) (int, error)
func (*EncryptedKeyShare) MarshalToSizedBuffer ¶ added in v0.5.0
func (m *EncryptedKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EncryptedKeyShare) ProtoMessage ¶ added in v0.5.0
func (*EncryptedKeyShare) ProtoMessage()
func (*EncryptedKeyShare) Reset ¶ added in v0.5.0
func (m *EncryptedKeyShare) Reset()
func (*EncryptedKeyShare) Size ¶ added in v0.5.0
func (m *EncryptedKeyShare) Size() (n int)
func (*EncryptedKeyShare) String ¶ added in v0.5.0
func (m *EncryptedKeyShare) String() string
func (*EncryptedKeyShare) Unmarshal ¶ added in v0.5.0
func (m *EncryptedKeyShare) Unmarshal(dAtA []byte) error
func (*EncryptedKeyShare) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *EncryptedKeyShare) XXX_DiscardUnknown()
func (*EncryptedKeyShare) XXX_Marshal ¶ added in v0.5.0
func (m *EncryptedKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EncryptedKeyShare) XXX_Merge ¶ added in v0.5.0
func (m *EncryptedKeyShare) XXX_Merge(src proto.Message)
func (*EncryptedKeyShare) XXX_Size ¶ added in v0.5.0
func (m *EncryptedKeyShare) XXX_Size() int
func (*EncryptedKeyShare) XXX_Unmarshal ¶ added in v0.5.0
func (m *EncryptedKeyShare) XXX_Unmarshal(b []byte) error
type GeneralKeyShare ¶
type GeneralKeyShare struct {}
func (*GeneralKeyShare) Descriptor ¶
func (*GeneralKeyShare) Descriptor() ([]byte, []int)
func (*GeneralKeyShare) GetIdType ¶
func (m *GeneralKeyShare) GetIdType() string
func (*GeneralKeyShare) GetIdValue ¶
func (m *GeneralKeyShare) GetIdValue() string
func (*GeneralKeyShare) GetKeyShare ¶
func (m *GeneralKeyShare) GetKeyShare() string
func (*GeneralKeyShare) GetKeyShareIndex ¶
func (m *GeneralKeyShare) GetKeyShareIndex() uint64
func (*GeneralKeyShare) GetReceivedBlockHeight ¶
func (m *GeneralKeyShare) GetReceivedBlockHeight() uint64
func (*GeneralKeyShare) GetReceivedTimestamp ¶
func (m *GeneralKeyShare) GetReceivedTimestamp() uint64
func (*GeneralKeyShare) GetValidator ¶
func (m *GeneralKeyShare) GetValidator() string
func (*GeneralKeyShare) Marshal ¶
func (m *GeneralKeyShare) Marshal() (dAtA []byte, err error)
func (*GeneralKeyShare) MarshalToSizedBuffer ¶
func (m *GeneralKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GeneralKeyShare) ProtoMessage ¶
func (*GeneralKeyShare) ProtoMessage()
func (*GeneralKeyShare) Reset ¶
func (m *GeneralKeyShare) Reset()
func (*GeneralKeyShare) Size ¶
func (m *GeneralKeyShare) Size() (n int)
func (*GeneralKeyShare) String ¶
func (m *GeneralKeyShare) String() string
func (*GeneralKeyShare) Unmarshal ¶
func (m *GeneralKeyShare) Unmarshal(dAtA []byte) error
func (*GeneralKeyShare) XXX_DiscardUnknown ¶
func (m *GeneralKeyShare) XXX_DiscardUnknown()
func (*GeneralKeyShare) XXX_Marshal ¶
func (m *GeneralKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GeneralKeyShare) XXX_Merge ¶
func (m *GeneralKeyShare) XXX_Merge(src proto.Message)
func (*GeneralKeyShare) XXX_Size ¶
func (m *GeneralKeyShare) XXX_Size() int
func (*GeneralKeyShare) XXX_Unmarshal ¶
func (m *GeneralKeyShare) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { // params defines all the parameters of the module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` 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"` // this line is used by starport scaffolding # genesis/proto/state ActivePubKey ActivePubKey `protobuf:"bytes,6,opt,name=activePubKey,proto3" json:"activePubKey"` QueuedPubKey QueuedPubKey `protobuf:"bytes,7,opt,name=queuedPubKey,proto3" json:"queuedPubKey"` AuthorizedAddressList []AuthorizedAddress `protobuf:"bytes,8,rep,name=authorizedAddressList,proto3" json:"authorizedAddressList"` RequestCount uint64 `protobuf:"varint,9,opt,name=request_count,json=requestCount,proto3" json:"request_count,omitempty"` }
GenesisState defines the keyshare module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetActivePubKey ¶
func (m *GenesisState) GetActivePubKey() ActivePubKey
func (*GenesisState) GetAggregatedKeyShareList ¶
func (m *GenesisState) GetAggregatedKeyShareList() []AggregatedKeyShare
func (*GenesisState) GetAuthorizedAddressList ¶
func (m *GenesisState) GetAuthorizedAddressList() []AuthorizedAddress
func (*GenesisState) GetGeneralKeyShareList ¶
func (m *GenesisState) GetGeneralKeyShareList() []GeneralKeyShare
func (*GenesisState) GetKeyShareList ¶
func (m *GenesisState) GetKeyShareList() []KeyShare
func (*GenesisState) GetParams ¶
func (m *GenesisState) GetParams() Params
func (*GenesisState) GetPortId ¶
func (m *GenesisState) GetPortId() string
func (*GenesisState) GetQueuedPubKey ¶
func (m *GenesisState) GetQueuedPubKey() QueuedPubKey
func (*GenesisState) GetRequestCount ¶
func (m *GenesisState) GetRequestCount() uint64
func (*GenesisState) GetValidatorSetList ¶
func (m *GenesisState) GetValidatorSetList() []ValidatorSet
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type GetAggrKeysharePacketAck ¶
type GetAggrKeysharePacketAck struct { }
GetAggrKeysharePacketAck defines a struct for the packet acknowledgment
func (*GetAggrKeysharePacketAck) Descriptor ¶
func (*GetAggrKeysharePacketAck) Descriptor() ([]byte, []int)
func (*GetAggrKeysharePacketAck) Marshal ¶
func (m *GetAggrKeysharePacketAck) Marshal() (dAtA []byte, err error)
func (*GetAggrKeysharePacketAck) MarshalTo ¶
func (m *GetAggrKeysharePacketAck) MarshalTo(dAtA []byte) (int, error)
func (*GetAggrKeysharePacketAck) MarshalToSizedBuffer ¶
func (m *GetAggrKeysharePacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAggrKeysharePacketAck) ProtoMessage ¶
func (*GetAggrKeysharePacketAck) ProtoMessage()
func (*GetAggrKeysharePacketAck) Reset ¶
func (m *GetAggrKeysharePacketAck) Reset()
func (*GetAggrKeysharePacketAck) Size ¶
func (m *GetAggrKeysharePacketAck) Size() (n int)
func (*GetAggrKeysharePacketAck) String ¶
func (m *GetAggrKeysharePacketAck) String() string
func (*GetAggrKeysharePacketAck) Unmarshal ¶
func (m *GetAggrKeysharePacketAck) Unmarshal(dAtA []byte) error
func (*GetAggrKeysharePacketAck) XXX_DiscardUnknown ¶
func (m *GetAggrKeysharePacketAck) XXX_DiscardUnknown()
func (*GetAggrKeysharePacketAck) XXX_Marshal ¶
func (m *GetAggrKeysharePacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAggrKeysharePacketAck) XXX_Merge ¶
func (m *GetAggrKeysharePacketAck) XXX_Merge(src proto.Message)
func (*GetAggrKeysharePacketAck) XXX_Size ¶
func (m *GetAggrKeysharePacketAck) XXX_Size() int
func (*GetAggrKeysharePacketAck) XXX_Unmarshal ¶
func (m *GetAggrKeysharePacketAck) XXX_Unmarshal(b []byte) error
type GetAggrKeysharePacketData ¶
type GetAggrKeysharePacketData struct {
}GetAggrKeysharePacketData defines a struct for the packet payload
func (*GetAggrKeysharePacketData) Descriptor ¶
func (*GetAggrKeysharePacketData) Descriptor() ([]byte, []int)
func (GetAggrKeysharePacketData) GetBytes ¶
func (p GetAggrKeysharePacketData) GetBytes() []byte
GetBytes is a helper for serialising
func (*GetAggrKeysharePacketData) GetIdentity ¶
func (m *GetAggrKeysharePacketData) GetIdentity() string
func (*GetAggrKeysharePacketData) Marshal ¶
func (m *GetAggrKeysharePacketData) Marshal() (dAtA []byte, err error)
func (*GetAggrKeysharePacketData) MarshalTo ¶
func (m *GetAggrKeysharePacketData) MarshalTo(dAtA []byte) (int, error)
func (*GetAggrKeysharePacketData) MarshalToSizedBuffer ¶
func (m *GetAggrKeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GetAggrKeysharePacketData) ProtoMessage ¶
func (*GetAggrKeysharePacketData) ProtoMessage()
func (*GetAggrKeysharePacketData) Reset ¶
func (m *GetAggrKeysharePacketData) Reset()
func (*GetAggrKeysharePacketData) Size ¶
func (m *GetAggrKeysharePacketData) Size() (n int)
func (*GetAggrKeysharePacketData) String ¶
func (m *GetAggrKeysharePacketData) String() string
func (*GetAggrKeysharePacketData) Unmarshal ¶
func (m *GetAggrKeysharePacketData) Unmarshal(dAtA []byte) error
func (GetAggrKeysharePacketData) ValidateBasic ¶
func (p GetAggrKeysharePacketData) ValidateBasic() error
ValidateBasic is used for validating the packet
func (*GetAggrKeysharePacketData) XXX_DiscardUnknown ¶
func (m *GetAggrKeysharePacketData) XXX_DiscardUnknown()
func (*GetAggrKeysharePacketData) XXX_Marshal ¶
func (m *GetAggrKeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GetAggrKeysharePacketData) XXX_Merge ¶
func (m *GetAggrKeysharePacketData) XXX_Merge(src proto.Message)
func (*GetAggrKeysharePacketData) XXX_Size ¶
func (m *GetAggrKeysharePacketData) XXX_Size() int
func (*GetAggrKeysharePacketData) XXX_Unmarshal ¶
func (m *GetAggrKeysharePacketData) XXX_Unmarshal(b []byte) error
type GovKeeper ¶ added in v0.4.0
type GovKeeper interface { GetRequestQueueEntry(ctx sdk.Context, reqID string) (val commontypes.RequestAggrKeyshare, found bool) SetReqQueueEntry(ctx sdk.Context, val commontypes.RequestAggrKeyshare) RemoveReqQueueEntry(ctx sdk.Context, reqID string) GetAllReqQueueEntry(ctx sdk.Context) (list []commontypes.RequestAggrKeyshare) GetSignalQueueEntry(ctx sdk.Context, reqID string) (val commontypes.GetAggrKeyshare, found bool) SetSignalQueueEntry(ctx sdk.Context, val commontypes.GetAggrKeyshare) RemoveSignalQueueEntry(ctx sdk.Context, reqID string) GetAllSignalQueueEntry(ctx sdk.Context) (list []commontypes.GetAggrKeyshare) GetProposal(ctx context.Context, proposalID uint64) (v1.Proposal, bool) SetProposal(ctx context.Context, proposal v1.Proposal) error }
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"` }
func (*IBCInfo) Descriptor ¶
func (*IBCInfo) GetChannelID ¶
func (*IBCInfo) GetClientID ¶
func (*IBCInfo) GetConnectionID ¶
func (*IBCInfo) MarshalToSizedBuffer ¶
func (*IBCInfo) ProtoMessage ¶
func (*IBCInfo) ProtoMessage()
func (*IBCInfo) XXX_DiscardUnknown ¶
func (m *IBCInfo) XXX_DiscardUnknown()
func (*IBCInfo) XXX_Marshal ¶
func (*IBCInfo) XXX_Unmarshal ¶
type KeyShare ¶
type KeyShare struct {}
func (*KeyShare) Descriptor ¶
func (*KeyShare) GetBlockHeight ¶
func (*KeyShare) GetKeyShare ¶
func (*KeyShare) GetKeyShareIndex ¶
func (*KeyShare) GetReceivedBlockHeight ¶
func (*KeyShare) GetReceivedTimestamp ¶
func (*KeyShare) GetValidator ¶
func (*KeyShare) MarshalToSizedBuffer ¶
func (*KeyShare) ProtoMessage ¶
func (*KeyShare) ProtoMessage()
func (*KeyShare) XXX_DiscardUnknown ¶
func (m *KeyShare) XXX_DiscardUnknown()
func (*KeyShare) XXX_Marshal ¶
func (*KeyShare) XXX_Unmarshal ¶
type KeyShareRequest ¶
type KeyShareRequest struct {}
func (*KeyShareRequest) Descriptor ¶
func (*KeyShareRequest) Descriptor() ([]byte, []int)
func (*KeyShareRequest) GetAggrKeyshare ¶
func (m *KeyShareRequest) GetAggrKeyshare() string
func (*KeyShareRequest) GetCounterparty ¶
func (m *KeyShareRequest) GetCounterparty() *CounterPartyIBCInfo
func (*KeyShareRequest) GetIbcInfo ¶
func (m *KeyShareRequest) GetIbcInfo() *IBCInfo
func (*KeyShareRequest) GetIdentity ¶
func (m *KeyShareRequest) GetIdentity() string
func (*KeyShareRequest) GetProposalId ¶
func (m *KeyShareRequest) GetProposalId() string
func (*KeyShareRequest) GetPubkey ¶
func (m *KeyShareRequest) GetPubkey() string
func (*KeyShareRequest) GetRequestId ¶ added in v0.4.0
func (m *KeyShareRequest) GetRequestId() string
func (*KeyShareRequest) GetSent ¶
func (m *KeyShareRequest) GetSent() bool
func (*KeyShareRequest) Marshal ¶
func (m *KeyShareRequest) Marshal() (dAtA []byte, err error)
func (*KeyShareRequest) MarshalToSizedBuffer ¶
func (m *KeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeyShareRequest) ProtoMessage ¶
func (*KeyShareRequest) ProtoMessage()
func (*KeyShareRequest) Reset ¶
func (m *KeyShareRequest) Reset()
func (*KeyShareRequest) Size ¶
func (m *KeyShareRequest) Size() (n int)
func (*KeyShareRequest) String ¶
func (m *KeyShareRequest) String() string
func (*KeyShareRequest) Unmarshal ¶
func (m *KeyShareRequest) Unmarshal(dAtA []byte) error
func (*KeyShareRequest) XXX_DiscardUnknown ¶
func (m *KeyShareRequest) XXX_DiscardUnknown()
func (*KeyShareRequest) XXX_Marshal ¶
func (m *KeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyShareRequest) XXX_Merge ¶
func (m *KeyShareRequest) XXX_Merge(src proto.Message)
func (*KeyShareRequest) XXX_Size ¶
func (m *KeyShareRequest) XXX_Size() int
func (*KeyShareRequest) XXX_Unmarshal ¶
func (m *KeyShareRequest) XXX_Unmarshal(b []byte) error
type KeysharePacketData ¶
type KeysharePacketData struct { // *KeysharePacketData_NoData // *KeysharePacketData_RequestAggrKeysharePacket // *KeysharePacketData_GetAggrKeysharePacket // *KeysharePacketData_AggrKeyshareDataPacket // *KeysharePacketData_CurrentKeysPacket Packet isKeysharePacketData_Packet `protobuf_oneof:"packet"` }
func (*KeysharePacketData) Descriptor ¶
func (*KeysharePacketData) Descriptor() ([]byte, []int)
func (*KeysharePacketData) GetAggrKeyshareDataPacket ¶
func (m *KeysharePacketData) GetAggrKeyshareDataPacket() *AggrKeyshareDataPacketData
func (*KeysharePacketData) GetCurrentKeysPacket ¶ added in v0.6.0
func (m *KeysharePacketData) GetCurrentKeysPacket() *CurrentKeysPacketData
func (*KeysharePacketData) GetGetAggrKeysharePacket ¶
func (m *KeysharePacketData) GetGetAggrKeysharePacket() *GetAggrKeysharePacketData
func (*KeysharePacketData) GetNoData ¶
func (m *KeysharePacketData) GetNoData() *NoData
func (*KeysharePacketData) GetPacket ¶
func (m *KeysharePacketData) GetPacket() isKeysharePacketData_Packet
func (*KeysharePacketData) GetRequestAggrKeysharePacket ¶
func (m *KeysharePacketData) GetRequestAggrKeysharePacket() *RequestAggrKeysharePacketData
func (*KeysharePacketData) Marshal ¶
func (m *KeysharePacketData) Marshal() (dAtA []byte, err error)
func (*KeysharePacketData) MarshalTo ¶
func (m *KeysharePacketData) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData) MarshalToSizedBuffer ¶
func (m *KeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData) ProtoMessage ¶
func (*KeysharePacketData) ProtoMessage()
func (*KeysharePacketData) Reset ¶
func (m *KeysharePacketData) Reset()
func (*KeysharePacketData) Size ¶
func (m *KeysharePacketData) Size() (n int)
func (*KeysharePacketData) String ¶
func (m *KeysharePacketData) String() string
func (*KeysharePacketData) Unmarshal ¶
func (m *KeysharePacketData) Unmarshal(dAtA []byte) error
func (*KeysharePacketData) XXX_DiscardUnknown ¶
func (m *KeysharePacketData) XXX_DiscardUnknown()
func (*KeysharePacketData) XXX_Marshal ¶
func (m *KeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeysharePacketData) XXX_Merge ¶
func (m *KeysharePacketData) XXX_Merge(src proto.Message)
func (*KeysharePacketData) XXX_OneofWrappers ¶
func (*KeysharePacketData) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*KeysharePacketData) XXX_Size ¶
func (m *KeysharePacketData) XXX_Size() int
func (*KeysharePacketData) XXX_Unmarshal ¶
func (m *KeysharePacketData) XXX_Unmarshal(b []byte) error
type KeysharePacketData_AggrKeyshareDataPacket ¶
type KeysharePacketData_AggrKeyshareDataPacket struct {
}func (*KeysharePacketData_AggrKeyshareDataPacket) MarshalTo ¶
func (m *KeysharePacketData_AggrKeyshareDataPacket) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData_AggrKeyshareDataPacket) MarshalToSizedBuffer ¶
func (m *KeysharePacketData_AggrKeyshareDataPacket) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData_AggrKeyshareDataPacket) Size ¶
func (m *KeysharePacketData_AggrKeyshareDataPacket) Size() (n int)
type KeysharePacketData_CurrentKeysPacket ¶ added in v0.6.0
type KeysharePacketData_CurrentKeysPacket struct {
}func (*KeysharePacketData_CurrentKeysPacket) MarshalTo ¶ added in v0.6.0
func (m *KeysharePacketData_CurrentKeysPacket) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData_CurrentKeysPacket) MarshalToSizedBuffer ¶ added in v0.6.0
func (m *KeysharePacketData_CurrentKeysPacket) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData_CurrentKeysPacket) Size ¶ added in v0.6.0
func (m *KeysharePacketData_CurrentKeysPacket) Size() (n int)
type KeysharePacketData_GetAggrKeysharePacket ¶
type KeysharePacketData_GetAggrKeysharePacket struct {
}func (*KeysharePacketData_GetAggrKeysharePacket) MarshalTo ¶
func (m *KeysharePacketData_GetAggrKeysharePacket) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData_GetAggrKeysharePacket) MarshalToSizedBuffer ¶
func (m *KeysharePacketData_GetAggrKeysharePacket) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData_GetAggrKeysharePacket) Size ¶
func (m *KeysharePacketData_GetAggrKeysharePacket) Size() (n int)
type KeysharePacketData_NoData ¶
type KeysharePacketData_NoData struct {
}func (*KeysharePacketData_NoData) MarshalTo ¶
func (m *KeysharePacketData_NoData) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData_NoData) MarshalToSizedBuffer ¶
func (m *KeysharePacketData_NoData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData_NoData) Size ¶
func (m *KeysharePacketData_NoData) Size() (n int)
type KeysharePacketData_RequestAggrKeysharePacket ¶
type KeysharePacketData_RequestAggrKeysharePacket struct {
}func (*KeysharePacketData_RequestAggrKeysharePacket) MarshalTo ¶
func (m *KeysharePacketData_RequestAggrKeysharePacket) MarshalTo(dAtA []byte) (int, error)
func (*KeysharePacketData_RequestAggrKeysharePacket) MarshalToSizedBuffer ¶
func (m *KeysharePacketData_RequestAggrKeysharePacket) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*KeysharePacketData_RequestAggrKeysharePacket) Size ¶
func (m *KeysharePacketData_RequestAggrKeysharePacket) Size() (n int)
type MsgClient ¶
type MsgClient interface { // UpdateParams defines a (governance) operation for updating the module // parameters. The authority defaults to the x/gov module account. UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) RegisterValidator(ctx context.Context, in *MsgRegisterValidator, opts ...grpc.CallOption) (*MsgRegisterValidatorResponse, error) DeRegisterValidator(ctx context.Context, in *MsgDeRegisterValidator, opts ...grpc.CallOption) (*MsgDeRegisterValidatorResponse, error) // this line is used by starport scaffolding # proto/tx/rpc CreateLatestPubKey(ctx context.Context, in *MsgCreateLatestPubKey, opts ...grpc.CallOption) (*MsgCreateLatestPubKeyResponse, error) OverrideLatestPubKey(ctx context.Context, in *MsgOverrideLatestPubKey, opts ...grpc.CallOption) (*MsgOverrideLatestPubKeyResponse, 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) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) 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"` }
func NewMsgCreateAuthorizedAddress ¶
func NewMsgCreateAuthorizedAddress( creator string, target string, ) *MsgCreateAuthorizedAddress
func (*MsgCreateAuthorizedAddress) Descriptor ¶
func (*MsgCreateAuthorizedAddress) Descriptor() ([]byte, []int)
func (*MsgCreateAuthorizedAddress) GetCreator ¶
func (m *MsgCreateAuthorizedAddress) GetCreator() string
func (*MsgCreateAuthorizedAddress) GetTarget ¶
func (m *MsgCreateAuthorizedAddress) GetTarget() string
func (*MsgCreateAuthorizedAddress) Marshal ¶
func (m *MsgCreateAuthorizedAddress) Marshal() (dAtA []byte, err error)
func (*MsgCreateAuthorizedAddress) MarshalTo ¶
func (m *MsgCreateAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateAuthorizedAddress) MarshalToSizedBuffer ¶
func (m *MsgCreateAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateAuthorizedAddress) ProtoMessage ¶
func (*MsgCreateAuthorizedAddress) ProtoMessage()
func (*MsgCreateAuthorizedAddress) Reset ¶
func (m *MsgCreateAuthorizedAddress) Reset()
func (*MsgCreateAuthorizedAddress) Size ¶
func (m *MsgCreateAuthorizedAddress) Size() (n int)
func (*MsgCreateAuthorizedAddress) String ¶
func (m *MsgCreateAuthorizedAddress) String() string
func (*MsgCreateAuthorizedAddress) Unmarshal ¶
func (m *MsgCreateAuthorizedAddress) Unmarshal(dAtA []byte) error
func (*MsgCreateAuthorizedAddress) ValidateBasic ¶
func (msg *MsgCreateAuthorizedAddress) ValidateBasic() error
func (*MsgCreateAuthorizedAddress) XXX_DiscardUnknown ¶
func (m *MsgCreateAuthorizedAddress) XXX_DiscardUnknown()
func (*MsgCreateAuthorizedAddress) XXX_Marshal ¶
func (m *MsgCreateAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateAuthorizedAddress) XXX_Merge ¶
func (m *MsgCreateAuthorizedAddress) XXX_Merge(src proto.Message)
func (*MsgCreateAuthorizedAddress) XXX_Size ¶
func (m *MsgCreateAuthorizedAddress) XXX_Size() int
func (*MsgCreateAuthorizedAddress) XXX_Unmarshal ¶
func (m *MsgCreateAuthorizedAddress) XXX_Unmarshal(b []byte) error
type MsgCreateAuthorizedAddressResponse ¶
type MsgCreateAuthorizedAddressResponse struct { }
func (*MsgCreateAuthorizedAddressResponse) Descriptor ¶
func (*MsgCreateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
func (*MsgCreateAuthorizedAddressResponse) Marshal ¶
func (m *MsgCreateAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateAuthorizedAddressResponse) MarshalTo ¶
func (m *MsgCreateAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateAuthorizedAddressResponse) MarshalToSizedBuffer ¶
func (m *MsgCreateAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgCreateAuthorizedAddressResponse) ProtoMessage()
func (*MsgCreateAuthorizedAddressResponse) Reset ¶
func (m *MsgCreateAuthorizedAddressResponse) Reset()
func (*MsgCreateAuthorizedAddressResponse) Size ¶
func (m *MsgCreateAuthorizedAddressResponse) Size() (n int)
func (*MsgCreateAuthorizedAddressResponse) String ¶
func (m *MsgCreateAuthorizedAddressResponse) String() string
func (*MsgCreateAuthorizedAddressResponse) Unmarshal ¶
func (m *MsgCreateAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateAuthorizedAddressResponse) XXX_DiscardUnknown ¶
func (m *MsgCreateAuthorizedAddressResponse) XXX_DiscardUnknown()
func (*MsgCreateAuthorizedAddressResponse) XXX_Marshal ¶
func (m *MsgCreateAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateAuthorizedAddressResponse) XXX_Merge ¶
func (m *MsgCreateAuthorizedAddressResponse) XXX_Merge(src proto.Message)
func (*MsgCreateAuthorizedAddressResponse) XXX_Size ¶
func (m *MsgCreateAuthorizedAddressResponse) XXX_Size() int
func (*MsgCreateAuthorizedAddressResponse) XXX_Unmarshal ¶
func (m *MsgCreateAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
type MsgCreateGeneralKeyShare ¶
type MsgCreateGeneralKeyShare struct {}
func (*MsgCreateGeneralKeyShare) Descriptor ¶
func (*MsgCreateGeneralKeyShare) Descriptor() ([]byte, []int)
func (*MsgCreateGeneralKeyShare) GetCreator ¶
func (m *MsgCreateGeneralKeyShare) GetCreator() string
func (*MsgCreateGeneralKeyShare) GetIdType ¶
func (m *MsgCreateGeneralKeyShare) GetIdType() string
func (*MsgCreateGeneralKeyShare) GetIdValue ¶
func (m *MsgCreateGeneralKeyShare) GetIdValue() string
func (*MsgCreateGeneralKeyShare) GetKeyShare ¶
func (m *MsgCreateGeneralKeyShare) GetKeyShare() string
func (*MsgCreateGeneralKeyShare) GetKeyShareIndex ¶
func (m *MsgCreateGeneralKeyShare) GetKeyShareIndex() uint64
func (*MsgCreateGeneralKeyShare) GetReceivedBlockHeight ¶
func (m *MsgCreateGeneralKeyShare) GetReceivedBlockHeight() uint64
func (*MsgCreateGeneralKeyShare) GetReceivedTimestamp ¶
func (m *MsgCreateGeneralKeyShare) GetReceivedTimestamp() uint64
func (*MsgCreateGeneralKeyShare) Marshal ¶
func (m *MsgCreateGeneralKeyShare) Marshal() (dAtA []byte, err error)
func (*MsgCreateGeneralKeyShare) MarshalTo ¶
func (m *MsgCreateGeneralKeyShare) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateGeneralKeyShare) MarshalToSizedBuffer ¶
func (m *MsgCreateGeneralKeyShare) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateGeneralKeyShare) ProtoMessage ¶
func (*MsgCreateGeneralKeyShare) ProtoMessage()
func (*MsgCreateGeneralKeyShare) Reset ¶
func (m *MsgCreateGeneralKeyShare) Reset()
func (*MsgCreateGeneralKeyShare) Size ¶
func (m *MsgCreateGeneralKeyShare) Size() (n int)
func (*MsgCreateGeneralKeyShare) String ¶
func (m *MsgCreateGeneralKeyShare) String() string
func (*MsgCreateGeneralKeyShare) Unmarshal ¶
func (m *MsgCreateGeneralKeyShare) Unmarshal(dAtA []byte) error
func (*MsgCreateGeneralKeyShare) ValidateBasic ¶
func (msg *MsgCreateGeneralKeyShare) ValidateBasic() error
func (*MsgCreateGeneralKeyShare) XXX_DiscardUnknown ¶
func (m *MsgCreateGeneralKeyShare) XXX_DiscardUnknown()
func (*MsgCreateGeneralKeyShare) XXX_Marshal ¶
func (m *MsgCreateGeneralKeyShare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateGeneralKeyShare) XXX_Merge ¶
func (m *MsgCreateGeneralKeyShare) XXX_Merge(src proto.Message)
func (*MsgCreateGeneralKeyShare) XXX_Size ¶
func (m *MsgCreateGeneralKeyShare) XXX_Size() int
func (*MsgCreateGeneralKeyShare) XXX_Unmarshal ¶
func (m *MsgCreateGeneralKeyShare) XXX_Unmarshal(b []byte) error
type MsgCreateGeneralKeyShareResponse ¶
type MsgCreateGeneralKeyShareResponse struct {}
func (*MsgCreateGeneralKeyShareResponse) Descriptor ¶
func (*MsgCreateGeneralKeyShareResponse) Descriptor() ([]byte, []int)
func (*MsgCreateGeneralKeyShareResponse) GetCreator ¶
func (m *MsgCreateGeneralKeyShareResponse) GetCreator() string
func (*MsgCreateGeneralKeyShareResponse) GetErrorMessage ¶
func (m *MsgCreateGeneralKeyShareResponse) GetErrorMessage() string
func (*MsgCreateGeneralKeyShareResponse) GetIdType ¶
func (m *MsgCreateGeneralKeyShareResponse) GetIdType() string
func (*MsgCreateGeneralKeyShareResponse) GetIdValue ¶
func (m *MsgCreateGeneralKeyShareResponse) GetIdValue() string
func (*MsgCreateGeneralKeyShareResponse) GetKeyShare ¶
func (m *MsgCreateGeneralKeyShareResponse) GetKeyShare() string
func (*MsgCreateGeneralKeyShareResponse) GetKeyShareIndex ¶
func (m *MsgCreateGeneralKeyShareResponse) GetKeyShareIndex() uint64
func (*MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight ¶
func (m *MsgCreateGeneralKeyShareResponse) GetReceivedBlockHeight() uint64
func (*MsgCreateGeneralKeyShareResponse) GetSuccess ¶
func (m *MsgCreateGeneralKeyShareResponse) GetSuccess() bool
func (*MsgCreateGeneralKeyShareResponse) Marshal ¶
func (m *MsgCreateGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateGeneralKeyShareResponse) MarshalTo ¶
func (m *MsgCreateGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateGeneralKeyShareResponse) MarshalToSizedBuffer ¶
func (m *MsgCreateGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateGeneralKeyShareResponse) ProtoMessage ¶
func (*MsgCreateGeneralKeyShareResponse) ProtoMessage()
func (*MsgCreateGeneralKeyShareResponse) Reset ¶
func (m *MsgCreateGeneralKeyShareResponse) Reset()
func (*MsgCreateGeneralKeyShareResponse) Size ¶
func (m *MsgCreateGeneralKeyShareResponse) Size() (n int)
func (*MsgCreateGeneralKeyShareResponse) String ¶
func (m *MsgCreateGeneralKeyShareResponse) String() string
func (*MsgCreateGeneralKeyShareResponse) Unmarshal ¶
func (m *MsgCreateGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateGeneralKeyShareResponse) XXX_DiscardUnknown ¶
func (m *MsgCreateGeneralKeyShareResponse) XXX_DiscardUnknown()
func (*MsgCreateGeneralKeyShareResponse) XXX_Marshal ¶
func (m *MsgCreateGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateGeneralKeyShareResponse) XXX_Merge ¶
func (m *MsgCreateGeneralKeyShareResponse) XXX_Merge(src proto.Message)
func (*MsgCreateGeneralKeyShareResponse) XXX_Size ¶
func (m *MsgCreateGeneralKeyShareResponse) XXX_Size() int
func (*MsgCreateGeneralKeyShareResponse) XXX_Unmarshal ¶
func (m *MsgCreateGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
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"` }
this line is used by starport scaffolding # proto/tx/message
func NewMsgCreateLatestPubKey ¶
func NewMsgCreateLatestPubKey( creator string, publicKey string, commitments []string, numberOfValidators uint64, encryptedKeyShares []*EncryptedKeyShare, ) *MsgCreateLatestPubKey
func (*MsgCreateLatestPubKey) Descriptor ¶
func (*MsgCreateLatestPubKey) Descriptor() ([]byte, []int)
func (*MsgCreateLatestPubKey) GetCommitments ¶
func (m *MsgCreateLatestPubKey) GetCommitments() []string
func (*MsgCreateLatestPubKey) GetCreator ¶
func (m *MsgCreateLatestPubKey) GetCreator() string
func (*MsgCreateLatestPubKey) GetEncryptedKeyShares ¶ added in v0.5.0
func (m *MsgCreateLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*MsgCreateLatestPubKey) GetNumberOfValidators ¶ added in v0.5.0
func (m *MsgCreateLatestPubKey) GetNumberOfValidators() uint64
func (*MsgCreateLatestPubKey) GetPublicKey ¶
func (m *MsgCreateLatestPubKey) GetPublicKey() string
func (*MsgCreateLatestPubKey) Marshal ¶
func (m *MsgCreateLatestPubKey) Marshal() (dAtA []byte, err error)
func (*MsgCreateLatestPubKey) MarshalTo ¶
func (m *MsgCreateLatestPubKey) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateLatestPubKey) MarshalToSizedBuffer ¶
func (m *MsgCreateLatestPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateLatestPubKey) ProtoMessage ¶
func (*MsgCreateLatestPubKey) ProtoMessage()
func (*MsgCreateLatestPubKey) Reset ¶
func (m *MsgCreateLatestPubKey) Reset()
func (*MsgCreateLatestPubKey) Size ¶
func (m *MsgCreateLatestPubKey) Size() (n int)
func (*MsgCreateLatestPubKey) String ¶
func (m *MsgCreateLatestPubKey) String() string
func (*MsgCreateLatestPubKey) Unmarshal ¶
func (m *MsgCreateLatestPubKey) Unmarshal(dAtA []byte) error
func (*MsgCreateLatestPubKey) ValidateBasic ¶
func (msg *MsgCreateLatestPubKey) ValidateBasic() error
func (*MsgCreateLatestPubKey) XXX_DiscardUnknown ¶
func (m *MsgCreateLatestPubKey) XXX_DiscardUnknown()
func (*MsgCreateLatestPubKey) XXX_Marshal ¶
func (m *MsgCreateLatestPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateLatestPubKey) XXX_Merge ¶
func (m *MsgCreateLatestPubKey) XXX_Merge(src proto.Message)
func (*MsgCreateLatestPubKey) XXX_Size ¶
func (m *MsgCreateLatestPubKey) XXX_Size() int
func (*MsgCreateLatestPubKey) XXX_Unmarshal ¶
func (m *MsgCreateLatestPubKey) XXX_Unmarshal(b []byte) error
type MsgCreateLatestPubKeyResponse ¶
type MsgCreateLatestPubKeyResponse struct { }
func (*MsgCreateLatestPubKeyResponse) Descriptor ¶
func (*MsgCreateLatestPubKeyResponse) Descriptor() ([]byte, []int)
func (*MsgCreateLatestPubKeyResponse) Marshal ¶
func (m *MsgCreateLatestPubKeyResponse) Marshal() (dAtA []byte, err error)
func (*MsgCreateLatestPubKeyResponse) MarshalTo ¶
func (m *MsgCreateLatestPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgCreateLatestPubKeyResponse) MarshalToSizedBuffer ¶
func (m *MsgCreateLatestPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgCreateLatestPubKeyResponse) ProtoMessage ¶
func (*MsgCreateLatestPubKeyResponse) ProtoMessage()
func (*MsgCreateLatestPubKeyResponse) Reset ¶
func (m *MsgCreateLatestPubKeyResponse) Reset()
func (*MsgCreateLatestPubKeyResponse) Size ¶
func (m *MsgCreateLatestPubKeyResponse) Size() (n int)
func (*MsgCreateLatestPubKeyResponse) String ¶
func (m *MsgCreateLatestPubKeyResponse) String() string
func (*MsgCreateLatestPubKeyResponse) Unmarshal ¶
func (m *MsgCreateLatestPubKeyResponse) Unmarshal(dAtA []byte) error
func (*MsgCreateLatestPubKeyResponse) XXX_DiscardUnknown ¶
func (m *MsgCreateLatestPubKeyResponse) XXX_DiscardUnknown()
func (*MsgCreateLatestPubKeyResponse) XXX_Marshal ¶
func (m *MsgCreateLatestPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgCreateLatestPubKeyResponse) XXX_Merge ¶
func (m *MsgCreateLatestPubKeyResponse) XXX_Merge(src proto.Message)
func (*MsgCreateLatestPubKeyResponse) XXX_Size ¶
func (m *MsgCreateLatestPubKeyResponse) XXX_Size() int
func (*MsgCreateLatestPubKeyResponse) XXX_Unmarshal ¶
func (m *MsgCreateLatestPubKeyResponse) XXX_Unmarshal(b []byte) error
type MsgDeRegisterValidator ¶ added in v0.5.0
type MsgDeRegisterValidator struct {
Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}
func NewMsgDeRegisterValidator ¶ added in v0.5.0
func NewMsgDeRegisterValidator(creator string) *MsgDeRegisterValidator
func (*MsgDeRegisterValidator) Descriptor ¶ added in v0.5.0
func (*MsgDeRegisterValidator) Descriptor() ([]byte, []int)
func (*MsgDeRegisterValidator) GetCreator ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) GetCreator() string
func (*MsgDeRegisterValidator) Marshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) Marshal() (dAtA []byte, err error)
func (*MsgDeRegisterValidator) MarshalTo ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeRegisterValidator) MarshalToSizedBuffer ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeRegisterValidator) ProtoMessage ¶ added in v0.5.0
func (*MsgDeRegisterValidator) ProtoMessage()
func (*MsgDeRegisterValidator) Reset ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) Reset()
func (*MsgDeRegisterValidator) Size ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) Size() (n int)
func (*MsgDeRegisterValidator) String ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) String() string
func (*MsgDeRegisterValidator) Unmarshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) Unmarshal(dAtA []byte) error
func (*MsgDeRegisterValidator) ValidateBasic ¶ added in v0.5.0
func (msg *MsgDeRegisterValidator) ValidateBasic() error
func (*MsgDeRegisterValidator) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) XXX_DiscardUnknown()
func (*MsgDeRegisterValidator) XXX_Marshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeRegisterValidator) XXX_Merge ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) XXX_Merge(src proto.Message)
func (*MsgDeRegisterValidator) XXX_Size ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) XXX_Size() int
func (*MsgDeRegisterValidator) XXX_Unmarshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidator) XXX_Unmarshal(b []byte) error
type MsgDeRegisterValidatorResponse ¶ added in v0.5.0
type MsgDeRegisterValidatorResponse struct {
Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}
func (*MsgDeRegisterValidatorResponse) Descriptor ¶ added in v0.5.0
func (*MsgDeRegisterValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgDeRegisterValidatorResponse) GetCreator ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) GetCreator() string
func (*MsgDeRegisterValidatorResponse) Marshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeRegisterValidatorResponse) MarshalTo ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeRegisterValidatorResponse) MarshalToSizedBuffer ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeRegisterValidatorResponse) ProtoMessage ¶ added in v0.5.0
func (*MsgDeRegisterValidatorResponse) ProtoMessage()
func (*MsgDeRegisterValidatorResponse) Reset ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) Reset()
func (*MsgDeRegisterValidatorResponse) Size ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) Size() (n int)
func (*MsgDeRegisterValidatorResponse) String ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) String() string
func (*MsgDeRegisterValidatorResponse) Unmarshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgDeRegisterValidatorResponse) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) XXX_DiscardUnknown()
func (*MsgDeRegisterValidatorResponse) XXX_Marshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeRegisterValidatorResponse) XXX_Merge ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgDeRegisterValidatorResponse) XXX_Size ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) XXX_Size() int
func (*MsgDeRegisterValidatorResponse) XXX_Unmarshal ¶ added in v0.5.0
func (m *MsgDeRegisterValidatorResponse) XXX_Unmarshal(b []byte) error
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"` }
func NewMsgDeleteAuthorizedAddress ¶
func NewMsgDeleteAuthorizedAddress( creator string, target string, ) *MsgDeleteAuthorizedAddress
func (*MsgDeleteAuthorizedAddress) Descriptor ¶
func (*MsgDeleteAuthorizedAddress) Descriptor() ([]byte, []int)
func (*MsgDeleteAuthorizedAddress) GetCreator ¶
func (m *MsgDeleteAuthorizedAddress) GetCreator() string
func (*MsgDeleteAuthorizedAddress) GetTarget ¶
func (m *MsgDeleteAuthorizedAddress) GetTarget() string
func (*MsgDeleteAuthorizedAddress) Marshal ¶
func (m *MsgDeleteAuthorizedAddress) Marshal() (dAtA []byte, err error)
func (*MsgDeleteAuthorizedAddress) MarshalTo ¶
func (m *MsgDeleteAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteAuthorizedAddress) MarshalToSizedBuffer ¶
func (m *MsgDeleteAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteAuthorizedAddress) ProtoMessage ¶
func (*MsgDeleteAuthorizedAddress) ProtoMessage()
func (*MsgDeleteAuthorizedAddress) Reset ¶
func (m *MsgDeleteAuthorizedAddress) Reset()
func (*MsgDeleteAuthorizedAddress) Size ¶
func (m *MsgDeleteAuthorizedAddress) Size() (n int)
func (*MsgDeleteAuthorizedAddress) String ¶
func (m *MsgDeleteAuthorizedAddress) String() string
func (*MsgDeleteAuthorizedAddress) Unmarshal ¶
func (m *MsgDeleteAuthorizedAddress) Unmarshal(dAtA []byte) error
func (*MsgDeleteAuthorizedAddress) ValidateBasic ¶
func (msg *MsgDeleteAuthorizedAddress) ValidateBasic() error
func (*MsgDeleteAuthorizedAddress) XXX_DiscardUnknown ¶
func (m *MsgDeleteAuthorizedAddress) XXX_DiscardUnknown()
func (*MsgDeleteAuthorizedAddress) XXX_Marshal ¶
func (m *MsgDeleteAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteAuthorizedAddress) XXX_Merge ¶
func (m *MsgDeleteAuthorizedAddress) XXX_Merge(src proto.Message)
func (*MsgDeleteAuthorizedAddress) XXX_Size ¶
func (m *MsgDeleteAuthorizedAddress) XXX_Size() int
func (*MsgDeleteAuthorizedAddress) XXX_Unmarshal ¶
func (m *MsgDeleteAuthorizedAddress) XXX_Unmarshal(b []byte) error
type MsgDeleteAuthorizedAddressResponse ¶
type MsgDeleteAuthorizedAddressResponse struct { }
func (*MsgDeleteAuthorizedAddressResponse) Descriptor ¶
func (*MsgDeleteAuthorizedAddressResponse) Descriptor() ([]byte, []int)
func (*MsgDeleteAuthorizedAddressResponse) Marshal ¶
func (m *MsgDeleteAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeleteAuthorizedAddressResponse) MarshalTo ¶
func (m *MsgDeleteAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteAuthorizedAddressResponse) MarshalToSizedBuffer ¶
func (m *MsgDeleteAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgDeleteAuthorizedAddressResponse) ProtoMessage()
func (*MsgDeleteAuthorizedAddressResponse) Reset ¶
func (m *MsgDeleteAuthorizedAddressResponse) Reset()
func (*MsgDeleteAuthorizedAddressResponse) Size ¶
func (m *MsgDeleteAuthorizedAddressResponse) Size() (n int)
func (*MsgDeleteAuthorizedAddressResponse) String ¶
func (m *MsgDeleteAuthorizedAddressResponse) String() string
func (*MsgDeleteAuthorizedAddressResponse) Unmarshal ¶
func (m *MsgDeleteAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgDeleteAuthorizedAddressResponse) XXX_DiscardUnknown ¶
func (m *MsgDeleteAuthorizedAddressResponse) XXX_DiscardUnknown()
func (*MsgDeleteAuthorizedAddressResponse) XXX_Marshal ¶
func (m *MsgDeleteAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteAuthorizedAddressResponse) XXX_Merge ¶
func (m *MsgDeleteAuthorizedAddressResponse) XXX_Merge(src proto.Message)
func (*MsgDeleteAuthorizedAddressResponse) XXX_Size ¶
func (m *MsgDeleteAuthorizedAddressResponse) XXX_Size() int
func (*MsgDeleteAuthorizedAddressResponse) XXX_Unmarshal ¶
func (m *MsgDeleteAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
type MsgOverrideLatestPubKey ¶ added in v0.5.0
type MsgOverrideLatestPubKey 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"` }
func NewMsgOverrideLatestPubKey ¶ added in v0.5.0
func NewMsgOverrideLatestPubKey( creator string, publicKey string, commitments []string, numberOfValidators uint64, encryptedKeyShares []*EncryptedKeyShare, ) *MsgOverrideLatestPubKey
func (*MsgOverrideLatestPubKey) Descriptor ¶ added in v0.5.0
func (*MsgOverrideLatestPubKey) Descriptor() ([]byte, []int)
func (*MsgOverrideLatestPubKey) GetCommitments ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) GetCommitments() []string
func (*MsgOverrideLatestPubKey) GetCreator ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) GetCreator() string
func (*MsgOverrideLatestPubKey) GetEncryptedKeyShares ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*MsgOverrideLatestPubKey) GetNumberOfValidators ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) GetNumberOfValidators() uint64
func (*MsgOverrideLatestPubKey) GetPublicKey ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) GetPublicKey() string
func (*MsgOverrideLatestPubKey) Marshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) Marshal() (dAtA []byte, err error)
func (*MsgOverrideLatestPubKey) MarshalTo ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) MarshalTo(dAtA []byte) (int, error)
func (*MsgOverrideLatestPubKey) MarshalToSizedBuffer ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOverrideLatestPubKey) ProtoMessage ¶ added in v0.5.0
func (*MsgOverrideLatestPubKey) ProtoMessage()
func (*MsgOverrideLatestPubKey) Reset ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) Reset()
func (*MsgOverrideLatestPubKey) Size ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) Size() (n int)
func (*MsgOverrideLatestPubKey) String ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) String() string
func (*MsgOverrideLatestPubKey) Unmarshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) Unmarshal(dAtA []byte) error
func (*MsgOverrideLatestPubKey) ValidateBasic ¶ added in v0.5.0
func (msg *MsgOverrideLatestPubKey) ValidateBasic() error
func (*MsgOverrideLatestPubKey) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) XXX_DiscardUnknown()
func (*MsgOverrideLatestPubKey) XXX_Marshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOverrideLatestPubKey) XXX_Merge ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) XXX_Merge(src proto.Message)
func (*MsgOverrideLatestPubKey) XXX_Size ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) XXX_Size() int
func (*MsgOverrideLatestPubKey) XXX_Unmarshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKey) XXX_Unmarshal(b []byte) error
type MsgOverrideLatestPubKeyResponse ¶ added in v0.5.0
type MsgOverrideLatestPubKeyResponse struct { }
func (*MsgOverrideLatestPubKeyResponse) Descriptor ¶ added in v0.5.0
func (*MsgOverrideLatestPubKeyResponse) Descriptor() ([]byte, []int)
func (*MsgOverrideLatestPubKeyResponse) Marshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) Marshal() (dAtA []byte, err error)
func (*MsgOverrideLatestPubKeyResponse) MarshalTo ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOverrideLatestPubKeyResponse) MarshalToSizedBuffer ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOverrideLatestPubKeyResponse) ProtoMessage ¶ added in v0.5.0
func (*MsgOverrideLatestPubKeyResponse) ProtoMessage()
func (*MsgOverrideLatestPubKeyResponse) Reset ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) Reset()
func (*MsgOverrideLatestPubKeyResponse) Size ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) Size() (n int)
func (*MsgOverrideLatestPubKeyResponse) String ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) String() string
func (*MsgOverrideLatestPubKeyResponse) Unmarshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) Unmarshal(dAtA []byte) error
func (*MsgOverrideLatestPubKeyResponse) XXX_DiscardUnknown ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) XXX_DiscardUnknown()
func (*MsgOverrideLatestPubKeyResponse) XXX_Marshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOverrideLatestPubKeyResponse) XXX_Merge ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) XXX_Merge(src proto.Message)
func (*MsgOverrideLatestPubKeyResponse) XXX_Size ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) XXX_Size() int
func (*MsgOverrideLatestPubKeyResponse) XXX_Unmarshal ¶ added in v0.5.0
func (m *MsgOverrideLatestPubKeyResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterValidator ¶
type MsgRegisterValidator struct {
Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}
func NewMsgRegisterValidator ¶
func NewMsgRegisterValidator(creator string) *MsgRegisterValidator
func (*MsgRegisterValidator) Descriptor ¶
func (*MsgRegisterValidator) Descriptor() ([]byte, []int)
func (*MsgRegisterValidator) GetCreator ¶
func (m *MsgRegisterValidator) GetCreator() string
func (*MsgRegisterValidator) Marshal ¶
func (m *MsgRegisterValidator) Marshal() (dAtA []byte, err error)
func (*MsgRegisterValidator) MarshalTo ¶
func (m *MsgRegisterValidator) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterValidator) MarshalToSizedBuffer ¶
func (m *MsgRegisterValidator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterValidator) ProtoMessage ¶
func (*MsgRegisterValidator) ProtoMessage()
func (*MsgRegisterValidator) Reset ¶
func (m *MsgRegisterValidator) Reset()
func (*MsgRegisterValidator) Size ¶
func (m *MsgRegisterValidator) Size() (n int)
func (*MsgRegisterValidator) String ¶
func (m *MsgRegisterValidator) String() string
func (*MsgRegisterValidator) Unmarshal ¶
func (m *MsgRegisterValidator) Unmarshal(dAtA []byte) error
func (*MsgRegisterValidator) ValidateBasic ¶
func (msg *MsgRegisterValidator) ValidateBasic() error
func (*MsgRegisterValidator) XXX_DiscardUnknown ¶
func (m *MsgRegisterValidator) XXX_DiscardUnknown()
func (*MsgRegisterValidator) XXX_Marshal ¶
func (m *MsgRegisterValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterValidator) XXX_Merge ¶
func (m *MsgRegisterValidator) XXX_Merge(src proto.Message)
func (*MsgRegisterValidator) XXX_Size ¶
func (m *MsgRegisterValidator) XXX_Size() int
func (*MsgRegisterValidator) XXX_Unmarshal ¶
func (m *MsgRegisterValidator) XXX_Unmarshal(b []byte) error
type MsgRegisterValidatorResponse ¶
type MsgRegisterValidatorResponse struct {
Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"`
}
func (*MsgRegisterValidatorResponse) Descriptor ¶
func (*MsgRegisterValidatorResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterValidatorResponse) GetCreator ¶
func (m *MsgRegisterValidatorResponse) GetCreator() string
func (*MsgRegisterValidatorResponse) Marshal ¶
func (m *MsgRegisterValidatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterValidatorResponse) MarshalTo ¶
func (m *MsgRegisterValidatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterValidatorResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterValidatorResponse) ProtoMessage ¶
func (*MsgRegisterValidatorResponse) ProtoMessage()
func (*MsgRegisterValidatorResponse) Reset ¶
func (m *MsgRegisterValidatorResponse) Reset()
func (*MsgRegisterValidatorResponse) Size ¶
func (m *MsgRegisterValidatorResponse) Size() (n int)
func (*MsgRegisterValidatorResponse) String ¶
func (m *MsgRegisterValidatorResponse) String() string
func (*MsgRegisterValidatorResponse) Unmarshal ¶
func (m *MsgRegisterValidatorResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterValidatorResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterValidatorResponse) XXX_DiscardUnknown()
func (*MsgRegisterValidatorResponse) XXX_Marshal ¶
func (m *MsgRegisterValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterValidatorResponse) XXX_Merge ¶
func (m *MsgRegisterValidatorResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterValidatorResponse) XXX_Size ¶
func (m *MsgRegisterValidatorResponse) XXX_Size() int
func (*MsgRegisterValidatorResponse) XXX_Unmarshal ¶
func (m *MsgRegisterValidatorResponse) XXX_Unmarshal(b []byte) error
type MsgSendKeyshare ¶
type MsgSendKeyshare struct {}
func NewMsgSendKeyshare ¶
func NewMsgSendKeyshare(creator string, message string, keyShareIndex uint64, blockHeight uint64) *MsgSendKeyshare
func (*MsgSendKeyshare) Descriptor ¶
func (*MsgSendKeyshare) Descriptor() ([]byte, []int)
func (*MsgSendKeyshare) GetBlockHeight ¶
func (m *MsgSendKeyshare) GetBlockHeight() uint64
func (*MsgSendKeyshare) GetCreator ¶
func (m *MsgSendKeyshare) GetCreator() string
func (*MsgSendKeyshare) GetKeyShareIndex ¶
func (m *MsgSendKeyshare) GetKeyShareIndex() uint64
func (*MsgSendKeyshare) GetMessage ¶
func (m *MsgSendKeyshare) GetMessage() string
func (*MsgSendKeyshare) Marshal ¶
func (m *MsgSendKeyshare) Marshal() (dAtA []byte, err error)
func (*MsgSendKeyshare) MarshalToSizedBuffer ¶
func (m *MsgSendKeyshare) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSendKeyshare) ProtoMessage ¶
func (*MsgSendKeyshare) ProtoMessage()
func (*MsgSendKeyshare) Reset ¶
func (m *MsgSendKeyshare) Reset()
func (*MsgSendKeyshare) Size ¶
func (m *MsgSendKeyshare) Size() (n int)
func (*MsgSendKeyshare) String ¶
func (m *MsgSendKeyshare) String() string
func (*MsgSendKeyshare) Unmarshal ¶
func (m *MsgSendKeyshare) Unmarshal(dAtA []byte) error
func (*MsgSendKeyshare) ValidateBasic ¶
func (msg *MsgSendKeyshare) ValidateBasic() error
func (*MsgSendKeyshare) XXX_DiscardUnknown ¶
func (m *MsgSendKeyshare) XXX_DiscardUnknown()
func (*MsgSendKeyshare) XXX_Marshal ¶
func (m *MsgSendKeyshare) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSendKeyshare) XXX_Merge ¶
func (m *MsgSendKeyshare) XXX_Merge(src proto.Message)
func (*MsgSendKeyshare) XXX_Size ¶
func (m *MsgSendKeyshare) XXX_Size() int
func (*MsgSendKeyshare) XXX_Unmarshal ¶
func (m *MsgSendKeyshare) XXX_Unmarshal(b []byte) error
type MsgSendKeyshareResponse ¶
type MsgSendKeyshareResponse struct {}
func (*MsgSendKeyshareResponse) Descriptor ¶
func (*MsgSendKeyshareResponse) Descriptor() ([]byte, []int)
func (*MsgSendKeyshareResponse) GetBlockHeight ¶
func (m *MsgSendKeyshareResponse) GetBlockHeight() uint64
func (*MsgSendKeyshareResponse) GetCreator ¶
func (m *MsgSendKeyshareResponse) GetCreator() string
func (*MsgSendKeyshareResponse) GetErrorMessage ¶
func (m *MsgSendKeyshareResponse) GetErrorMessage() string
func (*MsgSendKeyshareResponse) GetKeyshare ¶
func (m *MsgSendKeyshareResponse) GetKeyshare() string
func (*MsgSendKeyshareResponse) GetKeyshareIndex ¶
func (m *MsgSendKeyshareResponse) GetKeyshareIndex() uint64
func (*MsgSendKeyshareResponse) GetReceivedBlockHeight ¶
func (m *MsgSendKeyshareResponse) GetReceivedBlockHeight() uint64
func (*MsgSendKeyshareResponse) GetSuccess ¶
func (m *MsgSendKeyshareResponse) GetSuccess() bool
func (*MsgSendKeyshareResponse) Marshal ¶
func (m *MsgSendKeyshareResponse) Marshal() (dAtA []byte, err error)
func (*MsgSendKeyshareResponse) MarshalTo ¶
func (m *MsgSendKeyshareResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSendKeyshareResponse) MarshalToSizedBuffer ¶
func (m *MsgSendKeyshareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSendKeyshareResponse) ProtoMessage ¶
func (*MsgSendKeyshareResponse) ProtoMessage()
func (*MsgSendKeyshareResponse) Reset ¶
func (m *MsgSendKeyshareResponse) Reset()
func (*MsgSendKeyshareResponse) Size ¶
func (m *MsgSendKeyshareResponse) Size() (n int)
func (*MsgSendKeyshareResponse) String ¶
func (m *MsgSendKeyshareResponse) String() string
func (*MsgSendKeyshareResponse) Unmarshal ¶
func (m *MsgSendKeyshareResponse) Unmarshal(dAtA []byte) error
func (*MsgSendKeyshareResponse) XXX_DiscardUnknown ¶
func (m *MsgSendKeyshareResponse) XXX_DiscardUnknown()
func (*MsgSendKeyshareResponse) XXX_Marshal ¶
func (m *MsgSendKeyshareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSendKeyshareResponse) XXX_Merge ¶
func (m *MsgSendKeyshareResponse) XXX_Merge(src proto.Message)
func (*MsgSendKeyshareResponse) XXX_Size ¶
func (m *MsgSendKeyshareResponse) XXX_Size() int
func (*MsgSendKeyshareResponse) XXX_Unmarshal ¶
func (m *MsgSendKeyshareResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { // UpdateParams defines a (governance) operation for updating the module // parameters. The authority defaults to the x/gov module account. UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) RegisterValidator(context.Context, *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error) DeRegisterValidator(context.Context, *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error) // this line is used by starport scaffolding # proto/tx/rpc CreateLatestPubKey(context.Context, *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error) OverrideLatestPubKey(context.Context, *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error) CreateAuthorizedAddress(context.Context, *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error) UpdateAuthorizedAddress(context.Context, *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error) DeleteAuthorizedAddress(context.Context, *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error) }
MsgServer is the server API for Msg service.
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"` }
func NewMsgUpdateAuthorizedAddress ¶
func NewMsgUpdateAuthorizedAddress( creator string, target string, isAuthorized bool, ) *MsgUpdateAuthorizedAddress
func (*MsgUpdateAuthorizedAddress) Descriptor ¶
func (*MsgUpdateAuthorizedAddress) Descriptor() ([]byte, []int)
func (*MsgUpdateAuthorizedAddress) GetCreator ¶
func (m *MsgUpdateAuthorizedAddress) GetCreator() string
func (*MsgUpdateAuthorizedAddress) GetIsAuthorized ¶
func (m *MsgUpdateAuthorizedAddress) GetIsAuthorized() bool
func (*MsgUpdateAuthorizedAddress) GetTarget ¶
func (m *MsgUpdateAuthorizedAddress) GetTarget() string
func (*MsgUpdateAuthorizedAddress) Marshal ¶
func (m *MsgUpdateAuthorizedAddress) Marshal() (dAtA []byte, err error)
func (*MsgUpdateAuthorizedAddress) MarshalTo ¶
func (m *MsgUpdateAuthorizedAddress) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateAuthorizedAddress) MarshalToSizedBuffer ¶
func (m *MsgUpdateAuthorizedAddress) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateAuthorizedAddress) ProtoMessage ¶
func (*MsgUpdateAuthorizedAddress) ProtoMessage()
func (*MsgUpdateAuthorizedAddress) Reset ¶
func (m *MsgUpdateAuthorizedAddress) Reset()
func (*MsgUpdateAuthorizedAddress) Size ¶
func (m *MsgUpdateAuthorizedAddress) Size() (n int)
func (*MsgUpdateAuthorizedAddress) String ¶
func (m *MsgUpdateAuthorizedAddress) String() string
func (*MsgUpdateAuthorizedAddress) Unmarshal ¶
func (m *MsgUpdateAuthorizedAddress) Unmarshal(dAtA []byte) error
func (*MsgUpdateAuthorizedAddress) ValidateBasic ¶
func (msg *MsgUpdateAuthorizedAddress) ValidateBasic() error
func (*MsgUpdateAuthorizedAddress) XXX_DiscardUnknown ¶
func (m *MsgUpdateAuthorizedAddress) XXX_DiscardUnknown()
func (*MsgUpdateAuthorizedAddress) XXX_Marshal ¶
func (m *MsgUpdateAuthorizedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateAuthorizedAddress) XXX_Merge ¶
func (m *MsgUpdateAuthorizedAddress) XXX_Merge(src proto.Message)
func (*MsgUpdateAuthorizedAddress) XXX_Size ¶
func (m *MsgUpdateAuthorizedAddress) XXX_Size() int
func (*MsgUpdateAuthorizedAddress) XXX_Unmarshal ¶
func (m *MsgUpdateAuthorizedAddress) XXX_Unmarshal(b []byte) error
type MsgUpdateAuthorizedAddressResponse ¶
type MsgUpdateAuthorizedAddressResponse struct { }
func (*MsgUpdateAuthorizedAddressResponse) Descriptor ¶
func (*MsgUpdateAuthorizedAddressResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateAuthorizedAddressResponse) Marshal ¶
func (m *MsgUpdateAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateAuthorizedAddressResponse) MarshalTo ¶
func (m *MsgUpdateAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateAuthorizedAddressResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage ¶
func (*MsgUpdateAuthorizedAddressResponse) ProtoMessage()
func (*MsgUpdateAuthorizedAddressResponse) Reset ¶
func (m *MsgUpdateAuthorizedAddressResponse) Reset()
func (*MsgUpdateAuthorizedAddressResponse) Size ¶
func (m *MsgUpdateAuthorizedAddressResponse) Size() (n int)
func (*MsgUpdateAuthorizedAddressResponse) String ¶
func (m *MsgUpdateAuthorizedAddressResponse) String() string
func (*MsgUpdateAuthorizedAddressResponse) Unmarshal ¶
func (m *MsgUpdateAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateAuthorizedAddressResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateAuthorizedAddressResponse) XXX_DiscardUnknown()
func (*MsgUpdateAuthorizedAddressResponse) XXX_Marshal ¶
func (m *MsgUpdateAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateAuthorizedAddressResponse) XXX_Merge ¶
func (m *MsgUpdateAuthorizedAddressResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateAuthorizedAddressResponse) XXX_Size ¶
func (m *MsgUpdateAuthorizedAddressResponse) XXX_Size() int
func (*MsgUpdateAuthorizedAddressResponse) XXX_Unmarshal ¶
func (m *MsgUpdateAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateParams ¶ added in v0.7.0
type MsgUpdateParams struct { // authority is the address that controls the module (defaults to x/gov unless overwritten). Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"` // NOTE: All parameters must be supplied. Params Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params"` }
MsgUpdateParams is the Msg/UpdateParams request type.
func (*MsgUpdateParams) Descriptor ¶ added in v0.7.0
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
func (*MsgUpdateParams) GetAuthority ¶ added in v0.7.0
func (m *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶ added in v0.7.0
func (m *MsgUpdateParams) GetParams() Params
func (*MsgUpdateParams) Marshal ¶ added in v0.7.0
func (m *MsgUpdateParams) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParams) MarshalTo ¶ added in v0.7.0
func (m *MsgUpdateParams) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParams) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *MsgUpdateParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParams) ProtoMessage ¶ added in v0.7.0
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) Reset ¶ added in v0.7.0
func (m *MsgUpdateParams) Reset()
func (*MsgUpdateParams) Size ¶ added in v0.7.0
func (m *MsgUpdateParams) Size() (n int)
func (*MsgUpdateParams) String ¶ added in v0.7.0
func (m *MsgUpdateParams) String() string
func (*MsgUpdateParams) Unmarshal ¶ added in v0.7.0
func (m *MsgUpdateParams) Unmarshal(dAtA []byte) error
func (*MsgUpdateParams) ValidateBasic ¶ added in v0.7.0
func (m *MsgUpdateParams) ValidateBasic() error
ValidateBasic does a sanity check on the provided data.
func (*MsgUpdateParams) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *MsgUpdateParams) XXX_DiscardUnknown()
func (*MsgUpdateParams) XXX_Marshal ¶ added in v0.7.0
func (m *MsgUpdateParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParams) XXX_Merge ¶ added in v0.7.0
func (m *MsgUpdateParams) XXX_Merge(src proto.Message)
func (*MsgUpdateParams) XXX_Size ¶ added in v0.7.0
func (m *MsgUpdateParams) XXX_Size() int
func (*MsgUpdateParams) XXX_Unmarshal ¶ added in v0.7.0
func (m *MsgUpdateParams) XXX_Unmarshal(b []byte) error
type MsgUpdateParamsResponse ¶ added in v0.7.0
type MsgUpdateParamsResponse struct { }
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
func (*MsgUpdateParamsResponse) Descriptor ¶ added in v0.7.0
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateParamsResponse) Marshal ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateParamsResponse) MarshalTo ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateParamsResponse) ProtoMessage ¶ added in v0.7.0
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) Reset ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) Size ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) Size() (n int)
func (*MsgUpdateParamsResponse) String ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) String() string
func (*MsgUpdateParamsResponse) Unmarshal ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateParamsResponse) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown()
func (*MsgUpdateParamsResponse) XXX_Marshal ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateParamsResponse) XXX_Merge ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateParamsResponse) XXX_Size ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) XXX_Size() int
func (*MsgUpdateParamsResponse) XXX_Unmarshal ¶ added in v0.7.0
func (m *MsgUpdateParamsResponse) XXX_Unmarshal(b []byte) error
type NoData ¶
type NoData struct { }
func (*NoData) Descriptor ¶
func (*NoData) MarshalToSizedBuffer ¶
func (*NoData) ProtoMessage ¶
func (*NoData) ProtoMessage()
func (*NoData) XXX_DiscardUnknown ¶
func (m *NoData) XXX_DiscardUnknown()
func (*NoData) XXX_Marshal ¶
func (*NoData) XXX_Unmarshal ¶
type ParamSubspace ¶ added in v0.7.0
type ParamSubspace interface { Get(context.Context, []byte, interface{}) Set(context.Context, []byte, interface{}) }
ParamSubspace defines the expected Subspace interface for parameters.
type Params ¶
type Params struct { KeyExpiry uint64 `protobuf:"varint,1,opt,name=key_expiry,json=keyExpiry,proto3" json:"key_expiry,omitempty" yaml:"key_expiry"` MinimumBonded uint64 `protobuf:"varint,2,opt,name=minimum_bonded,json=minimumBonded,proto3" json:"minimum_bonded,omitempty" yaml:"minimum_bonded"` MaxIdledBlock uint64 `` /* 126-byte string literal not displayed */ TrustedAddresses []string `` /* 134-byte string literal not displayed */ }
Params defines the parameters for the module.
func NewParams ¶
func NewParams( keyExp uint64, trAddrs []string, minimumBonded uint64, noKeyShareFraction math.LegacyDec, wrongKeyShareFraction math.LegacyDec, maxIdledBlock uint64, ) Params
NewParams creates a new Params instance
func (*Params) Descriptor ¶
func (*Params) GetKeyExpiry ¶
func (*Params) GetMaxIdledBlock ¶
func (*Params) GetMinimumBonded ¶
func (*Params) GetTrustedAddresses ¶
func (*Params) MarshalToSizedBuffer ¶
func (*Params) ParamSetPairs ¶
func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs
ParamSetPairs get the params.ParamSet
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) XXX_DiscardUnknown ¶
func (m *Params) XXX_DiscardUnknown()
func (*Params) XXX_Marshal ¶
func (*Params) XXX_Unmarshal ¶
type PepKeeper ¶
type PepKeeper interface { SetActivePubKey(ctx context.Context, activePubKey commontypes.ActivePublicKey) SetQueuedPubKey(ctx context.Context, queuedPubKey commontypes.QueuedPublicKey) GetActivePubKey(ctx context.Context) (val commontypes.ActivePublicKey, found bool) GetQueuedPubKey(ctx context.Context) (val commontypes.QueuedPublicKey, found bool) DeleteActivePubKey(ctx context.Context) DeleteQueuedPubKey(ctx context.Context) SetEntry(ctx context.Context, val peptypes.GenEncTxExecutionQueue) GetEntry(ctx context.Context, reqID string) (val peptypes.GenEncTxExecutionQueue, found bool) RemoveEntry(ctx context.Context, reqID string) GetAllGenEncTxEntry(ctx context.Context) (list []peptypes.GenEncTxExecutionQueue) GetSignalQueueEntry(ctx context.Context, reqID string) (val commontypes.GetAggrKeyshare, found bool) SetSignalQueueEntry(ctx context.Context, val commontypes.GetAggrKeyshare) RemoveSignalQueueEntry(ctx context.Context, reqID string) GetAllGenEncTxSignalQueueEntry(ctx context.Context) (list []commontypes.GetAggrKeyshare) GetExecutionQueueEntry(ctx context.Context, reqID string) (val peptypes.GenEncTxExecutionQueue, found bool) SetExecutionQueueEntry(ctx context.Context, val peptypes.GenEncTxExecutionQueue) RemoveExecutionQueueEntry(ctx context.Context, reqID string) GetAllGenEncTxExecutionQueueEntry(ctx context.Context) (list []peptypes.GenEncTxExecutionQueue) GetRequestQueueEntry(ctx context.Context, reqID string) (val commontypes.RequestAggrKeyshare, found bool) SetReqQueueEntry(ctx context.Context, val commontypes.RequestAggrKeyshare) RemoveReqQueueEntry(ctx context.Context, reqID string) GetAllGenEncTxReqQueueEntry(ctx context.Context) (list []commontypes.RequestAggrKeyshare) GetLatestHeight(ctx context.Context) string SetLatestHeight(ctx context.Context, height string) }
PepKeeper defines the expected interface needed to get and set active and queued public keys
type PortKeeper ¶
type PortKeeper interface {
BindPort(ctx context.Context, portID string) *capabilitytypes.Capability
}
PortKeeper defines the expected IBC port keeper.
type QueryAllAggregatedKeyShareRequest ¶
type QueryAllAggregatedKeyShareRequest struct {
}func (*QueryAllAggregatedKeyShareRequest) Descriptor ¶
func (*QueryAllAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryAllAggregatedKeyShareRequest) GetPagination ¶
func (m *QueryAllAggregatedKeyShareRequest) GetPagination() *query.PageRequest
func (*QueryAllAggregatedKeyShareRequest) Marshal ¶
func (m *QueryAllAggregatedKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllAggregatedKeyShareRequest) MarshalTo ¶
func (m *QueryAllAggregatedKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAggregatedKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryAllAggregatedKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAggregatedKeyShareRequest) ProtoMessage ¶
func (*QueryAllAggregatedKeyShareRequest) ProtoMessage()
func (*QueryAllAggregatedKeyShareRequest) Reset ¶
func (m *QueryAllAggregatedKeyShareRequest) Reset()
func (*QueryAllAggregatedKeyShareRequest) Size ¶
func (m *QueryAllAggregatedKeyShareRequest) Size() (n int)
func (*QueryAllAggregatedKeyShareRequest) String ¶
func (m *QueryAllAggregatedKeyShareRequest) String() string
func (*QueryAllAggregatedKeyShareRequest) Unmarshal ¶
func (m *QueryAllAggregatedKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryAllAggregatedKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryAllAggregatedKeyShareRequest) XXX_DiscardUnknown()
func (*QueryAllAggregatedKeyShareRequest) XXX_Marshal ¶
func (m *QueryAllAggregatedKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAggregatedKeyShareRequest) XXX_Merge ¶
func (m *QueryAllAggregatedKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryAllAggregatedKeyShareRequest) XXX_Size ¶
func (m *QueryAllAggregatedKeyShareRequest) XXX_Size() int
func (*QueryAllAggregatedKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryAllAggregatedKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryAllAggregatedKeyShareResponse ¶
type QueryAllAggregatedKeyShareResponse struct {}
func (*QueryAllAggregatedKeyShareResponse) Descriptor ¶
func (*QueryAllAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare ¶
func (m *QueryAllAggregatedKeyShareResponse) GetAggregatedKeyShare() []AggregatedKeyShare
func (*QueryAllAggregatedKeyShareResponse) GetPagination ¶
func (m *QueryAllAggregatedKeyShareResponse) GetPagination() *query.PageResponse
func (*QueryAllAggregatedKeyShareResponse) Marshal ¶
func (m *QueryAllAggregatedKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllAggregatedKeyShareResponse) MarshalTo ¶
func (m *QueryAllAggregatedKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAggregatedKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryAllAggregatedKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAggregatedKeyShareResponse) ProtoMessage ¶
func (*QueryAllAggregatedKeyShareResponse) ProtoMessage()
func (*QueryAllAggregatedKeyShareResponse) Reset ¶
func (m *QueryAllAggregatedKeyShareResponse) Reset()
func (*QueryAllAggregatedKeyShareResponse) Size ¶
func (m *QueryAllAggregatedKeyShareResponse) Size() (n int)
func (*QueryAllAggregatedKeyShareResponse) String ¶
func (m *QueryAllAggregatedKeyShareResponse) String() string
func (*QueryAllAggregatedKeyShareResponse) Unmarshal ¶
func (m *QueryAllAggregatedKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryAllAggregatedKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryAllAggregatedKeyShareResponse) XXX_DiscardUnknown()
func (*QueryAllAggregatedKeyShareResponse) XXX_Marshal ¶
func (m *QueryAllAggregatedKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAggregatedKeyShareResponse) XXX_Merge ¶
func (m *QueryAllAggregatedKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryAllAggregatedKeyShareResponse) XXX_Size ¶
func (m *QueryAllAggregatedKeyShareResponse) XXX_Size() int
func (*QueryAllAggregatedKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryAllAggregatedKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryAllAuthorizedAddressRequest ¶
type QueryAllAuthorizedAddressRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllAuthorizedAddressRequest) Descriptor ¶
func (*QueryAllAuthorizedAddressRequest) Descriptor() ([]byte, []int)
func (*QueryAllAuthorizedAddressRequest) GetPagination ¶
func (m *QueryAllAuthorizedAddressRequest) GetPagination() *query.PageRequest
func (*QueryAllAuthorizedAddressRequest) Marshal ¶
func (m *QueryAllAuthorizedAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllAuthorizedAddressRequest) MarshalTo ¶
func (m *QueryAllAuthorizedAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAuthorizedAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryAllAuthorizedAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAuthorizedAddressRequest) ProtoMessage ¶
func (*QueryAllAuthorizedAddressRequest) ProtoMessage()
func (*QueryAllAuthorizedAddressRequest) Reset ¶
func (m *QueryAllAuthorizedAddressRequest) Reset()
func (*QueryAllAuthorizedAddressRequest) Size ¶
func (m *QueryAllAuthorizedAddressRequest) Size() (n int)
func (*QueryAllAuthorizedAddressRequest) String ¶
func (m *QueryAllAuthorizedAddressRequest) String() string
func (*QueryAllAuthorizedAddressRequest) Unmarshal ¶
func (m *QueryAllAuthorizedAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryAllAuthorizedAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryAllAuthorizedAddressRequest) XXX_DiscardUnknown()
func (*QueryAllAuthorizedAddressRequest) XXX_Marshal ¶
func (m *QueryAllAuthorizedAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAuthorizedAddressRequest) XXX_Merge ¶
func (m *QueryAllAuthorizedAddressRequest) XXX_Merge(src proto.Message)
func (*QueryAllAuthorizedAddressRequest) XXX_Size ¶
func (m *QueryAllAuthorizedAddressRequest) XXX_Size() int
func (*QueryAllAuthorizedAddressRequest) XXX_Unmarshal ¶
func (m *QueryAllAuthorizedAddressRequest) XXX_Unmarshal(b []byte) error
type QueryAllAuthorizedAddressResponse ¶
type QueryAllAuthorizedAddressResponse struct { AuthorizedAddress []AuthorizedAddress `protobuf:"bytes,1,rep,name=authorizedAddress,proto3" json:"authorizedAddress"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllAuthorizedAddressResponse) Descriptor ¶
func (*QueryAllAuthorizedAddressResponse) Descriptor() ([]byte, []int)
func (*QueryAllAuthorizedAddressResponse) GetAuthorizedAddress ¶
func (m *QueryAllAuthorizedAddressResponse) GetAuthorizedAddress() []AuthorizedAddress
func (*QueryAllAuthorizedAddressResponse) GetPagination ¶
func (m *QueryAllAuthorizedAddressResponse) GetPagination() *query.PageResponse
func (*QueryAllAuthorizedAddressResponse) Marshal ¶
func (m *QueryAllAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllAuthorizedAddressResponse) MarshalTo ¶
func (m *QueryAllAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAuthorizedAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryAllAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAuthorizedAddressResponse) ProtoMessage ¶
func (*QueryAllAuthorizedAddressResponse) ProtoMessage()
func (*QueryAllAuthorizedAddressResponse) Reset ¶
func (m *QueryAllAuthorizedAddressResponse) Reset()
func (*QueryAllAuthorizedAddressResponse) Size ¶
func (m *QueryAllAuthorizedAddressResponse) Size() (n int)
func (*QueryAllAuthorizedAddressResponse) String ¶
func (m *QueryAllAuthorizedAddressResponse) String() string
func (*QueryAllAuthorizedAddressResponse) Unmarshal ¶
func (m *QueryAllAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryAllAuthorizedAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryAllAuthorizedAddressResponse) XXX_DiscardUnknown()
func (*QueryAllAuthorizedAddressResponse) XXX_Marshal ¶
func (m *QueryAllAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAuthorizedAddressResponse) XXX_Merge ¶
func (m *QueryAllAuthorizedAddressResponse) XXX_Merge(src proto.Message)
func (*QueryAllAuthorizedAddressResponse) XXX_Size ¶
func (m *QueryAllAuthorizedAddressResponse) XXX_Size() int
func (*QueryAllAuthorizedAddressResponse) XXX_Unmarshal ¶
func (m *QueryAllAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
type QueryAllGeneralKeyShareRequest ¶
type QueryAllGeneralKeyShareRequest struct {
}func (*QueryAllGeneralKeyShareRequest) Descriptor ¶
func (*QueryAllGeneralKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryAllGeneralKeyShareRequest) GetPagination ¶
func (m *QueryAllGeneralKeyShareRequest) GetPagination() *query.PageRequest
func (*QueryAllGeneralKeyShareRequest) Marshal ¶
func (m *QueryAllGeneralKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllGeneralKeyShareRequest) MarshalTo ¶
func (m *QueryAllGeneralKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGeneralKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryAllGeneralKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGeneralKeyShareRequest) ProtoMessage ¶
func (*QueryAllGeneralKeyShareRequest) ProtoMessage()
func (*QueryAllGeneralKeyShareRequest) Reset ¶
func (m *QueryAllGeneralKeyShareRequest) Reset()
func (*QueryAllGeneralKeyShareRequest) Size ¶
func (m *QueryAllGeneralKeyShareRequest) Size() (n int)
func (*QueryAllGeneralKeyShareRequest) String ¶
func (m *QueryAllGeneralKeyShareRequest) String() string
func (*QueryAllGeneralKeyShareRequest) Unmarshal ¶
func (m *QueryAllGeneralKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryAllGeneralKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryAllGeneralKeyShareRequest) XXX_DiscardUnknown()
func (*QueryAllGeneralKeyShareRequest) XXX_Marshal ¶
func (m *QueryAllGeneralKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGeneralKeyShareRequest) XXX_Merge ¶
func (m *QueryAllGeneralKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryAllGeneralKeyShareRequest) XXX_Size ¶
func (m *QueryAllGeneralKeyShareRequest) XXX_Size() int
func (*QueryAllGeneralKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryAllGeneralKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryAllGeneralKeyShareResponse ¶
type QueryAllGeneralKeyShareResponse struct {}
func (*QueryAllGeneralKeyShareResponse) Descriptor ¶
func (*QueryAllGeneralKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryAllGeneralKeyShareResponse) GetGeneralKeyShare ¶
func (m *QueryAllGeneralKeyShareResponse) GetGeneralKeyShare() []GeneralKeyShare
func (*QueryAllGeneralKeyShareResponse) GetPagination ¶
func (m *QueryAllGeneralKeyShareResponse) GetPagination() *query.PageResponse
func (*QueryAllGeneralKeyShareResponse) Marshal ¶
func (m *QueryAllGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllGeneralKeyShareResponse) MarshalTo ¶
func (m *QueryAllGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllGeneralKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryAllGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllGeneralKeyShareResponse) ProtoMessage ¶
func (*QueryAllGeneralKeyShareResponse) ProtoMessage()
func (*QueryAllGeneralKeyShareResponse) Reset ¶
func (m *QueryAllGeneralKeyShareResponse) Reset()
func (*QueryAllGeneralKeyShareResponse) Size ¶
func (m *QueryAllGeneralKeyShareResponse) Size() (n int)
func (*QueryAllGeneralKeyShareResponse) String ¶
func (m *QueryAllGeneralKeyShareResponse) String() string
func (*QueryAllGeneralKeyShareResponse) Unmarshal ¶
func (m *QueryAllGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryAllGeneralKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryAllGeneralKeyShareResponse) XXX_DiscardUnknown()
func (*QueryAllGeneralKeyShareResponse) XXX_Marshal ¶
func (m *QueryAllGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllGeneralKeyShareResponse) XXX_Merge ¶
func (m *QueryAllGeneralKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryAllGeneralKeyShareResponse) XXX_Size ¶
func (m *QueryAllGeneralKeyShareResponse) XXX_Size() int
func (*QueryAllGeneralKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryAllGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryAllKeyShareRequest ¶
type QueryAllKeyShareRequest struct {
}func (*QueryAllKeyShareRequest) Descriptor ¶
func (*QueryAllKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryAllKeyShareRequest) GetPagination ¶
func (m *QueryAllKeyShareRequest) GetPagination() *query.PageRequest
func (*QueryAllKeyShareRequest) Marshal ¶
func (m *QueryAllKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllKeyShareRequest) MarshalTo ¶
func (m *QueryAllKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryAllKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllKeyShareRequest) ProtoMessage ¶
func (*QueryAllKeyShareRequest) ProtoMessage()
func (*QueryAllKeyShareRequest) Reset ¶
func (m *QueryAllKeyShareRequest) Reset()
func (*QueryAllKeyShareRequest) Size ¶
func (m *QueryAllKeyShareRequest) Size() (n int)
func (*QueryAllKeyShareRequest) String ¶
func (m *QueryAllKeyShareRequest) String() string
func (*QueryAllKeyShareRequest) Unmarshal ¶
func (m *QueryAllKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryAllKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryAllKeyShareRequest) XXX_DiscardUnknown()
func (*QueryAllKeyShareRequest) XXX_Marshal ¶
func (m *QueryAllKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllKeyShareRequest) XXX_Merge ¶
func (m *QueryAllKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryAllKeyShareRequest) XXX_Size ¶
func (m *QueryAllKeyShareRequest) XXX_Size() int
func (*QueryAllKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryAllKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryAllKeyShareResponse ¶
type QueryAllKeyShareResponse struct {}
func (*QueryAllKeyShareResponse) Descriptor ¶
func (*QueryAllKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryAllKeyShareResponse) GetKeyShare ¶
func (m *QueryAllKeyShareResponse) GetKeyShare() []KeyShare
func (*QueryAllKeyShareResponse) GetPagination ¶
func (m *QueryAllKeyShareResponse) GetPagination() *query.PageResponse
func (*QueryAllKeyShareResponse) Marshal ¶
func (m *QueryAllKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllKeyShareResponse) MarshalTo ¶
func (m *QueryAllKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryAllKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllKeyShareResponse) ProtoMessage ¶
func (*QueryAllKeyShareResponse) ProtoMessage()
func (*QueryAllKeyShareResponse) Reset ¶
func (m *QueryAllKeyShareResponse) Reset()
func (*QueryAllKeyShareResponse) Size ¶
func (m *QueryAllKeyShareResponse) Size() (n int)
func (*QueryAllKeyShareResponse) String ¶
func (m *QueryAllKeyShareResponse) String() string
func (*QueryAllKeyShareResponse) Unmarshal ¶
func (m *QueryAllKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryAllKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryAllKeyShareResponse) XXX_DiscardUnknown()
func (*QueryAllKeyShareResponse) XXX_Marshal ¶
func (m *QueryAllKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllKeyShareResponse) XXX_Merge ¶
func (m *QueryAllKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryAllKeyShareResponse) XXX_Size ¶
func (m *QueryAllKeyShareResponse) XXX_Size() int
func (*QueryAllKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryAllKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryAllValidatorSetRequest ¶
type QueryAllValidatorSetRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllValidatorSetRequest) Descriptor ¶
func (*QueryAllValidatorSetRequest) Descriptor() ([]byte, []int)
func (*QueryAllValidatorSetRequest) GetPagination ¶
func (m *QueryAllValidatorSetRequest) GetPagination() *query.PageRequest
func (*QueryAllValidatorSetRequest) Marshal ¶
func (m *QueryAllValidatorSetRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllValidatorSetRequest) MarshalTo ¶
func (m *QueryAllValidatorSetRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllValidatorSetRequest) MarshalToSizedBuffer ¶
func (m *QueryAllValidatorSetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllValidatorSetRequest) ProtoMessage ¶
func (*QueryAllValidatorSetRequest) ProtoMessage()
func (*QueryAllValidatorSetRequest) Reset ¶
func (m *QueryAllValidatorSetRequest) Reset()
func (*QueryAllValidatorSetRequest) Size ¶
func (m *QueryAllValidatorSetRequest) Size() (n int)
func (*QueryAllValidatorSetRequest) String ¶
func (m *QueryAllValidatorSetRequest) String() string
func (*QueryAllValidatorSetRequest) Unmarshal ¶
func (m *QueryAllValidatorSetRequest) Unmarshal(dAtA []byte) error
func (*QueryAllValidatorSetRequest) XXX_DiscardUnknown ¶
func (m *QueryAllValidatorSetRequest) XXX_DiscardUnknown()
func (*QueryAllValidatorSetRequest) XXX_Marshal ¶
func (m *QueryAllValidatorSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllValidatorSetRequest) XXX_Merge ¶
func (m *QueryAllValidatorSetRequest) XXX_Merge(src proto.Message)
func (*QueryAllValidatorSetRequest) XXX_Size ¶
func (m *QueryAllValidatorSetRequest) XXX_Size() int
func (*QueryAllValidatorSetRequest) XXX_Unmarshal ¶
func (m *QueryAllValidatorSetRequest) XXX_Unmarshal(b []byte) error
type QueryAllValidatorSetResponse ¶
type QueryAllValidatorSetResponse struct { ValidatorSet []ValidatorSet `protobuf:"bytes,1,rep,name=validatorSet,proto3" json:"validatorSet"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllValidatorSetResponse) Descriptor ¶
func (*QueryAllValidatorSetResponse) Descriptor() ([]byte, []int)
func (*QueryAllValidatorSetResponse) GetPagination ¶
func (m *QueryAllValidatorSetResponse) GetPagination() *query.PageResponse
func (*QueryAllValidatorSetResponse) GetValidatorSet ¶
func (m *QueryAllValidatorSetResponse) GetValidatorSet() []ValidatorSet
func (*QueryAllValidatorSetResponse) Marshal ¶
func (m *QueryAllValidatorSetResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllValidatorSetResponse) MarshalTo ¶
func (m *QueryAllValidatorSetResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllValidatorSetResponse) MarshalToSizedBuffer ¶
func (m *QueryAllValidatorSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllValidatorSetResponse) ProtoMessage ¶
func (*QueryAllValidatorSetResponse) ProtoMessage()
func (*QueryAllValidatorSetResponse) Reset ¶
func (m *QueryAllValidatorSetResponse) Reset()
func (*QueryAllValidatorSetResponse) Size ¶
func (m *QueryAllValidatorSetResponse) Size() (n int)
func (*QueryAllValidatorSetResponse) String ¶
func (m *QueryAllValidatorSetResponse) String() string
func (*QueryAllValidatorSetResponse) Unmarshal ¶
func (m *QueryAllValidatorSetResponse) Unmarshal(dAtA []byte) error
func (*QueryAllValidatorSetResponse) XXX_DiscardUnknown ¶
func (m *QueryAllValidatorSetResponse) XXX_DiscardUnknown()
func (*QueryAllValidatorSetResponse) XXX_Marshal ¶
func (m *QueryAllValidatorSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllValidatorSetResponse) XXX_Merge ¶
func (m *QueryAllValidatorSetResponse) XXX_Merge(src proto.Message)
func (*QueryAllValidatorSetResponse) XXX_Size ¶
func (m *QueryAllValidatorSetResponse) XXX_Size() int
func (*QueryAllValidatorSetResponse) XXX_Unmarshal ¶
func (m *QueryAllValidatorSetResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { // Parameters queries the parameters of the module. Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) Commitments(ctx context.Context, in *QueryCommitmentsRequest, opts ...grpc.CallOption) (*QueryCommitmentsResponse, 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) KeyShare(ctx context.Context, in *QueryGetKeyShareRequest, opts ...grpc.CallOption) (*QueryGetKeyShareResponse, error) KeyShareAll(ctx context.Context, in *QueryAllKeyShareRequest, opts ...grpc.CallOption) (*QueryAllKeyShareResponse, error) // Queries a list of AggregatedKeyShare items. // 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. VerifiableRandomness(ctx context.Context, in *QueryVerifiableRandomnessQuery, opts ...grpc.CallOption) (*QueryVerifiableRandomnessResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryCommitmentsRequest ¶
type QueryCommitmentsRequest struct { }
func (*QueryCommitmentsRequest) Descriptor ¶
func (*QueryCommitmentsRequest) Descriptor() ([]byte, []int)
func (*QueryCommitmentsRequest) Marshal ¶
func (m *QueryCommitmentsRequest) Marshal() (dAtA []byte, err error)
func (*QueryCommitmentsRequest) MarshalTo ¶
func (m *QueryCommitmentsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryCommitmentsRequest) MarshalToSizedBuffer ¶
func (m *QueryCommitmentsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCommitmentsRequest) ProtoMessage ¶
func (*QueryCommitmentsRequest) ProtoMessage()
func (*QueryCommitmentsRequest) Reset ¶
func (m *QueryCommitmentsRequest) Reset()
func (*QueryCommitmentsRequest) Size ¶
func (m *QueryCommitmentsRequest) Size() (n int)
func (*QueryCommitmentsRequest) String ¶
func (m *QueryCommitmentsRequest) String() string
func (*QueryCommitmentsRequest) Unmarshal ¶
func (m *QueryCommitmentsRequest) Unmarshal(dAtA []byte) error
func (*QueryCommitmentsRequest) XXX_DiscardUnknown ¶
func (m *QueryCommitmentsRequest) XXX_DiscardUnknown()
func (*QueryCommitmentsRequest) XXX_Marshal ¶
func (m *QueryCommitmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCommitmentsRequest) XXX_Merge ¶
func (m *QueryCommitmentsRequest) XXX_Merge(src proto.Message)
func (*QueryCommitmentsRequest) XXX_Size ¶
func (m *QueryCommitmentsRequest) XXX_Size() int
func (*QueryCommitmentsRequest) XXX_Unmarshal ¶
func (m *QueryCommitmentsRequest) XXX_Unmarshal(b []byte) error
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"` }
func (*QueryCommitmentsResponse) Descriptor ¶
func (*QueryCommitmentsResponse) Descriptor() ([]byte, []int)
func (*QueryCommitmentsResponse) GetActiveCommitments ¶
func (m *QueryCommitmentsResponse) GetActiveCommitments() *Commitments
func (*QueryCommitmentsResponse) GetQueuedCommitments ¶
func (m *QueryCommitmentsResponse) GetQueuedCommitments() *Commitments
func (*QueryCommitmentsResponse) Marshal ¶
func (m *QueryCommitmentsResponse) Marshal() (dAtA []byte, err error)
func (*QueryCommitmentsResponse) MarshalTo ¶
func (m *QueryCommitmentsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryCommitmentsResponse) MarshalToSizedBuffer ¶
func (m *QueryCommitmentsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryCommitmentsResponse) ProtoMessage ¶
func (*QueryCommitmentsResponse) ProtoMessage()
func (*QueryCommitmentsResponse) Reset ¶
func (m *QueryCommitmentsResponse) Reset()
func (*QueryCommitmentsResponse) Size ¶
func (m *QueryCommitmentsResponse) Size() (n int)
func (*QueryCommitmentsResponse) String ¶
func (m *QueryCommitmentsResponse) String() string
func (*QueryCommitmentsResponse) Unmarshal ¶
func (m *QueryCommitmentsResponse) Unmarshal(dAtA []byte) error
func (*QueryCommitmentsResponse) XXX_DiscardUnknown ¶
func (m *QueryCommitmentsResponse) XXX_DiscardUnknown()
func (*QueryCommitmentsResponse) XXX_Marshal ¶
func (m *QueryCommitmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryCommitmentsResponse) XXX_Merge ¶
func (m *QueryCommitmentsResponse) XXX_Merge(src proto.Message)
func (*QueryCommitmentsResponse) XXX_Size ¶
func (m *QueryCommitmentsResponse) XXX_Size() int
func (*QueryCommitmentsResponse) XXX_Unmarshal ¶
func (m *QueryCommitmentsResponse) XXX_Unmarshal(b []byte) error
type QueryGetAggregatedKeyShareRequest ¶
type QueryGetAggregatedKeyShareRequest struct {
}this line is used by starport scaffolding # 3
func (*QueryGetAggregatedKeyShareRequest) Descriptor ¶
func (*QueryGetAggregatedKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryGetAggregatedKeyShareRequest) GetHeight ¶
func (m *QueryGetAggregatedKeyShareRequest) GetHeight() uint64
func (*QueryGetAggregatedKeyShareRequest) Marshal ¶
func (m *QueryGetAggregatedKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetAggregatedKeyShareRequest) MarshalTo ¶
func (m *QueryGetAggregatedKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAggregatedKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryGetAggregatedKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAggregatedKeyShareRequest) ProtoMessage ¶
func (*QueryGetAggregatedKeyShareRequest) ProtoMessage()
func (*QueryGetAggregatedKeyShareRequest) Reset ¶
func (m *QueryGetAggregatedKeyShareRequest) Reset()
func (*QueryGetAggregatedKeyShareRequest) Size ¶
func (m *QueryGetAggregatedKeyShareRequest) Size() (n int)
func (*QueryGetAggregatedKeyShareRequest) String ¶
func (m *QueryGetAggregatedKeyShareRequest) String() string
func (*QueryGetAggregatedKeyShareRequest) Unmarshal ¶
func (m *QueryGetAggregatedKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryGetAggregatedKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryGetAggregatedKeyShareRequest) XXX_DiscardUnknown()
func (*QueryGetAggregatedKeyShareRequest) XXX_Marshal ¶
func (m *QueryGetAggregatedKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAggregatedKeyShareRequest) XXX_Merge ¶
func (m *QueryGetAggregatedKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryGetAggregatedKeyShareRequest) XXX_Size ¶
func (m *QueryGetAggregatedKeyShareRequest) XXX_Size() int
func (*QueryGetAggregatedKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryGetAggregatedKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryGetAggregatedKeyShareResponse ¶
type QueryGetAggregatedKeyShareResponse struct {
}func (*QueryGetAggregatedKeyShareResponse) Descriptor ¶
func (*QueryGetAggregatedKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare ¶
func (m *QueryGetAggregatedKeyShareResponse) GetAggregatedKeyShare() AggregatedKeyShare
func (*QueryGetAggregatedKeyShareResponse) Marshal ¶
func (m *QueryGetAggregatedKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetAggregatedKeyShareResponse) MarshalTo ¶
func (m *QueryGetAggregatedKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAggregatedKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryGetAggregatedKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAggregatedKeyShareResponse) ProtoMessage ¶
func (*QueryGetAggregatedKeyShareResponse) ProtoMessage()
func (*QueryGetAggregatedKeyShareResponse) Reset ¶
func (m *QueryGetAggregatedKeyShareResponse) Reset()
func (*QueryGetAggregatedKeyShareResponse) Size ¶
func (m *QueryGetAggregatedKeyShareResponse) Size() (n int)
func (*QueryGetAggregatedKeyShareResponse) String ¶
func (m *QueryGetAggregatedKeyShareResponse) String() string
func (*QueryGetAggregatedKeyShareResponse) Unmarshal ¶
func (m *QueryGetAggregatedKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryGetAggregatedKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryGetAggregatedKeyShareResponse) XXX_DiscardUnknown()
func (*QueryGetAggregatedKeyShareResponse) XXX_Marshal ¶
func (m *QueryGetAggregatedKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAggregatedKeyShareResponse) XXX_Merge ¶
func (m *QueryGetAggregatedKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryGetAggregatedKeyShareResponse) XXX_Size ¶
func (m *QueryGetAggregatedKeyShareResponse) XXX_Size() int
func (*QueryGetAggregatedKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryGetAggregatedKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryGetAuthorizedAddressRequest ¶
type QueryGetAuthorizedAddressRequest struct {
Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"`
}
func (*QueryGetAuthorizedAddressRequest) Descriptor ¶
func (*QueryGetAuthorizedAddressRequest) Descriptor() ([]byte, []int)
func (*QueryGetAuthorizedAddressRequest) GetTarget ¶
func (m *QueryGetAuthorizedAddressRequest) GetTarget() string
func (*QueryGetAuthorizedAddressRequest) Marshal ¶
func (m *QueryGetAuthorizedAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetAuthorizedAddressRequest) MarshalTo ¶
func (m *QueryGetAuthorizedAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAuthorizedAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryGetAuthorizedAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAuthorizedAddressRequest) ProtoMessage ¶
func (*QueryGetAuthorizedAddressRequest) ProtoMessage()
func (*QueryGetAuthorizedAddressRequest) Reset ¶
func (m *QueryGetAuthorizedAddressRequest) Reset()
func (*QueryGetAuthorizedAddressRequest) Size ¶
func (m *QueryGetAuthorizedAddressRequest) Size() (n int)
func (*QueryGetAuthorizedAddressRequest) String ¶
func (m *QueryGetAuthorizedAddressRequest) String() string
func (*QueryGetAuthorizedAddressRequest) Unmarshal ¶
func (m *QueryGetAuthorizedAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryGetAuthorizedAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryGetAuthorizedAddressRequest) XXX_DiscardUnknown()
func (*QueryGetAuthorizedAddressRequest) XXX_Marshal ¶
func (m *QueryGetAuthorizedAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAuthorizedAddressRequest) XXX_Merge ¶
func (m *QueryGetAuthorizedAddressRequest) XXX_Merge(src proto.Message)
func (*QueryGetAuthorizedAddressRequest) XXX_Size ¶
func (m *QueryGetAuthorizedAddressRequest) XXX_Size() int
func (*QueryGetAuthorizedAddressRequest) XXX_Unmarshal ¶
func (m *QueryGetAuthorizedAddressRequest) XXX_Unmarshal(b []byte) error
type QueryGetAuthorizedAddressResponse ¶
type QueryGetAuthorizedAddressResponse struct {
AuthorizedAddress AuthorizedAddress `protobuf:"bytes,1,opt,name=authorizedAddress,proto3" json:"authorizedAddress"`
}
func (*QueryGetAuthorizedAddressResponse) Descriptor ¶
func (*QueryGetAuthorizedAddressResponse) Descriptor() ([]byte, []int)
func (*QueryGetAuthorizedAddressResponse) GetAuthorizedAddress ¶
func (m *QueryGetAuthorizedAddressResponse) GetAuthorizedAddress() AuthorizedAddress
func (*QueryGetAuthorizedAddressResponse) Marshal ¶
func (m *QueryGetAuthorizedAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetAuthorizedAddressResponse) MarshalTo ¶
func (m *QueryGetAuthorizedAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAuthorizedAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryGetAuthorizedAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAuthorizedAddressResponse) ProtoMessage ¶
func (*QueryGetAuthorizedAddressResponse) ProtoMessage()
func (*QueryGetAuthorizedAddressResponse) Reset ¶
func (m *QueryGetAuthorizedAddressResponse) Reset()
func (*QueryGetAuthorizedAddressResponse) Size ¶
func (m *QueryGetAuthorizedAddressResponse) Size() (n int)
func (*QueryGetAuthorizedAddressResponse) String ¶
func (m *QueryGetAuthorizedAddressResponse) String() string
func (*QueryGetAuthorizedAddressResponse) Unmarshal ¶
func (m *QueryGetAuthorizedAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryGetAuthorizedAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryGetAuthorizedAddressResponse) XXX_DiscardUnknown()
func (*QueryGetAuthorizedAddressResponse) XXX_Marshal ¶
func (m *QueryGetAuthorizedAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAuthorizedAddressResponse) XXX_Merge ¶
func (m *QueryGetAuthorizedAddressResponse) XXX_Merge(src proto.Message)
func (*QueryGetAuthorizedAddressResponse) XXX_Size ¶
func (m *QueryGetAuthorizedAddressResponse) XXX_Size() int
func (*QueryGetAuthorizedAddressResponse) XXX_Unmarshal ¶
func (m *QueryGetAuthorizedAddressResponse) XXX_Unmarshal(b []byte) error
type QueryGetGeneralKeyShareRequest ¶
type QueryGetGeneralKeyShareRequest struct {}
func (*QueryGetGeneralKeyShareRequest) Descriptor ¶
func (*QueryGetGeneralKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryGetGeneralKeyShareRequest) GetIdType ¶
func (m *QueryGetGeneralKeyShareRequest) GetIdType() string
func (*QueryGetGeneralKeyShareRequest) GetIdValue ¶
func (m *QueryGetGeneralKeyShareRequest) GetIdValue() string
func (*QueryGetGeneralKeyShareRequest) GetValidator ¶
func (m *QueryGetGeneralKeyShareRequest) GetValidator() string
func (*QueryGetGeneralKeyShareRequest) Marshal ¶
func (m *QueryGetGeneralKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetGeneralKeyShareRequest) MarshalTo ¶
func (m *QueryGetGeneralKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGeneralKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryGetGeneralKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGeneralKeyShareRequest) ProtoMessage ¶
func (*QueryGetGeneralKeyShareRequest) ProtoMessage()
func (*QueryGetGeneralKeyShareRequest) Reset ¶
func (m *QueryGetGeneralKeyShareRequest) Reset()
func (*QueryGetGeneralKeyShareRequest) Size ¶
func (m *QueryGetGeneralKeyShareRequest) Size() (n int)
func (*QueryGetGeneralKeyShareRequest) String ¶
func (m *QueryGetGeneralKeyShareRequest) String() string
func (*QueryGetGeneralKeyShareRequest) Unmarshal ¶
func (m *QueryGetGeneralKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryGetGeneralKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryGetGeneralKeyShareRequest) XXX_DiscardUnknown()
func (*QueryGetGeneralKeyShareRequest) XXX_Marshal ¶
func (m *QueryGetGeneralKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGeneralKeyShareRequest) XXX_Merge ¶
func (m *QueryGetGeneralKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryGetGeneralKeyShareRequest) XXX_Size ¶
func (m *QueryGetGeneralKeyShareRequest) XXX_Size() int
func (*QueryGetGeneralKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryGetGeneralKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryGetGeneralKeyShareResponse ¶
type QueryGetGeneralKeyShareResponse struct {
}func (*QueryGetGeneralKeyShareResponse) Descriptor ¶
func (*QueryGetGeneralKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryGetGeneralKeyShareResponse) GetGeneralKeyShare ¶
func (m *QueryGetGeneralKeyShareResponse) GetGeneralKeyShare() GeneralKeyShare
func (*QueryGetGeneralKeyShareResponse) Marshal ¶
func (m *QueryGetGeneralKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetGeneralKeyShareResponse) MarshalTo ¶
func (m *QueryGetGeneralKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetGeneralKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryGetGeneralKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetGeneralKeyShareResponse) ProtoMessage ¶
func (*QueryGetGeneralKeyShareResponse) ProtoMessage()
func (*QueryGetGeneralKeyShareResponse) Reset ¶
func (m *QueryGetGeneralKeyShareResponse) Reset()
func (*QueryGetGeneralKeyShareResponse) Size ¶
func (m *QueryGetGeneralKeyShareResponse) Size() (n int)
func (*QueryGetGeneralKeyShareResponse) String ¶
func (m *QueryGetGeneralKeyShareResponse) String() string
func (*QueryGetGeneralKeyShareResponse) Unmarshal ¶
func (m *QueryGetGeneralKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryGetGeneralKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryGetGeneralKeyShareResponse) XXX_DiscardUnknown()
func (*QueryGetGeneralKeyShareResponse) XXX_Marshal ¶
func (m *QueryGetGeneralKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetGeneralKeyShareResponse) XXX_Merge ¶
func (m *QueryGetGeneralKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryGetGeneralKeyShareResponse) XXX_Size ¶
func (m *QueryGetGeneralKeyShareResponse) XXX_Size() int
func (*QueryGetGeneralKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryGetGeneralKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryGetKeyShareRequest ¶
type QueryGetKeyShareRequest struct {}
func (*QueryGetKeyShareRequest) Descriptor ¶
func (*QueryGetKeyShareRequest) Descriptor() ([]byte, []int)
func (*QueryGetKeyShareRequest) GetBlockHeight ¶
func (m *QueryGetKeyShareRequest) GetBlockHeight() uint64
func (*QueryGetKeyShareRequest) GetValidator ¶
func (m *QueryGetKeyShareRequest) GetValidator() string
func (*QueryGetKeyShareRequest) Marshal ¶
func (m *QueryGetKeyShareRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetKeyShareRequest) MarshalTo ¶
func (m *QueryGetKeyShareRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetKeyShareRequest) MarshalToSizedBuffer ¶
func (m *QueryGetKeyShareRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetKeyShareRequest) ProtoMessage ¶
func (*QueryGetKeyShareRequest) ProtoMessage()
func (*QueryGetKeyShareRequest) Reset ¶
func (m *QueryGetKeyShareRequest) Reset()
func (*QueryGetKeyShareRequest) Size ¶
func (m *QueryGetKeyShareRequest) Size() (n int)
func (*QueryGetKeyShareRequest) String ¶
func (m *QueryGetKeyShareRequest) String() string
func (*QueryGetKeyShareRequest) Unmarshal ¶
func (m *QueryGetKeyShareRequest) Unmarshal(dAtA []byte) error
func (*QueryGetKeyShareRequest) XXX_DiscardUnknown ¶
func (m *QueryGetKeyShareRequest) XXX_DiscardUnknown()
func (*QueryGetKeyShareRequest) XXX_Marshal ¶
func (m *QueryGetKeyShareRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetKeyShareRequest) XXX_Merge ¶
func (m *QueryGetKeyShareRequest) XXX_Merge(src proto.Message)
func (*QueryGetKeyShareRequest) XXX_Size ¶
func (m *QueryGetKeyShareRequest) XXX_Size() int
func (*QueryGetKeyShareRequest) XXX_Unmarshal ¶
func (m *QueryGetKeyShareRequest) XXX_Unmarshal(b []byte) error
type QueryGetKeyShareResponse ¶
type QueryGetKeyShareResponse struct {
}func (*QueryGetKeyShareResponse) Descriptor ¶
func (*QueryGetKeyShareResponse) Descriptor() ([]byte, []int)
func (*QueryGetKeyShareResponse) GetKeyShare ¶
func (m *QueryGetKeyShareResponse) GetKeyShare() KeyShare
func (*QueryGetKeyShareResponse) Marshal ¶
func (m *QueryGetKeyShareResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetKeyShareResponse) MarshalTo ¶
func (m *QueryGetKeyShareResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetKeyShareResponse) MarshalToSizedBuffer ¶
func (m *QueryGetKeyShareResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetKeyShareResponse) ProtoMessage ¶
func (*QueryGetKeyShareResponse) ProtoMessage()
func (*QueryGetKeyShareResponse) Reset ¶
func (m *QueryGetKeyShareResponse) Reset()
func (*QueryGetKeyShareResponse) Size ¶
func (m *QueryGetKeyShareResponse) Size() (n int)
func (*QueryGetKeyShareResponse) String ¶
func (m *QueryGetKeyShareResponse) String() string
func (*QueryGetKeyShareResponse) Unmarshal ¶
func (m *QueryGetKeyShareResponse) Unmarshal(dAtA []byte) error
func (*QueryGetKeyShareResponse) XXX_DiscardUnknown ¶
func (m *QueryGetKeyShareResponse) XXX_DiscardUnknown()
func (*QueryGetKeyShareResponse) XXX_Marshal ¶
func (m *QueryGetKeyShareResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetKeyShareResponse) XXX_Merge ¶
func (m *QueryGetKeyShareResponse) XXX_Merge(src proto.Message)
func (*QueryGetKeyShareResponse) XXX_Size ¶
func (m *QueryGetKeyShareResponse) XXX_Size() int
func (*QueryGetKeyShareResponse) XXX_Unmarshal ¶
func (m *QueryGetKeyShareResponse) XXX_Unmarshal(b []byte) error
type QueryGetValidatorSetRequest ¶
type QueryGetValidatorSetRequest struct {
Index string `protobuf:"bytes,1,opt,name=index,proto3" json:"index,omitempty"`
}
func (*QueryGetValidatorSetRequest) Descriptor ¶
func (*QueryGetValidatorSetRequest) Descriptor() ([]byte, []int)
func (*QueryGetValidatorSetRequest) GetIndex ¶
func (m *QueryGetValidatorSetRequest) GetIndex() string
func (*QueryGetValidatorSetRequest) Marshal ¶
func (m *QueryGetValidatorSetRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetValidatorSetRequest) MarshalTo ¶
func (m *QueryGetValidatorSetRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetValidatorSetRequest) MarshalToSizedBuffer ¶
func (m *QueryGetValidatorSetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetValidatorSetRequest) ProtoMessage ¶
func (*QueryGetValidatorSetRequest) ProtoMessage()
func (*QueryGetValidatorSetRequest) Reset ¶
func (m *QueryGetValidatorSetRequest) Reset()
func (*QueryGetValidatorSetRequest) Size ¶
func (m *QueryGetValidatorSetRequest) Size() (n int)
func (*QueryGetValidatorSetRequest) String ¶
func (m *QueryGetValidatorSetRequest) String() string
func (*QueryGetValidatorSetRequest) Unmarshal ¶
func (m *QueryGetValidatorSetRequest) Unmarshal(dAtA []byte) error
func (*QueryGetValidatorSetRequest) XXX_DiscardUnknown ¶
func (m *QueryGetValidatorSetRequest) XXX_DiscardUnknown()
func (*QueryGetValidatorSetRequest) XXX_Marshal ¶
func (m *QueryGetValidatorSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetValidatorSetRequest) XXX_Merge ¶
func (m *QueryGetValidatorSetRequest) XXX_Merge(src proto.Message)
func (*QueryGetValidatorSetRequest) XXX_Size ¶
func (m *QueryGetValidatorSetRequest) XXX_Size() int
func (*QueryGetValidatorSetRequest) XXX_Unmarshal ¶
func (m *QueryGetValidatorSetRequest) XXX_Unmarshal(b []byte) error
type QueryGetValidatorSetResponse ¶
type QueryGetValidatorSetResponse struct {
ValidatorSet ValidatorSet `protobuf:"bytes,1,opt,name=validatorSet,proto3" json:"validatorSet"`
}
func (*QueryGetValidatorSetResponse) Descriptor ¶
func (*QueryGetValidatorSetResponse) Descriptor() ([]byte, []int)
func (*QueryGetValidatorSetResponse) GetValidatorSet ¶
func (m *QueryGetValidatorSetResponse) GetValidatorSet() ValidatorSet
func (*QueryGetValidatorSetResponse) Marshal ¶
func (m *QueryGetValidatorSetResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetValidatorSetResponse) MarshalTo ¶
func (m *QueryGetValidatorSetResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetValidatorSetResponse) MarshalToSizedBuffer ¶
func (m *QueryGetValidatorSetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetValidatorSetResponse) ProtoMessage ¶
func (*QueryGetValidatorSetResponse) ProtoMessage()
func (*QueryGetValidatorSetResponse) Reset ¶
func (m *QueryGetValidatorSetResponse) Reset()
func (*QueryGetValidatorSetResponse) Size ¶
func (m *QueryGetValidatorSetResponse) Size() (n int)
func (*QueryGetValidatorSetResponse) String ¶
func (m *QueryGetValidatorSetResponse) String() string
func (*QueryGetValidatorSetResponse) Unmarshal ¶
func (m *QueryGetValidatorSetResponse) Unmarshal(dAtA []byte) error
func (*QueryGetValidatorSetResponse) XXX_DiscardUnknown ¶
func (m *QueryGetValidatorSetResponse) XXX_DiscardUnknown()
func (*QueryGetValidatorSetResponse) XXX_Marshal ¶
func (m *QueryGetValidatorSetResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetValidatorSetResponse) XXX_Merge ¶
func (m *QueryGetValidatorSetResponse) XXX_Merge(src proto.Message)
func (*QueryGetValidatorSetResponse) XXX_Size ¶
func (m *QueryGetValidatorSetResponse) XXX_Size() int
func (*QueryGetValidatorSetResponse) XXX_Unmarshal ¶
func (m *QueryGetValidatorSetResponse) XXX_Unmarshal(b []byte) error
type QueryParamsRequest ¶
type QueryParamsRequest struct { }
QueryParamsRequest is request type for the Query/Params RPC method.
func (*QueryParamsRequest) Descriptor ¶
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
func (*QueryParamsRequest) Marshal ¶
func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error)
func (*QueryParamsRequest) MarshalTo ¶
func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsRequest) MarshalToSizedBuffer ¶
func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) Reset ¶
func (m *QueryParamsRequest) Reset()
func (*QueryParamsRequest) Size ¶
func (m *QueryParamsRequest) Size() (n int)
func (*QueryParamsRequest) String ¶
func (m *QueryParamsRequest) String() string
func (*QueryParamsRequest) Unmarshal ¶
func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error
func (*QueryParamsRequest) XXX_DiscardUnknown ¶
func (m *QueryParamsRequest) XXX_DiscardUnknown()
func (*QueryParamsRequest) XXX_Marshal ¶
func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsRequest) XXX_Merge ¶
func (m *QueryParamsRequest) XXX_Merge(src proto.Message)
func (*QueryParamsRequest) XXX_Size ¶
func (m *QueryParamsRequest) XXX_Size() int
func (*QueryParamsRequest) XXX_Unmarshal ¶
func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error
type QueryParamsResponse ¶
type QueryParamsResponse struct { // params holds all the parameters of this module. Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"` }
QueryParamsResponse is response type for the Query/Params RPC method.
func (*QueryParamsResponse) Descriptor ¶
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
func (*QueryParamsResponse) GetParams ¶
func (m *QueryParamsResponse) GetParams() Params
func (*QueryParamsResponse) Marshal ¶
func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error)
func (*QueryParamsResponse) MarshalTo ¶
func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryParamsResponse) MarshalToSizedBuffer ¶
func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) Reset ¶
func (m *QueryParamsResponse) Reset()
func (*QueryParamsResponse) Size ¶
func (m *QueryParamsResponse) Size() (n int)
func (*QueryParamsResponse) String ¶
func (m *QueryParamsResponse) String() string
func (*QueryParamsResponse) Unmarshal ¶
func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error
func (*QueryParamsResponse) XXX_DiscardUnknown ¶
func (m *QueryParamsResponse) XXX_DiscardUnknown()
func (*QueryParamsResponse) XXX_Marshal ¶
func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryParamsResponse) XXX_Merge ¶
func (m *QueryParamsResponse) XXX_Merge(src proto.Message)
func (*QueryParamsResponse) XXX_Size ¶
func (m *QueryParamsResponse) XXX_Size() int
func (*QueryParamsResponse) XXX_Unmarshal ¶
func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error
type QueryPubKeyRequest ¶
type QueryPubKeyRequest struct { }
func (*QueryPubKeyRequest) Descriptor ¶
func (*QueryPubKeyRequest) Descriptor() ([]byte, []int)
func (*QueryPubKeyRequest) Marshal ¶
func (m *QueryPubKeyRequest) Marshal() (dAtA []byte, err error)
func (*QueryPubKeyRequest) MarshalTo ¶
func (m *QueryPubKeyRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryPubKeyRequest) MarshalToSizedBuffer ¶
func (m *QueryPubKeyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPubKeyRequest) ProtoMessage ¶
func (*QueryPubKeyRequest) ProtoMessage()
func (*QueryPubKeyRequest) Reset ¶
func (m *QueryPubKeyRequest) Reset()
func (*QueryPubKeyRequest) Size ¶
func (m *QueryPubKeyRequest) Size() (n int)
func (*QueryPubKeyRequest) String ¶
func (m *QueryPubKeyRequest) String() string
func (*QueryPubKeyRequest) Unmarshal ¶
func (m *QueryPubKeyRequest) Unmarshal(dAtA []byte) error
func (*QueryPubKeyRequest) XXX_DiscardUnknown ¶
func (m *QueryPubKeyRequest) XXX_DiscardUnknown()
func (*QueryPubKeyRequest) XXX_Marshal ¶
func (m *QueryPubKeyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPubKeyRequest) XXX_Merge ¶
func (m *QueryPubKeyRequest) XXX_Merge(src proto.Message)
func (*QueryPubKeyRequest) XXX_Size ¶
func (m *QueryPubKeyRequest) XXX_Size() int
func (*QueryPubKeyRequest) XXX_Unmarshal ¶
func (m *QueryPubKeyRequest) XXX_Unmarshal(b []byte) error
type QueryPubKeyResponse ¶
type QueryPubKeyResponse struct { ActivePubKey ActivePubKey `protobuf:"bytes,1,opt,name=activePubKey,proto3" json:"activePubKey"` QueuedPubKey QueuedPubKey `protobuf:"bytes,2,opt,name=queuedPubKey,proto3" json:"queuedPubKey"` }
func (*QueryPubKeyResponse) Descriptor ¶
func (*QueryPubKeyResponse) Descriptor() ([]byte, []int)
func (*QueryPubKeyResponse) GetActivePubKey ¶
func (m *QueryPubKeyResponse) GetActivePubKey() ActivePubKey
func (*QueryPubKeyResponse) GetQueuedPubKey ¶
func (m *QueryPubKeyResponse) GetQueuedPubKey() QueuedPubKey
func (*QueryPubKeyResponse) Marshal ¶
func (m *QueryPubKeyResponse) Marshal() (dAtA []byte, err error)
func (*QueryPubKeyResponse) MarshalTo ¶
func (m *QueryPubKeyResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryPubKeyResponse) MarshalToSizedBuffer ¶
func (m *QueryPubKeyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryPubKeyResponse) ProtoMessage ¶
func (*QueryPubKeyResponse) ProtoMessage()
func (*QueryPubKeyResponse) Reset ¶
func (m *QueryPubKeyResponse) Reset()
func (*QueryPubKeyResponse) Size ¶
func (m *QueryPubKeyResponse) Size() (n int)
func (*QueryPubKeyResponse) String ¶
func (m *QueryPubKeyResponse) String() string
func (*QueryPubKeyResponse) Unmarshal ¶
func (m *QueryPubKeyResponse) Unmarshal(dAtA []byte) error
func (*QueryPubKeyResponse) XXX_DiscardUnknown ¶
func (m *QueryPubKeyResponse) XXX_DiscardUnknown()
func (*QueryPubKeyResponse) XXX_Marshal ¶
func (m *QueryPubKeyResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryPubKeyResponse) XXX_Merge ¶
func (m *QueryPubKeyResponse) XXX_Merge(src proto.Message)
func (*QueryPubKeyResponse) XXX_Size ¶
func (m *QueryPubKeyResponse) XXX_Size() int
func (*QueryPubKeyResponse) XXX_Unmarshal ¶
func (m *QueryPubKeyResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // Parameters queries the parameters of the module. Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) Commitments(context.Context, *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error) // Queries a ValidatorSet by index. ValidatorSet(context.Context, *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error) // Queries a list of ValidatorSet items. ValidatorSetAll(context.Context, *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error) KeyShare(context.Context, *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error) KeyShareAll(context.Context, *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error) // Queries a list of AggregatedKeyShare items. // 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. VerifiableRandomness(context.Context, *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, error) }
QueryServer is the server API for Query service.
type QueryVerifiableRandomnessQuery ¶ added in v0.7.0
type QueryVerifiableRandomnessQuery struct { }
func (*QueryVerifiableRandomnessQuery) Descriptor ¶ added in v0.7.0
func (*QueryVerifiableRandomnessQuery) Descriptor() ([]byte, []int)
func (*QueryVerifiableRandomnessQuery) Marshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) Marshal() (dAtA []byte, err error)
func (*QueryVerifiableRandomnessQuery) MarshalTo ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) MarshalTo(dAtA []byte) (int, error)
func (*QueryVerifiableRandomnessQuery) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryVerifiableRandomnessQuery) ProtoMessage ¶ added in v0.7.0
func (*QueryVerifiableRandomnessQuery) ProtoMessage()
func (*QueryVerifiableRandomnessQuery) Reset ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) Reset()
func (*QueryVerifiableRandomnessQuery) Size ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) Size() (n int)
func (*QueryVerifiableRandomnessQuery) String ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) String() string
func (*QueryVerifiableRandomnessQuery) Unmarshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) Unmarshal(dAtA []byte) error
func (*QueryVerifiableRandomnessQuery) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) XXX_DiscardUnknown()
func (*QueryVerifiableRandomnessQuery) XXX_Marshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryVerifiableRandomnessQuery) XXX_Merge ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) XXX_Merge(src proto.Message)
func (*QueryVerifiableRandomnessQuery) XXX_Size ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) XXX_Size() int
func (*QueryVerifiableRandomnessQuery) XXX_Unmarshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessQuery) XXX_Unmarshal(b []byte) error
type QueryVerifiableRandomnessResponse ¶ added in v0.7.0
type QueryVerifiableRandomnessResponse struct { Randomness string `protobuf:"bytes,1,opt,name=randomness,proto3" json:"randomness,omitempty"` Round uint64 `protobuf:"varint,2,opt,name=round,proto3" json:"round,omitempty"` }
func (*QueryVerifiableRandomnessResponse) Descriptor ¶ added in v0.7.0
func (*QueryVerifiableRandomnessResponse) Descriptor() ([]byte, []int)
func (*QueryVerifiableRandomnessResponse) GetRandomness ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) GetRandomness() string
func (*QueryVerifiableRandomnessResponse) GetRound ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) GetRound() uint64
func (*QueryVerifiableRandomnessResponse) Marshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) Marshal() (dAtA []byte, err error)
func (*QueryVerifiableRandomnessResponse) MarshalTo ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryVerifiableRandomnessResponse) MarshalToSizedBuffer ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryVerifiableRandomnessResponse) ProtoMessage ¶ added in v0.7.0
func (*QueryVerifiableRandomnessResponse) ProtoMessage()
func (*QueryVerifiableRandomnessResponse) Reset ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) Reset()
func (*QueryVerifiableRandomnessResponse) Size ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) Size() (n int)
func (*QueryVerifiableRandomnessResponse) String ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) String() string
func (*QueryVerifiableRandomnessResponse) Unmarshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) Unmarshal(dAtA []byte) error
func (*QueryVerifiableRandomnessResponse) XXX_DiscardUnknown ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) XXX_DiscardUnknown()
func (*QueryVerifiableRandomnessResponse) XXX_Marshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryVerifiableRandomnessResponse) XXX_Merge ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) XXX_Merge(src proto.Message)
func (*QueryVerifiableRandomnessResponse) XXX_Size ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) XXX_Size() int
func (*QueryVerifiableRandomnessResponse) XXX_Unmarshal ¶ added in v0.7.0
func (m *QueryVerifiableRandomnessResponse) XXX_Unmarshal(b []byte) error
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"` }
func (*QueuedPubKey) Descriptor ¶
func (*QueuedPubKey) Descriptor() ([]byte, []int)
func (*QueuedPubKey) GetCreator ¶
func (m *QueuedPubKey) GetCreator() string
func (*QueuedPubKey) GetEncryptedKeyShares ¶ added in v0.5.0
func (m *QueuedPubKey) GetEncryptedKeyShares() []*EncryptedKeyShare
func (*QueuedPubKey) GetExpiry ¶
func (m *QueuedPubKey) GetExpiry() uint64
func (*QueuedPubKey) GetNumberOfValidators ¶ added in v0.5.0
func (m *QueuedPubKey) GetNumberOfValidators() uint64
func (*QueuedPubKey) GetPublicKey ¶
func (m *QueuedPubKey) GetPublicKey() string
func (*QueuedPubKey) Marshal ¶
func (m *QueuedPubKey) Marshal() (dAtA []byte, err error)
func (*QueuedPubKey) MarshalToSizedBuffer ¶
func (m *QueuedPubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueuedPubKey) ProtoMessage ¶
func (*QueuedPubKey) ProtoMessage()
func (*QueuedPubKey) Reset ¶
func (m *QueuedPubKey) Reset()
func (*QueuedPubKey) Size ¶
func (m *QueuedPubKey) Size() (n int)
func (*QueuedPubKey) String ¶
func (m *QueuedPubKey) String() string
func (*QueuedPubKey) Unmarshal ¶
func (m *QueuedPubKey) Unmarshal(dAtA []byte) error
func (*QueuedPubKey) XXX_DiscardUnknown ¶
func (m *QueuedPubKey) XXX_DiscardUnknown()
func (*QueuedPubKey) XXX_Marshal ¶
func (m *QueuedPubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueuedPubKey) XXX_Merge ¶
func (m *QueuedPubKey) XXX_Merge(src proto.Message)
func (*QueuedPubKey) XXX_Size ¶
func (m *QueuedPubKey) XXX_Size() int
func (*QueuedPubKey) XXX_Unmarshal ¶
func (m *QueuedPubKey) XXX_Unmarshal(b []byte) error
type RequestAggrKeysharePacketAck ¶
type RequestAggrKeysharePacketAck struct {}
RequestAggrKeysharePacketAck defines a struct for the packet acknowledgment
func (*RequestAggrKeysharePacketAck) Descriptor ¶
func (*RequestAggrKeysharePacketAck) Descriptor() ([]byte, []int)
func (*RequestAggrKeysharePacketAck) GetIdentity ¶
func (m *RequestAggrKeysharePacketAck) GetIdentity() string
func (*RequestAggrKeysharePacketAck) GetPubkey ¶
func (m *RequestAggrKeysharePacketAck) GetPubkey() string
func (*RequestAggrKeysharePacketAck) Marshal ¶
func (m *RequestAggrKeysharePacketAck) Marshal() (dAtA []byte, err error)
func (*RequestAggrKeysharePacketAck) MarshalTo ¶
func (m *RequestAggrKeysharePacketAck) MarshalTo(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketAck) MarshalToSizedBuffer ¶
func (m *RequestAggrKeysharePacketAck) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketAck) ProtoMessage ¶
func (*RequestAggrKeysharePacketAck) ProtoMessage()
func (*RequestAggrKeysharePacketAck) Reset ¶
func (m *RequestAggrKeysharePacketAck) Reset()
func (*RequestAggrKeysharePacketAck) Size ¶
func (m *RequestAggrKeysharePacketAck) Size() (n int)
func (*RequestAggrKeysharePacketAck) String ¶
func (m *RequestAggrKeysharePacketAck) String() string
func (*RequestAggrKeysharePacketAck) Unmarshal ¶
func (m *RequestAggrKeysharePacketAck) Unmarshal(dAtA []byte) error
func (*RequestAggrKeysharePacketAck) XXX_DiscardUnknown ¶
func (m *RequestAggrKeysharePacketAck) XXX_DiscardUnknown()
func (*RequestAggrKeysharePacketAck) XXX_Marshal ¶
func (m *RequestAggrKeysharePacketAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestAggrKeysharePacketAck) XXX_Merge ¶
func (m *RequestAggrKeysharePacketAck) XXX_Merge(src proto.Message)
func (*RequestAggrKeysharePacketAck) XXX_Size ¶
func (m *RequestAggrKeysharePacketAck) XXX_Size() int
func (*RequestAggrKeysharePacketAck) XXX_Unmarshal ¶
func (m *RequestAggrKeysharePacketAck) XXX_Unmarshal(b []byte) error
type RequestAggrKeysharePacketData ¶
type RequestAggrKeysharePacketData struct { // Types that are valid to be assigned to Id: // *RequestAggrKeysharePacketData_ProposalId // *RequestAggrKeysharePacketData_RequestId }
RequestAggrKeysharePacketData defines a struct for the packet payload
func (*RequestAggrKeysharePacketData) Descriptor ¶
func (*RequestAggrKeysharePacketData) Descriptor() ([]byte, []int)
func (RequestAggrKeysharePacketData) GetBytes ¶
func (p RequestAggrKeysharePacketData) GetBytes() []byte
GetBytes is a helper for serialising
func (*RequestAggrKeysharePacketData) GetEstimatedDelay ¶ added in v0.7.0
func (m *RequestAggrKeysharePacketData) GetEstimatedDelay() *time.Duration
func (*RequestAggrKeysharePacketData) GetId ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData) GetId() isRequestAggrKeysharePacketData_Id
func (*RequestAggrKeysharePacketData) GetProposalId ¶
func (m *RequestAggrKeysharePacketData) GetProposalId() string
func (*RequestAggrKeysharePacketData) GetRequestId ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData) GetRequestId() string
func (*RequestAggrKeysharePacketData) GetRequester ¶ added in v0.6.0
func (m *RequestAggrKeysharePacketData) GetRequester() string
func (*RequestAggrKeysharePacketData) Marshal ¶
func (m *RequestAggrKeysharePacketData) Marshal() (dAtA []byte, err error)
func (*RequestAggrKeysharePacketData) MarshalTo ¶
func (m *RequestAggrKeysharePacketData) MarshalTo(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData) MarshalToSizedBuffer ¶
func (m *RequestAggrKeysharePacketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData) ProtoMessage ¶
func (*RequestAggrKeysharePacketData) ProtoMessage()
func (*RequestAggrKeysharePacketData) Reset ¶
func (m *RequestAggrKeysharePacketData) Reset()
func (*RequestAggrKeysharePacketData) Size ¶
func (m *RequestAggrKeysharePacketData) Size() (n int)
func (*RequestAggrKeysharePacketData) String ¶
func (m *RequestAggrKeysharePacketData) String() string
func (*RequestAggrKeysharePacketData) Unmarshal ¶
func (m *RequestAggrKeysharePacketData) Unmarshal(dAtA []byte) error
func (RequestAggrKeysharePacketData) ValidateBasic ¶
func (p RequestAggrKeysharePacketData) ValidateBasic() error
ValidateBasic is used for validating the packet
func (*RequestAggrKeysharePacketData) XXX_DiscardUnknown ¶
func (m *RequestAggrKeysharePacketData) XXX_DiscardUnknown()
func (*RequestAggrKeysharePacketData) XXX_Marshal ¶
func (m *RequestAggrKeysharePacketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestAggrKeysharePacketData) XXX_Merge ¶
func (m *RequestAggrKeysharePacketData) XXX_Merge(src proto.Message)
func (*RequestAggrKeysharePacketData) XXX_OneofWrappers ¶ added in v0.4.0
func (*RequestAggrKeysharePacketData) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*RequestAggrKeysharePacketData) XXX_Size ¶
func (m *RequestAggrKeysharePacketData) XXX_Size() int
func (*RequestAggrKeysharePacketData) XXX_Unmarshal ¶
func (m *RequestAggrKeysharePacketData) XXX_Unmarshal(b []byte) error
type RequestAggrKeysharePacketData_ProposalId ¶ added in v0.4.0
type RequestAggrKeysharePacketData_ProposalId struct {
}func (*RequestAggrKeysharePacketData_ProposalId) MarshalTo ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_ProposalId) MarshalTo(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData_ProposalId) MarshalToSizedBuffer ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_ProposalId) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData_ProposalId) Size ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_ProposalId) Size() (n int)
type RequestAggrKeysharePacketData_RequestId ¶ added in v0.4.0
type RequestAggrKeysharePacketData_RequestId struct {
}func (*RequestAggrKeysharePacketData_RequestId) MarshalTo ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_RequestId) MarshalTo(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData_RequestId) MarshalToSizedBuffer ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_RequestId) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestAggrKeysharePacketData_RequestId) Size ¶ added in v0.4.0
func (m *RequestAggrKeysharePacketData_RequestId) Size() (n int)
type ScopedKeeper ¶
type ScopedKeeper interface { GetCapability(ctx context.Context, name string) (*capabilitytypes.Capability, bool) AuthenticateCapability(ctx context.Context, cap *capabilitytypes.Capability, name string) bool ClaimCapability(ctx context.Context, cap *capabilitytypes.Capability, name string) error }
ScopedKeeper defines the expected IBC scoped keeper.
type SlashingKeeper ¶ added in v0.7.0
type SlashingKeeper interface { Slash(ctx context.Context, consAddr sdk.ConsAddress, fraction sdkmath.LegacyDec, power int64, distributionHeight int64) error IsTombstoned(context.Context, sdk.ConsAddress) bool Jail(context.Context, sdk.ConsAddress) error }
SlashingKeeper defines the expected interface for the Slashing module.
type StakingKeeper ¶
type StakingKeeper interface { GetAllValidators(ctx context.Context) (validators []stakingtypes.Validator, err error) GetValidator(ctx context.Context, addr sdk.ValAddress) (stakingtypes.Validator, error) }
StakingKeeper defines the expected interface needed to retrieve the list of validators.
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) CreateAuthorizedAddress ¶
func (*UnimplementedMsgServer) CreateAuthorizedAddress(ctx context.Context, req *MsgCreateAuthorizedAddress) (*MsgCreateAuthorizedAddressResponse, error)
func (*UnimplementedMsgServer) CreateGeneralKeyShare ¶
func (*UnimplementedMsgServer) CreateGeneralKeyShare(ctx context.Context, req *MsgCreateGeneralKeyShare) (*MsgCreateGeneralKeyShareResponse, error)
func (*UnimplementedMsgServer) CreateLatestPubKey ¶
func (*UnimplementedMsgServer) CreateLatestPubKey(ctx context.Context, req *MsgCreateLatestPubKey) (*MsgCreateLatestPubKeyResponse, error)
func (*UnimplementedMsgServer) DeRegisterValidator ¶ added in v0.5.0
func (*UnimplementedMsgServer) DeRegisterValidator(ctx context.Context, req *MsgDeRegisterValidator) (*MsgDeRegisterValidatorResponse, error)
func (*UnimplementedMsgServer) DeleteAuthorizedAddress ¶
func (*UnimplementedMsgServer) DeleteAuthorizedAddress(ctx context.Context, req *MsgDeleteAuthorizedAddress) (*MsgDeleteAuthorizedAddressResponse, error)
func (*UnimplementedMsgServer) OverrideLatestPubKey ¶ added in v0.5.0
func (*UnimplementedMsgServer) OverrideLatestPubKey(ctx context.Context, req *MsgOverrideLatestPubKey) (*MsgOverrideLatestPubKeyResponse, error)
func (*UnimplementedMsgServer) RegisterValidator ¶
func (*UnimplementedMsgServer) RegisterValidator(ctx context.Context, req *MsgRegisterValidator) (*MsgRegisterValidatorResponse, error)
func (*UnimplementedMsgServer) SendKeyshare ¶
func (*UnimplementedMsgServer) SendKeyshare(ctx context.Context, req *MsgSendKeyshare) (*MsgSendKeyshareResponse, error)
func (*UnimplementedMsgServer) UpdateAuthorizedAddress ¶
func (*UnimplementedMsgServer) UpdateAuthorizedAddress(ctx context.Context, req *MsgUpdateAuthorizedAddress) (*MsgUpdateAuthorizedAddressResponse, error)
func (*UnimplementedMsgServer) UpdateParams ¶ added in v0.7.0
func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) AggregatedKeyShare ¶
func (*UnimplementedQueryServer) AggregatedKeyShare(ctx context.Context, req *QueryGetAggregatedKeyShareRequest) (*QueryGetAggregatedKeyShareResponse, error)
func (*UnimplementedQueryServer) AggregatedKeyShareAll ¶
func (*UnimplementedQueryServer) AggregatedKeyShareAll(ctx context.Context, req *QueryAllAggregatedKeyShareRequest) (*QueryAllAggregatedKeyShareResponse, error)
func (*UnimplementedQueryServer) AuthorizedAddress ¶
func (*UnimplementedQueryServer) AuthorizedAddress(ctx context.Context, req *QueryGetAuthorizedAddressRequest) (*QueryGetAuthorizedAddressResponse, error)
func (*UnimplementedQueryServer) AuthorizedAddressAll ¶
func (*UnimplementedQueryServer) AuthorizedAddressAll(ctx context.Context, req *QueryAllAuthorizedAddressRequest) (*QueryAllAuthorizedAddressResponse, error)
func (*UnimplementedQueryServer) Commitments ¶
func (*UnimplementedQueryServer) Commitments(ctx context.Context, req *QueryCommitmentsRequest) (*QueryCommitmentsResponse, error)
func (*UnimplementedQueryServer) GeneralKeyShare ¶
func (*UnimplementedQueryServer) GeneralKeyShare(ctx context.Context, req *QueryGetGeneralKeyShareRequest) (*QueryGetGeneralKeyShareResponse, error)
func (*UnimplementedQueryServer) GeneralKeyShareAll ¶
func (*UnimplementedQueryServer) GeneralKeyShareAll(ctx context.Context, req *QueryAllGeneralKeyShareRequest) (*QueryAllGeneralKeyShareResponse, error)
func (*UnimplementedQueryServer) KeyShare ¶
func (*UnimplementedQueryServer) KeyShare(ctx context.Context, req *QueryGetKeyShareRequest) (*QueryGetKeyShareResponse, error)
func (*UnimplementedQueryServer) KeyShareAll ¶
func (*UnimplementedQueryServer) KeyShareAll(ctx context.Context, req *QueryAllKeyShareRequest) (*QueryAllKeyShareResponse, error)
func (*UnimplementedQueryServer) Params ¶
func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error)
func (*UnimplementedQueryServer) PubKey ¶
func (*UnimplementedQueryServer) PubKey(ctx context.Context, req *QueryPubKeyRequest) (*QueryPubKeyResponse, error)
func (*UnimplementedQueryServer) ValidatorSet ¶
func (*UnimplementedQueryServer) ValidatorSet(ctx context.Context, req *QueryGetValidatorSetRequest) (*QueryGetValidatorSetResponse, error)
func (*UnimplementedQueryServer) ValidatorSetAll ¶
func (*UnimplementedQueryServer) ValidatorSetAll(ctx context.Context, req *QueryAllValidatorSetRequest) (*QueryAllValidatorSetResponse, error)
func (*UnimplementedQueryServer) VerifiableRandomness ¶ added in v0.7.0
func (*UnimplementedQueryServer) VerifiableRandomness(ctx context.Context, req *QueryVerifiableRandomnessQuery) (*QueryVerifiableRandomnessResponse, error)
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"` }
func (*ValidatorSet) Descriptor ¶
func (*ValidatorSet) Descriptor() ([]byte, []int)
func (*ValidatorSet) GetConsAddr ¶
func (m *ValidatorSet) GetConsAddr() string
func (*ValidatorSet) GetIndex ¶
func (m *ValidatorSet) GetIndex() string
func (*ValidatorSet) GetIsActive ¶
func (m *ValidatorSet) GetIsActive() bool
func (*ValidatorSet) GetValidator ¶
func (m *ValidatorSet) GetValidator() string
func (*ValidatorSet) Marshal ¶
func (m *ValidatorSet) Marshal() (dAtA []byte, err error)
func (*ValidatorSet) MarshalToSizedBuffer ¶
func (m *ValidatorSet) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorSet) ProtoMessage ¶
func (*ValidatorSet) ProtoMessage()
func (*ValidatorSet) Reset ¶
func (m *ValidatorSet) Reset()
func (*ValidatorSet) Size ¶
func (m *ValidatorSet) Size() (n int)
func (*ValidatorSet) String ¶
func (m *ValidatorSet) String() string
func (*ValidatorSet) Unmarshal ¶
func (m *ValidatorSet) Unmarshal(dAtA []byte) error
func (*ValidatorSet) XXX_DiscardUnknown ¶
func (m *ValidatorSet) XXX_DiscardUnknown()
func (*ValidatorSet) XXX_Marshal ¶
func (m *ValidatorSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorSet) XXX_Merge ¶
func (m *ValidatorSet) XXX_Merge(src proto.Message)
func (*ValidatorSet) XXX_Size ¶
func (m *ValidatorSet) XXX_Size() int
func (*ValidatorSet) XXX_Unmarshal ¶
func (m *ValidatorSet) XXX_Unmarshal(b []byte) error
Source Files
¶
- aggregated_key_share.pb.go
- authorized_address.pb.go
- codec.go
- commitments.pb.go
- errors.go
- events_ibc.go
- expected_ibc_keeper.go
- expected_keepers.go
- general_key_share.pb.go
- genesis.go
- genesis.pb.go
- key_aggregated_key_share.go
- key_authorized_address.go
- key_commitments.go
- key_general_key_share.go
- key_key_share.go
- key_key_share_request.go
- key_last_submitted_height.go
- key_latest_pub_key.go
- key_share.pb.go
- key_validator_set.go
- keys.go
- msg_authorized_address.go
- msg_deregister_validator.go
- msg_general_key_share.go
- msg_latest_pub_key.go
- msg_override_pub_key.go
- msg_register_validator.go
- msg_send_key_share.go
- msg_update_params.go
- packet.pb.go
- packet_aggr_key_share_data.go
- packet_current_keys.go
- packet_get_aggr_key_share.go
- packet_request_aggr_key_share.go
- params.go
- params.pb.go
- pub_key.pb.go
- query.pb.go
- query.pb.gw.go
- requested_keyshare.pb.go
- tx.pb.go
- types.go
- validator_set.pb.go