Documentation
¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Constants
- Variables
- func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)
- func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)
- type FundMigration
- func (*FundMigration) Descriptor() ([]byte, []int)deprecated
- func (x *FundMigration) GetChain() string
- func (x *FundMigration) GetCompletedBlock() int64
- func (x *FundMigration) GetCurrentKeyId() string
- func (x *FundMigration) GetCurrentTssPubkey() string
- func (x *FundMigration) GetGasLimit() uint64
- func (x *FundMigration) GetGasPrice() string
- func (x *FundMigration) GetId() uint64
- func (x *FundMigration) GetInitiatedBlock() int64
- func (x *FundMigration) GetL1GasFee() string
- func (x *FundMigration) GetOldKeyId() string
- func (x *FundMigration) GetOldTssPubkey() string
- func (x *FundMigration) GetStatus() FundMigrationStatus
- func (x *FundMigration) GetTxHash() string
- func (*FundMigration) ProtoMessage()
- func (x *FundMigration) ProtoReflect() protoreflect.Message
- func (x *FundMigration) Reset()
- func (x *FundMigration) String() string
- type FundMigrationEntry
- func (*FundMigrationEntry) Descriptor() ([]byte, []int)deprecated
- func (x *FundMigrationEntry) GetKey() uint64
- func (x *FundMigrationEntry) GetValue() *FundMigration
- func (*FundMigrationEntry) ProtoMessage()
- func (x *FundMigrationEntry) ProtoReflect() protoreflect.Message
- func (x *FundMigrationEntry) Reset()
- func (x *FundMigrationEntry) String() string
- type FundMigrationStatus
- func (FundMigrationStatus) Descriptor() protoreflect.EnumDescriptor
- func (x FundMigrationStatus) Enum() *FundMigrationStatus
- func (FundMigrationStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x FundMigrationStatus) Number() protoreflect.EnumNumber
- func (x FundMigrationStatus) String() string
- func (FundMigrationStatus) Type() protoreflect.EnumType
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisState) GetCurrentTssKey() *TssKey
- func (x *GenesisState) GetCurrentTssProcess() *TssKeyProcess
- func (x *GenesisState) GetFundMigrations() []*FundMigrationEntry
- func (x *GenesisState) GetNextMigrationId() uint64
- func (x *GenesisState) GetNextProcessId() uint64
- func (x *GenesisState) GetNextTssEventId() uint64
- func (x *GenesisState) GetParams() *Params
- func (x *GenesisState) GetProcessHistory() []*TssKeyProcessEntry
- func (x *GenesisState) GetTssEvents() []*TssEvent
- func (x *GenesisState) GetTssKeyHistory() []*TssKeyEntry
- func (*GenesisState) ProtoMessage()
- func (x *GenesisState) ProtoReflect() protoreflect.Message
- func (x *GenesisState) Reset()
- func (x *GenesisState) String() string
- type MsgClient
- type MsgInitiateFundMigration
- func (*MsgInitiateFundMigration) Descriptor() ([]byte, []int)deprecated
- func (x *MsgInitiateFundMigration) GetChain() string
- func (x *MsgInitiateFundMigration) GetOldKeyId() string
- func (x *MsgInitiateFundMigration) GetSigner() string
- func (*MsgInitiateFundMigration) ProtoMessage()
- func (x *MsgInitiateFundMigration) ProtoReflect() protoreflect.Message
- func (x *MsgInitiateFundMigration) Reset()
- func (x *MsgInitiateFundMigration) String() string
- type MsgInitiateFundMigrationResponse
- func (*MsgInitiateFundMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MsgInitiateFundMigrationResponse) GetMigrationId() uint64
- func (*MsgInitiateFundMigrationResponse) ProtoMessage()
- func (x *MsgInitiateFundMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *MsgInitiateFundMigrationResponse) Reset()
- func (x *MsgInitiateFundMigrationResponse) String() string
- type MsgInitiateTssKeyProcess
- func (*MsgInitiateTssKeyProcess) Descriptor() ([]byte, []int)deprecated
- func (x *MsgInitiateTssKeyProcess) GetProcessType() TssProcessType
- func (x *MsgInitiateTssKeyProcess) GetSigner() string
- func (*MsgInitiateTssKeyProcess) ProtoMessage()
- func (x *MsgInitiateTssKeyProcess) ProtoReflect() protoreflect.Message
- func (x *MsgInitiateTssKeyProcess) Reset()
- func (x *MsgInitiateTssKeyProcess) String() string
- type MsgInitiateTssKeyProcessResponse
- func (*MsgInitiateTssKeyProcessResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgInitiateTssKeyProcessResponse) ProtoMessage()
- func (x *MsgInitiateTssKeyProcessResponse) ProtoReflect() protoreflect.Message
- func (x *MsgInitiateTssKeyProcessResponse) Reset()
- func (x *MsgInitiateTssKeyProcessResponse) String() string
- type MsgServer
- type MsgUpdateParams
- func (*MsgUpdateParams) Descriptor() ([]byte, []int)deprecated
- func (x *MsgUpdateParams) GetAuthority() string
- func (x *MsgUpdateParams) GetParams() *Params
- func (*MsgUpdateParams) ProtoMessage()
- func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
- func (x *MsgUpdateParams) Reset()
- func (x *MsgUpdateParams) String() string
- type MsgUpdateParamsResponse
- type MsgVoteFundMigration
- func (*MsgVoteFundMigration) Descriptor() ([]byte, []int)deprecated
- func (x *MsgVoteFundMigration) GetMigrationId() uint64
- func (x *MsgVoteFundMigration) GetSigner() string
- func (x *MsgVoteFundMigration) GetSuccess() bool
- func (x *MsgVoteFundMigration) GetTxHash() string
- func (*MsgVoteFundMigration) ProtoMessage()
- func (x *MsgVoteFundMigration) ProtoReflect() protoreflect.Message
- func (x *MsgVoteFundMigration) Reset()
- func (x *MsgVoteFundMigration) String() string
- type MsgVoteFundMigrationResponse
- func (*MsgVoteFundMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgVoteFundMigrationResponse) ProtoMessage()
- func (x *MsgVoteFundMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *MsgVoteFundMigrationResponse) Reset()
- func (x *MsgVoteFundMigrationResponse) String() string
- type MsgVoteTssKeyProcess
- func (*MsgVoteTssKeyProcess) Descriptor() ([]byte, []int)deprecated
- func (x *MsgVoteTssKeyProcess) GetKeyId() string
- func (x *MsgVoteTssKeyProcess) GetProcessId() uint64
- func (x *MsgVoteTssKeyProcess) GetSigner() string
- func (x *MsgVoteTssKeyProcess) GetTssPubkey() string
- func (*MsgVoteTssKeyProcess) ProtoMessage()
- func (x *MsgVoteTssKeyProcess) ProtoReflect() protoreflect.Message
- func (x *MsgVoteTssKeyProcess) Reset()
- func (x *MsgVoteTssKeyProcess) String() string
- type MsgVoteTssKeyProcessResponse
- func (*MsgVoteTssKeyProcessResponse) Descriptor() ([]byte, []int)deprecated
- func (*MsgVoteTssKeyProcessResponse) ProtoMessage()
- func (x *MsgVoteTssKeyProcessResponse) ProtoReflect() protoreflect.Message
- func (x *MsgVoteTssKeyProcessResponse) Reset()
- func (x *MsgVoteTssKeyProcessResponse) String() string
- type Params
- type QueryAllFundMigrationsRequest
- func (*QueryAllFundMigrationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllFundMigrationsRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllFundMigrationsRequest) ProtoMessage()
- func (x *QueryAllFundMigrationsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllFundMigrationsRequest) Reset()
- func (x *QueryAllFundMigrationsRequest) String() string
- type QueryAllFundMigrationsResponse
- func (*QueryAllFundMigrationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllFundMigrationsResponse) GetMigrations() []*FundMigration
- func (x *QueryAllFundMigrationsResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllFundMigrationsResponse) ProtoMessage()
- func (x *QueryAllFundMigrationsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllFundMigrationsResponse) Reset()
- func (x *QueryAllFundMigrationsResponse) String() string
- type QueryAllKeysRequest
- func (*QueryAllKeysRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllKeysRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllKeysRequest) ProtoMessage()
- func (x *QueryAllKeysRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllKeysRequest) Reset()
- func (x *QueryAllKeysRequest) String() string
- type QueryAllKeysResponse
- func (*QueryAllKeysResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllKeysResponse) GetKeys() []*TssKey
- func (x *QueryAllKeysResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllKeysResponse) ProtoMessage()
- func (x *QueryAllKeysResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllKeysResponse) Reset()
- func (x *QueryAllKeysResponse) String() string
- type QueryAllPendingTssEventsRequest
- func (*QueryAllPendingTssEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllPendingTssEventsRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllPendingTssEventsRequest) ProtoMessage()
- func (x *QueryAllPendingTssEventsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllPendingTssEventsRequest) Reset()
- func (x *QueryAllPendingTssEventsRequest) String() string
- type QueryAllPendingTssEventsResponse
- func (*QueryAllPendingTssEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllPendingTssEventsResponse) GetEvents() []*TssEvent
- func (x *QueryAllPendingTssEventsResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllPendingTssEventsResponse) ProtoMessage()
- func (x *QueryAllPendingTssEventsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllPendingTssEventsResponse) Reset()
- func (x *QueryAllPendingTssEventsResponse) String() string
- type QueryAllProcessesRequest
- func (*QueryAllProcessesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllProcessesRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllProcessesRequest) ProtoMessage()
- func (x *QueryAllProcessesRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllProcessesRequest) Reset()
- func (x *QueryAllProcessesRequest) String() string
- type QueryAllProcessesResponse
- func (*QueryAllProcessesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllProcessesResponse) GetPagination() *v1beta1.PageResponse
- func (x *QueryAllProcessesResponse) GetProcesses() []*TssKeyProcess
- func (*QueryAllProcessesResponse) ProtoMessage()
- func (x *QueryAllProcessesResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllProcessesResponse) Reset()
- func (x *QueryAllProcessesResponse) String() string
- type QueryAllTssEventsRequest
- func (*QueryAllTssEventsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllTssEventsRequest) GetPagination() *v1beta1.PageRequest
- func (*QueryAllTssEventsRequest) ProtoMessage()
- func (x *QueryAllTssEventsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryAllTssEventsRequest) Reset()
- func (x *QueryAllTssEventsRequest) String() string
- type QueryAllTssEventsResponse
- func (*QueryAllTssEventsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryAllTssEventsResponse) GetEvents() []*TssEvent
- func (x *QueryAllTssEventsResponse) GetPagination() *v1beta1.PageResponse
- func (*QueryAllTssEventsResponse) ProtoMessage()
- func (x *QueryAllTssEventsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryAllTssEventsResponse) Reset()
- func (x *QueryAllTssEventsResponse) String() string
- type QueryClient
- type QueryCurrentKeyRequest
- type QueryCurrentKeyResponse
- func (*QueryCurrentKeyResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryCurrentKeyResponse) GetKey() *TssKey
- func (*QueryCurrentKeyResponse) ProtoMessage()
- func (x *QueryCurrentKeyResponse) ProtoReflect() protoreflect.Message
- func (x *QueryCurrentKeyResponse) Reset()
- func (x *QueryCurrentKeyResponse) String() string
- type QueryCurrentProcessRequest
- type QueryCurrentProcessResponse
- func (*QueryCurrentProcessResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryCurrentProcessResponse) GetProcess() *TssKeyProcess
- func (*QueryCurrentProcessResponse) ProtoMessage()
- func (x *QueryCurrentProcessResponse) ProtoReflect() protoreflect.Message
- func (x *QueryCurrentProcessResponse) Reset()
- func (x *QueryCurrentProcessResponse) String() string
- type QueryGetFundMigrationRequest
- func (*QueryGetFundMigrationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetFundMigrationRequest) GetId() uint64
- func (*QueryGetFundMigrationRequest) ProtoMessage()
- func (x *QueryGetFundMigrationRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetFundMigrationRequest) Reset()
- func (x *QueryGetFundMigrationRequest) String() string
- type QueryGetFundMigrationResponse
- func (*QueryGetFundMigrationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetFundMigrationResponse) GetMigration() *FundMigration
- func (*QueryGetFundMigrationResponse) ProtoMessage()
- func (x *QueryGetFundMigrationResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetFundMigrationResponse) Reset()
- func (x *QueryGetFundMigrationResponse) String() string
- type QueryGetPendingTssEventRequest
- func (*QueryGetPendingTssEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetPendingTssEventRequest) GetProcessId() uint64
- func (*QueryGetPendingTssEventRequest) ProtoMessage()
- func (x *QueryGetPendingTssEventRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetPendingTssEventRequest) Reset()
- func (x *QueryGetPendingTssEventRequest) String() string
- type QueryGetPendingTssEventResponse
- func (*QueryGetPendingTssEventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetPendingTssEventResponse) GetEvent() *TssEvent
- func (*QueryGetPendingTssEventResponse) ProtoMessage()
- func (x *QueryGetPendingTssEventResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetPendingTssEventResponse) Reset()
- func (x *QueryGetPendingTssEventResponse) String() string
- type QueryGetTssEventRequest
- func (*QueryGetTssEventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetTssEventRequest) GetId() uint64
- func (*QueryGetTssEventRequest) ProtoMessage()
- func (x *QueryGetTssEventRequest) ProtoReflect() protoreflect.Message
- func (x *QueryGetTssEventRequest) Reset()
- func (x *QueryGetTssEventRequest) String() string
- type QueryGetTssEventResponse
- func (*QueryGetTssEventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryGetTssEventResponse) GetEvent() *TssEvent
- func (*QueryGetTssEventResponse) ProtoMessage()
- func (x *QueryGetTssEventResponse) ProtoReflect() protoreflect.Message
- func (x *QueryGetTssEventResponse) Reset()
- func (x *QueryGetTssEventResponse) String() string
- type QueryKeyByIdRequest
- func (*QueryKeyByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryKeyByIdRequest) GetKeyId() string
- func (*QueryKeyByIdRequest) ProtoMessage()
- func (x *QueryKeyByIdRequest) ProtoReflect() protoreflect.Message
- func (x *QueryKeyByIdRequest) Reset()
- func (x *QueryKeyByIdRequest) String() string
- type QueryKeyByIdResponse
- func (*QueryKeyByIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryKeyByIdResponse) GetKey() *TssKey
- func (*QueryKeyByIdResponse) ProtoMessage()
- func (x *QueryKeyByIdResponse) ProtoReflect() protoreflect.Message
- func (x *QueryKeyByIdResponse) Reset()
- func (x *QueryKeyByIdResponse) String() string
- type QueryParamsRequest
- type QueryParamsResponse
- func (*QueryParamsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryParamsResponse) GetParams() *Params
- func (*QueryParamsResponse) ProtoMessage()
- func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryParamsResponse) Reset()
- func (x *QueryParamsResponse) String() string
- type QueryPendingFundMigrationsRequest
- func (*QueryPendingFundMigrationsRequest) Descriptor() ([]byte, []int)deprecated
- func (*QueryPendingFundMigrationsRequest) ProtoMessage()
- func (x *QueryPendingFundMigrationsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryPendingFundMigrationsRequest) Reset()
- func (x *QueryPendingFundMigrationsRequest) String() string
- type QueryPendingFundMigrationsResponse
- func (*QueryPendingFundMigrationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryPendingFundMigrationsResponse) GetMigrations() []*FundMigration
- func (*QueryPendingFundMigrationsResponse) ProtoMessage()
- func (x *QueryPendingFundMigrationsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryPendingFundMigrationsResponse) Reset()
- func (x *QueryPendingFundMigrationsResponse) String() string
- type QueryProcessByIdRequest
- func (*QueryProcessByIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryProcessByIdRequest) GetId() uint64
- func (*QueryProcessByIdRequest) ProtoMessage()
- func (x *QueryProcessByIdRequest) ProtoReflect() protoreflect.Message
- func (x *QueryProcessByIdRequest) Reset()
- func (x *QueryProcessByIdRequest) String() string
- type QueryProcessByIdResponse
- func (*QueryProcessByIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryProcessByIdResponse) GetProcess() *TssKeyProcess
- func (*QueryProcessByIdResponse) ProtoMessage()
- func (x *QueryProcessByIdResponse) ProtoReflect() protoreflect.Message
- func (x *QueryProcessByIdResponse) Reset()
- func (x *QueryProcessByIdResponse) String() string
- type QueryServer
- type TssEvent
- func (*TssEvent) Descriptor() ([]byte, []int)deprecated
- func (x *TssEvent) GetBlockHeight() int64
- func (x *TssEvent) GetEventType() TssEventType
- func (x *TssEvent) GetExpiryHeight() int64
- func (x *TssEvent) GetId() uint64
- func (x *TssEvent) GetKeyId() string
- func (x *TssEvent) GetParticipants() []string
- func (x *TssEvent) GetProcessId() uint64
- func (x *TssEvent) GetProcessType() string
- func (x *TssEvent) GetStatus() TssEventStatus
- func (x *TssEvent) GetTssPubkey() string
- func (*TssEvent) ProtoMessage()
- func (x *TssEvent) ProtoReflect() protoreflect.Message
- func (x *TssEvent) Reset()
- func (x *TssEvent) String() string
- type TssEventStatus
- func (TssEventStatus) Descriptor() protoreflect.EnumDescriptor
- func (x TssEventStatus) Enum() *TssEventStatus
- func (TssEventStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x TssEventStatus) Number() protoreflect.EnumNumber
- func (x TssEventStatus) String() string
- func (TssEventStatus) Type() protoreflect.EnumType
- type TssEventType
- func (TssEventType) Descriptor() protoreflect.EnumDescriptor
- func (x TssEventType) Enum() *TssEventType
- func (TssEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TssEventType) Number() protoreflect.EnumNumber
- func (x TssEventType) String() string
- func (TssEventType) Type() protoreflect.EnumType
- type TssKey
- func (*TssKey) Descriptor() ([]byte, []int)deprecated
- func (x *TssKey) GetFinalizedBlockHeight() int64
- func (x *TssKey) GetKeyId() string
- func (x *TssKey) GetKeygenBlockHeight() int64
- func (x *TssKey) GetParticipants() []string
- func (x *TssKey) GetProcessId() uint64
- func (x *TssKey) GetTssPubkey() string
- func (*TssKey) ProtoMessage()
- func (x *TssKey) ProtoReflect() protoreflect.Message
- func (x *TssKey) Reset()
- func (x *TssKey) String() string
- type TssKeyEntry
- type TssKeyProcess
- func (*TssKeyProcess) Descriptor() ([]byte, []int)deprecated
- func (x *TssKeyProcess) GetBlockHeight() int64
- func (x *TssKeyProcess) GetExpiryHeight() int64
- func (x *TssKeyProcess) GetId() uint64
- func (x *TssKeyProcess) GetParticipants() []string
- func (x *TssKeyProcess) GetProcessType() TssProcessType
- func (x *TssKeyProcess) GetStatus() TssKeyProcessStatus
- func (*TssKeyProcess) ProtoMessage()
- func (x *TssKeyProcess) ProtoReflect() protoreflect.Message
- func (x *TssKeyProcess) Reset()
- func (x *TssKeyProcess) String() string
- type TssKeyProcessEntry
- func (*TssKeyProcessEntry) Descriptor() ([]byte, []int)deprecated
- func (x *TssKeyProcessEntry) GetKey() uint64
- func (x *TssKeyProcessEntry) GetValue() *TssKeyProcess
- func (*TssKeyProcessEntry) ProtoMessage()
- func (x *TssKeyProcessEntry) ProtoReflect() protoreflect.Message
- func (x *TssKeyProcessEntry) Reset()
- func (x *TssKeyProcessEntry) String() string
- type TssKeyProcessStatus
- func (TssKeyProcessStatus) Descriptor() protoreflect.EnumDescriptor
- func (x TssKeyProcessStatus) Enum() *TssKeyProcessStatus
- func (TssKeyProcessStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x TssKeyProcessStatus) Number() protoreflect.EnumNumber
- func (x TssKeyProcessStatus) String() string
- func (TssKeyProcessStatus) Type() protoreflect.EnumType
- type TssProcessType
- func (TssProcessType) Descriptor() protoreflect.EnumDescriptor
- func (x TssProcessType) Enum() *TssProcessType
- func (TssProcessType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TssProcessType) Number() protoreflect.EnumNumber
- func (x TssProcessType) String() string
- func (TssProcessType) Type() protoreflect.EnumType
- type UnimplementedMsgServer
- func (UnimplementedMsgServer) InitiateFundMigration(context.Context, *MsgInitiateFundMigration) (*MsgInitiateFundMigrationResponse, error)
- func (UnimplementedMsgServer) InitiateTssKeyProcess(context.Context, *MsgInitiateTssKeyProcess) (*MsgInitiateTssKeyProcessResponse, error)
- func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
- func (UnimplementedMsgServer) VoteFundMigration(context.Context, *MsgVoteFundMigration) (*MsgVoteFundMigrationResponse, error)
- func (UnimplementedMsgServer) VoteTssKeyProcess(context.Context, *MsgVoteTssKeyProcess) (*MsgVoteTssKeyProcessResponse, error)
- type UnimplementedQueryServer
- func (UnimplementedQueryServer) AllFundMigrations(context.Context, *QueryAllFundMigrationsRequest) (*QueryAllFundMigrationsResponse, error)
- func (UnimplementedQueryServer) AllKeys(context.Context, *QueryAllKeysRequest) (*QueryAllKeysResponse, error)
- func (UnimplementedQueryServer) AllPendingTssEvents(context.Context, *QueryAllPendingTssEventsRequest) (*QueryAllPendingTssEventsResponse, error)
- func (UnimplementedQueryServer) AllProcesses(context.Context, *QueryAllProcessesRequest) (*QueryAllProcessesResponse, error)
- func (UnimplementedQueryServer) AllTssEvents(context.Context, *QueryAllTssEventsRequest) (*QueryAllTssEventsResponse, error)
- func (UnimplementedQueryServer) CurrentKey(context.Context, *QueryCurrentKeyRequest) (*QueryCurrentKeyResponse, error)
- func (UnimplementedQueryServer) CurrentProcess(context.Context, *QueryCurrentProcessRequest) (*QueryCurrentProcessResponse, error)
- func (UnimplementedQueryServer) GetFundMigration(context.Context, *QueryGetFundMigrationRequest) (*QueryGetFundMigrationResponse, error)
- func (UnimplementedQueryServer) GetPendingTssEvent(context.Context, *QueryGetPendingTssEventRequest) (*QueryGetPendingTssEventResponse, error)
- func (UnimplementedQueryServer) GetTssEvent(context.Context, *QueryGetTssEventRequest) (*QueryGetTssEventResponse, error)
- func (UnimplementedQueryServer) KeyById(context.Context, *QueryKeyByIdRequest) (*QueryKeyByIdResponse, error)
- func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
- func (UnimplementedQueryServer) PendingFundMigrations(context.Context, *QueryPendingFundMigrationsRequest) (*QueryPendingFundMigrationsResponse, error)
- func (UnimplementedQueryServer) ProcessById(context.Context, *QueryProcessByIdRequest) (*QueryProcessByIdResponse, error)
- type UnsafeMsgServer
- type UnsafeQueryServer
Constants ¶
const ( Query_Params_FullMethodName = "/utss.v1.Query/Params" Query_CurrentProcess_FullMethodName = "/utss.v1.Query/CurrentProcess" Query_ProcessById_FullMethodName = "/utss.v1.Query/ProcessById" Query_AllProcesses_FullMethodName = "/utss.v1.Query/AllProcesses" Query_CurrentKey_FullMethodName = "/utss.v1.Query/CurrentKey" Query_KeyById_FullMethodName = "/utss.v1.Query/KeyById" Query_AllKeys_FullMethodName = "/utss.v1.Query/AllKeys" Query_GetTssEvent_FullMethodName = "/utss.v1.Query/GetTssEvent" Query_GetPendingTssEvent_FullMethodName = "/utss.v1.Query/GetPendingTssEvent" Query_AllPendingTssEvents_FullMethodName = "/utss.v1.Query/AllPendingTssEvents" Query_AllTssEvents_FullMethodName = "/utss.v1.Query/AllTssEvents" Query_GetFundMigration_FullMethodName = "/utss.v1.Query/GetFundMigration" Query_PendingFundMigrations_FullMethodName = "/utss.v1.Query/PendingFundMigrations" Query_AllFundMigrations_FullMethodName = "/utss.v1.Query/AllFundMigrations" )
const ( Msg_UpdateParams_FullMethodName = "/utss.v1.Msg/UpdateParams" Msg_InitiateTssKeyProcess_FullMethodName = "/utss.v1.Msg/InitiateTssKeyProcess" Msg_VoteTssKeyProcess_FullMethodName = "/utss.v1.Msg/VoteTssKeyProcess" Msg_InitiateFundMigration_FullMethodName = "/utss.v1.Msg/InitiateFundMigration" Msg_VoteFundMigration_FullMethodName = "/utss.v1.Msg/VoteFundMigration" )
Variables ¶
var ( TssKeyProcessStatus_name = map[int32]string{ 0: "TSS_KEY_PROCESS_PENDING", 1: "TSS_KEY_PROCESS_SUCCESS", 2: "TSS_KEY_PROCESS_FAILED", } TssKeyProcessStatus_value = map[string]int32{ "TSS_KEY_PROCESS_PENDING": 0, "TSS_KEY_PROCESS_SUCCESS": 1, "TSS_KEY_PROCESS_FAILED": 2, } )
Enum value maps for TssKeyProcessStatus.
var ( TssProcessType_name = map[int32]string{ 0: "TSS_PROCESS_KEYGEN", 1: "TSS_PROCESS_REFRESH", 2: "TSS_PROCESS_QUORUM_CHANGE", } TssProcessType_value = map[string]int32{ "TSS_PROCESS_KEYGEN": 0, "TSS_PROCESS_REFRESH": 1, "TSS_PROCESS_QUORUM_CHANGE": 2, } )
Enum value maps for TssProcessType.
var ( TssEventType_name = map[int32]string{ 0: "TSS_EVENT_PROCESS_INITIATED", 1: "TSS_EVENT_KEY_FINALIZED", } TssEventType_value = map[string]int32{ "TSS_EVENT_PROCESS_INITIATED": 0, "TSS_EVENT_KEY_FINALIZED": 1, } )
Enum value maps for TssEventType.
var ( TssEventStatus_name = map[int32]string{ 0: "TSS_EVENT_ACTIVE", 1: "TSS_EVENT_COMPLETED", 2: "TSS_EVENT_EXPIRED", } TssEventStatus_value = map[string]int32{ "TSS_EVENT_ACTIVE": 0, "TSS_EVENT_COMPLETED": 1, "TSS_EVENT_EXPIRED": 2, } )
Enum value maps for TssEventStatus.
var ( FundMigrationStatus_name = map[int32]string{ 0: "FUND_MIGRATION_STATUS_PENDING", 1: "FUND_MIGRATION_STATUS_COMPLETED", 2: "FUND_MIGRATION_STATUS_FAILED", } FundMigrationStatus_value = map[string]int32{ "FUND_MIGRATION_STATUS_PENDING": 0, "FUND_MIGRATION_STATUS_COMPLETED": 1, "FUND_MIGRATION_STATUS_FAILED": 2, } )
Enum value maps for FundMigrationStatus.
var File_utss_v1_genesis_proto protoreflect.FileDescriptor
var File_utss_v1_query_proto protoreflect.FileDescriptor
var File_utss_v1_tx_proto protoreflect.FileDescriptor
var File_utss_v1_types_proto protoreflect.FileDescriptor
var Msg_ServiceDesc = grpc.ServiceDesc{ ServiceName: "utss.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "UpdateParams", Handler: _Msg_UpdateParams_Handler, }, { MethodName: "InitiateTssKeyProcess", Handler: _Msg_InitiateTssKeyProcess_Handler, }, { MethodName: "VoteTssKeyProcess", Handler: _Msg_VoteTssKeyProcess_Handler, }, { MethodName: "InitiateFundMigration", Handler: _Msg_InitiateFundMigration_Handler, }, { MethodName: "VoteFundMigration", Handler: _Msg_VoteFundMigration_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "utss/v1/tx.proto", }
Msg_ServiceDesc is the grpc.ServiceDesc for Msg service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var Query_ServiceDesc = grpc.ServiceDesc{ ServiceName: "utss.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Params", Handler: _Query_Params_Handler, }, { MethodName: "CurrentProcess", Handler: _Query_CurrentProcess_Handler, }, { MethodName: "ProcessById", Handler: _Query_ProcessById_Handler, }, { MethodName: "AllProcesses", Handler: _Query_AllProcesses_Handler, }, { MethodName: "CurrentKey", Handler: _Query_CurrentKey_Handler, }, { MethodName: "KeyById", Handler: _Query_KeyById_Handler, }, { MethodName: "AllKeys", Handler: _Query_AllKeys_Handler, }, { MethodName: "GetTssEvent", Handler: _Query_GetTssEvent_Handler, }, { MethodName: "GetPendingTssEvent", Handler: _Query_GetPendingTssEvent_Handler, }, { MethodName: "AllPendingTssEvents", Handler: _Query_AllPendingTssEvents_Handler, }, { MethodName: "AllTssEvents", Handler: _Query_AllTssEvents_Handler, }, { MethodName: "GetFundMigration", Handler: _Query_GetFundMigration_Handler, }, { MethodName: "PendingFundMigrations", Handler: _Query_PendingFundMigrations_Handler, }, { MethodName: "AllFundMigrations", Handler: _Query_AllFundMigrations_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "utss/v1/query.proto", }
Query_ServiceDesc is the grpc.ServiceDesc for Query service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterMsgServer ¶
func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer)
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer)
Types ¶
type FundMigration ¶ added in v0.0.28
type FundMigration struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
OldKeyId string `protobuf:"bytes,2,opt,name=old_key_id,json=oldKeyId,proto3" json:"old_key_id,omitempty"`
OldTssPubkey string `protobuf:"bytes,3,opt,name=old_tss_pubkey,json=oldTssPubkey,proto3" json:"old_tss_pubkey,omitempty"`
CurrentKeyId string `protobuf:"bytes,4,opt,name=current_key_id,json=currentKeyId,proto3" json:"current_key_id,omitempty"`
CurrentTssPubkey string `protobuf:"bytes,5,opt,name=current_tss_pubkey,json=currentTssPubkey,proto3" json:"current_tss_pubkey,omitempty"`
Chain string `protobuf:"bytes,6,opt,name=chain,proto3" json:"chain,omitempty"` // CAIP-2 chain identifier
Status FundMigrationStatus `protobuf:"varint,7,opt,name=status,proto3,enum=utss.v1.FundMigrationStatus" json:"status,omitempty"`
InitiatedBlock int64 `protobuf:"varint,8,opt,name=initiated_block,json=initiatedBlock,proto3" json:"initiated_block,omitempty"`
CompletedBlock int64 `protobuf:"varint,9,opt,name=completed_block,json=completedBlock,proto3" json:"completed_block,omitempty"`
TxHash string `protobuf:"bytes,10,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
GasPrice string `protobuf:"bytes,11,opt,name=gas_price,json=gasPrice,proto3" json:"gas_price,omitempty"` // gas price from oracle (wei)
GasLimit uint64 `protobuf:"varint,12,opt,name=gas_limit,json=gasLimit,proto3" json:"gas_limit,omitempty"` // gas limit sourced from UniversalCore per chain namespace
L1GasFee string `protobuf:"bytes,13,opt,name=l1_gas_fee,json=l1GasFee,proto3" json:"l1_gas_fee,omitempty"` // L1 data-availability fee (wei) from UniversalCore; 0 for non-L2 chains
// contains filtered or unexported fields
}
func (*FundMigration) Descriptor
deprecated
added in
v0.0.28
func (*FundMigration) Descriptor() ([]byte, []int)
Deprecated: Use FundMigration.ProtoReflect.Descriptor instead.
func (*FundMigration) GetChain ¶ added in v0.0.28
func (x *FundMigration) GetChain() string
func (*FundMigration) GetCompletedBlock ¶ added in v0.0.28
func (x *FundMigration) GetCompletedBlock() int64
func (*FundMigration) GetCurrentKeyId ¶ added in v0.0.28
func (x *FundMigration) GetCurrentKeyId() string
func (*FundMigration) GetCurrentTssPubkey ¶ added in v0.0.28
func (x *FundMigration) GetCurrentTssPubkey() string
func (*FundMigration) GetGasLimit ¶ added in v0.0.28
func (x *FundMigration) GetGasLimit() uint64
func (*FundMigration) GetGasPrice ¶ added in v0.0.28
func (x *FundMigration) GetGasPrice() string
func (*FundMigration) GetId ¶ added in v0.0.28
func (x *FundMigration) GetId() uint64
func (*FundMigration) GetInitiatedBlock ¶ added in v0.0.28
func (x *FundMigration) GetInitiatedBlock() int64
func (*FundMigration) GetL1GasFee ¶ added in v0.0.33
func (x *FundMigration) GetL1GasFee() string
func (*FundMigration) GetOldKeyId ¶ added in v0.0.28
func (x *FundMigration) GetOldKeyId() string
func (*FundMigration) GetOldTssPubkey ¶ added in v0.0.28
func (x *FundMigration) GetOldTssPubkey() string
func (*FundMigration) GetStatus ¶ added in v0.0.28
func (x *FundMigration) GetStatus() FundMigrationStatus
func (*FundMigration) GetTxHash ¶ added in v0.0.28
func (x *FundMigration) GetTxHash() string
func (*FundMigration) ProtoMessage ¶ added in v0.0.28
func (*FundMigration) ProtoMessage()
func (*FundMigration) ProtoReflect ¶ added in v0.0.28
func (x *FundMigration) ProtoReflect() protoreflect.Message
func (*FundMigration) Reset ¶ added in v0.0.28
func (x *FundMigration) Reset()
func (*FundMigration) String ¶ added in v0.0.28
func (x *FundMigration) String() string
type FundMigrationEntry ¶ added in v0.0.28
type FundMigrationEntry struct {
Key uint64 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
Value *FundMigration `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
FundMigrationEntry is a key-value pair for exporting FundMigrations map state.
func (*FundMigrationEntry) Descriptor
deprecated
added in
v0.0.28
func (*FundMigrationEntry) Descriptor() ([]byte, []int)
Deprecated: Use FundMigrationEntry.ProtoReflect.Descriptor instead.
func (*FundMigrationEntry) GetKey ¶ added in v0.0.28
func (x *FundMigrationEntry) GetKey() uint64
func (*FundMigrationEntry) GetValue ¶ added in v0.0.28
func (x *FundMigrationEntry) GetValue() *FundMigration
func (*FundMigrationEntry) ProtoMessage ¶ added in v0.0.28
func (*FundMigrationEntry) ProtoMessage()
func (*FundMigrationEntry) ProtoReflect ¶ added in v0.0.28
func (x *FundMigrationEntry) ProtoReflect() protoreflect.Message
func (*FundMigrationEntry) Reset ¶ added in v0.0.28
func (x *FundMigrationEntry) Reset()
func (*FundMigrationEntry) String ¶ added in v0.0.28
func (x *FundMigrationEntry) String() string
type FundMigrationStatus ¶ added in v0.0.28
type FundMigrationStatus int32
Fund Migration
const ( FundMigrationStatus_FUND_MIGRATION_STATUS_PENDING FundMigrationStatus = 0 FundMigrationStatus_FUND_MIGRATION_STATUS_COMPLETED FundMigrationStatus = 1 FundMigrationStatus_FUND_MIGRATION_STATUS_FAILED FundMigrationStatus = 2 )
func (FundMigrationStatus) Descriptor ¶ added in v0.0.28
func (FundMigrationStatus) Descriptor() protoreflect.EnumDescriptor
func (FundMigrationStatus) Enum ¶ added in v0.0.28
func (x FundMigrationStatus) Enum() *FundMigrationStatus
func (FundMigrationStatus) EnumDescriptor
deprecated
added in
v0.0.28
func (FundMigrationStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use FundMigrationStatus.Descriptor instead.
func (FundMigrationStatus) Number ¶ added in v0.0.28
func (x FundMigrationStatus) Number() protoreflect.EnumNumber
func (FundMigrationStatus) String ¶ added in v0.0.28
func (x FundMigrationStatus) String() string
func (FundMigrationStatus) Type ¶ added in v0.0.28
func (FundMigrationStatus) Type() protoreflect.EnumType
type GenesisState ¶
type GenesisState struct {
// Params defines all the parameters of the module.
Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
// current_tss_process is the current/active TSS process (optional, may not exist).
CurrentTssProcess *TssKeyProcess `protobuf:"bytes,2,opt,name=current_tss_process,json=currentTssProcess,proto3" json:"current_tss_process,omitempty"`
// process_history are key-value pairs from the ProcessHistory Map.
ProcessHistory []*TssKeyProcessEntry `protobuf:"bytes,3,rep,name=process_history,json=processHistory,proto3" json:"process_history,omitempty"`
// current_tss_key is the currently active finalized TSS key (optional).
CurrentTssKey *TssKey `protobuf:"bytes,4,opt,name=current_tss_key,json=currentTssKey,proto3" json:"current_tss_key,omitempty"`
// tss_key_history are key-value pairs from the TssKeyHistory Map.
TssKeyHistory []*TssKeyEntry `protobuf:"bytes,5,rep,name=tss_key_history,json=tssKeyHistory,proto3" json:"tss_key_history,omitempty"`
// next_process_id is the next process ID from the NextProcessId Sequence.
NextProcessId uint64 `protobuf:"varint,6,opt,name=next_process_id,json=nextProcessId,proto3" json:"next_process_id,omitempty"`
// tss_events are entries from the TssEvents store.
TssEvents []*TssEvent `protobuf:"bytes,7,rep,name=tss_events,json=tssEvents,proto3" json:"tss_events,omitempty"`
// next_tss_event_id is the next auto-increment ID for TssEvents.
NextTssEventId uint64 `protobuf:"varint,8,opt,name=next_tss_event_id,json=nextTssEventId,proto3" json:"next_tss_event_id,omitempty"`
// fund_migrations are entries from the FundMigrations store.
FundMigrations []*FundMigrationEntry `protobuf:"bytes,9,rep,name=fund_migrations,json=fundMigrations,proto3" json:"fund_migrations,omitempty"`
// next_migration_id is the next auto-increment ID for FundMigrations.
NextMigrationId uint64 `protobuf:"varint,10,opt,name=next_migration_id,json=nextMigrationId,proto3" json:"next_migration_id,omitempty"`
// contains filtered or unexported fields
}
GenesisState defines the module genesis state
func (*GenesisState) Descriptor
deprecated
func (*GenesisState) Descriptor() ([]byte, []int)
Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.
func (*GenesisState) GetCurrentTssKey ¶ added in v0.0.23
func (x *GenesisState) GetCurrentTssKey() *TssKey
func (*GenesisState) GetCurrentTssProcess ¶ added in v0.0.23
func (x *GenesisState) GetCurrentTssProcess() *TssKeyProcess
func (*GenesisState) GetFundMigrations ¶ added in v0.0.28
func (x *GenesisState) GetFundMigrations() []*FundMigrationEntry
func (*GenesisState) GetNextMigrationId ¶ added in v0.0.28
func (x *GenesisState) GetNextMigrationId() uint64
func (*GenesisState) GetNextProcessId ¶ added in v0.0.23
func (x *GenesisState) GetNextProcessId() uint64
func (*GenesisState) GetNextTssEventId ¶ added in v0.0.23
func (x *GenesisState) GetNextTssEventId() uint64
func (*GenesisState) GetParams ¶
func (x *GenesisState) GetParams() *Params
func (*GenesisState) GetProcessHistory ¶ added in v0.0.23
func (x *GenesisState) GetProcessHistory() []*TssKeyProcessEntry
func (*GenesisState) GetTssEvents ¶ added in v0.0.23
func (x *GenesisState) GetTssEvents() []*TssEvent
func (*GenesisState) GetTssKeyHistory ¶ added in v0.0.23
func (x *GenesisState) GetTssKeyHistory() []*TssKeyEntry
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) ProtoReflect ¶
func (x *GenesisState) ProtoReflect() protoreflect.Message
func (*GenesisState) Reset ¶
func (x *GenesisState) Reset()
func (*GenesisState) String ¶
func (x *GenesisState) String() string
type MsgClient ¶
type MsgClient interface {
// UpdateParams defines a governance operation for updating the parameters.
//
// Since: cosmos-sdk 0.47
UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error)
// InitiateTssKeyProcess defines a operation for initiating a new tss key process
InitiateTssKeyProcess(ctx context.Context, in *MsgInitiateTssKeyProcess, opts ...grpc.CallOption) (*MsgInitiateTssKeyProcessResponse, error)
// VoteTssKeyProcess defines a operation for voting on an existing tss key process
VoteTssKeyProcess(ctx context.Context, in *MsgVoteTssKeyProcess, opts ...grpc.CallOption) (*MsgVoteTssKeyProcessResponse, error)
// InitiateFundMigration initiates fund migration from an old TSS key vault to the current one
InitiateFundMigration(ctx context.Context, in *MsgInitiateFundMigration, opts ...grpc.CallOption) (*MsgInitiateFundMigrationResponse, error)
// VoteFundMigration allows validators to vote on an observed fund migration tx
VoteFundMigration(ctx context.Context, in *MsgVoteFundMigration, opts ...grpc.CallOption) (*MsgVoteFundMigrationResponse, error)
}
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc.ClientConnInterface) MsgClient
type MsgInitiateFundMigration ¶ added in v0.0.28
type MsgInitiateFundMigration struct {
Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
OldKeyId string `protobuf:"bytes,2,opt,name=old_key_id,json=oldKeyId,proto3" json:"old_key_id,omitempty"`
Chain string `protobuf:"bytes,3,opt,name=chain,proto3" json:"chain,omitempty"` // CAIP-2 chain identifier
// contains filtered or unexported fields
}
MsgInitiateFundMigration initiates fund migration from old vault to current vault for a chain. Admin-only. One message per chain.
func (*MsgInitiateFundMigration) Descriptor
deprecated
added in
v0.0.28
func (*MsgInitiateFundMigration) Descriptor() ([]byte, []int)
Deprecated: Use MsgInitiateFundMigration.ProtoReflect.Descriptor instead.
func (*MsgInitiateFundMigration) GetChain ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) GetChain() string
func (*MsgInitiateFundMigration) GetOldKeyId ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) GetOldKeyId() string
func (*MsgInitiateFundMigration) GetSigner ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) GetSigner() string
func (*MsgInitiateFundMigration) ProtoMessage ¶ added in v0.0.28
func (*MsgInitiateFundMigration) ProtoMessage()
func (*MsgInitiateFundMigration) ProtoReflect ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) ProtoReflect() protoreflect.Message
func (*MsgInitiateFundMigration) Reset ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) Reset()
func (*MsgInitiateFundMigration) String ¶ added in v0.0.28
func (x *MsgInitiateFundMigration) String() string
type MsgInitiateFundMigrationResponse ¶ added in v0.0.28
type MsgInitiateFundMigrationResponse struct {
MigrationId uint64 `protobuf:"varint,1,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
// contains filtered or unexported fields
}
func (*MsgInitiateFundMigrationResponse) Descriptor
deprecated
added in
v0.0.28
func (*MsgInitiateFundMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgInitiateFundMigrationResponse.ProtoReflect.Descriptor instead.
func (*MsgInitiateFundMigrationResponse) GetMigrationId ¶ added in v0.0.28
func (x *MsgInitiateFundMigrationResponse) GetMigrationId() uint64
func (*MsgInitiateFundMigrationResponse) ProtoMessage ¶ added in v0.0.28
func (*MsgInitiateFundMigrationResponse) ProtoMessage()
func (*MsgInitiateFundMigrationResponse) ProtoReflect ¶ added in v0.0.28
func (x *MsgInitiateFundMigrationResponse) ProtoReflect() protoreflect.Message
func (*MsgInitiateFundMigrationResponse) Reset ¶ added in v0.0.28
func (x *MsgInitiateFundMigrationResponse) Reset()
func (*MsgInitiateFundMigrationResponse) String ¶ added in v0.0.28
func (x *MsgInitiateFundMigrationResponse) String() string
type MsgInitiateTssKeyProcess ¶
type MsgInitiateTssKeyProcess struct {
Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
ProcessType TssProcessType `protobuf:"varint,2,opt,name=process_type,json=processType,proto3,enum=utss.v1.TssProcessType" json:"process_type,omitempty"`
// contains filtered or unexported fields
}
Admin initiates new keygen/reshare process
func (*MsgInitiateTssKeyProcess) Descriptor
deprecated
func (*MsgInitiateTssKeyProcess) Descriptor() ([]byte, []int)
Deprecated: Use MsgInitiateTssKeyProcess.ProtoReflect.Descriptor instead.
func (*MsgInitiateTssKeyProcess) GetProcessType ¶
func (x *MsgInitiateTssKeyProcess) GetProcessType() TssProcessType
func (*MsgInitiateTssKeyProcess) GetSigner ¶
func (x *MsgInitiateTssKeyProcess) GetSigner() string
func (*MsgInitiateTssKeyProcess) ProtoMessage ¶
func (*MsgInitiateTssKeyProcess) ProtoMessage()
func (*MsgInitiateTssKeyProcess) ProtoReflect ¶
func (x *MsgInitiateTssKeyProcess) ProtoReflect() protoreflect.Message
func (*MsgInitiateTssKeyProcess) Reset ¶
func (x *MsgInitiateTssKeyProcess) Reset()
func (*MsgInitiateTssKeyProcess) String ¶
func (x *MsgInitiateTssKeyProcess) String() string
type MsgInitiateTssKeyProcessResponse ¶
type MsgInitiateTssKeyProcessResponse struct {
// contains filtered or unexported fields
}
func (*MsgInitiateTssKeyProcessResponse) Descriptor
deprecated
func (*MsgInitiateTssKeyProcessResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgInitiateTssKeyProcessResponse.ProtoReflect.Descriptor instead.
func (*MsgInitiateTssKeyProcessResponse) ProtoMessage ¶
func (*MsgInitiateTssKeyProcessResponse) ProtoMessage()
func (*MsgInitiateTssKeyProcessResponse) ProtoReflect ¶
func (x *MsgInitiateTssKeyProcessResponse) ProtoReflect() protoreflect.Message
func (*MsgInitiateTssKeyProcessResponse) Reset ¶
func (x *MsgInitiateTssKeyProcessResponse) Reset()
func (*MsgInitiateTssKeyProcessResponse) String ¶
func (x *MsgInitiateTssKeyProcessResponse) String() string
type MsgServer ¶
type MsgServer interface {
// UpdateParams defines a governance operation for updating the parameters.
//
// Since: cosmos-sdk 0.47
UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
// InitiateTssKeyProcess defines a operation for initiating a new tss key process
InitiateTssKeyProcess(context.Context, *MsgInitiateTssKeyProcess) (*MsgInitiateTssKeyProcessResponse, error)
// VoteTssKeyProcess defines a operation for voting on an existing tss key process
VoteTssKeyProcess(context.Context, *MsgVoteTssKeyProcess) (*MsgVoteTssKeyProcessResponse, error)
// InitiateFundMigration initiates fund migration from an old TSS key vault to the current one
InitiateFundMigration(context.Context, *MsgInitiateFundMigration) (*MsgInitiateFundMigrationResponse, error)
// VoteFundMigration allows validators to vote on an observed fund migration tx
VoteFundMigration(context.Context, *MsgVoteFundMigration) (*MsgVoteFundMigrationResponse, error)
// contains filtered or unexported methods
}
MsgServer is the server API for Msg service. All implementations must embed UnimplementedMsgServer for forward compatibility
type MsgUpdateParams ¶
type MsgUpdateParams struct {
// authority is the address of the governance account.
Authority string `protobuf:"bytes,1,opt,name=authority,proto3" json:"authority,omitempty"`
// params defines the parameters to update.
//
// NOTE: All parameters must be supplied.
Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
// contains filtered or unexported fields
}
MsgUpdateParams is the Msg/UpdateParams request type.
Since: cosmos-sdk 0.47
func (*MsgUpdateParams) Descriptor
deprecated
func (*MsgUpdateParams) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.
func (*MsgUpdateParams) GetAuthority ¶
func (x *MsgUpdateParams) GetAuthority() string
func (*MsgUpdateParams) GetParams ¶
func (x *MsgUpdateParams) GetParams() *Params
func (*MsgUpdateParams) ProtoMessage ¶
func (*MsgUpdateParams) ProtoMessage()
func (*MsgUpdateParams) ProtoReflect ¶
func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message
func (*MsgUpdateParams) Reset ¶
func (x *MsgUpdateParams) Reset()
func (*MsgUpdateParams) String ¶
func (x *MsgUpdateParams) String() string
type MsgUpdateParamsResponse ¶
type MsgUpdateParamsResponse struct {
// contains filtered or unexported fields
}
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Since: cosmos-sdk 0.47
func (*MsgUpdateParamsResponse) Descriptor
deprecated
func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.
func (*MsgUpdateParamsResponse) ProtoMessage ¶
func (*MsgUpdateParamsResponse) ProtoMessage()
func (*MsgUpdateParamsResponse) ProtoReflect ¶
func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message
func (*MsgUpdateParamsResponse) Reset ¶
func (x *MsgUpdateParamsResponse) Reset()
func (*MsgUpdateParamsResponse) String ¶
func (x *MsgUpdateParamsResponse) String() string
type MsgVoteFundMigration ¶ added in v0.0.28
type MsgVoteFundMigration struct {
Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
MigrationId uint64 `protobuf:"varint,2,opt,name=migration_id,json=migrationId,proto3" json:"migration_id,omitempty"`
TxHash string `protobuf:"bytes,3,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"`
Success bool `protobuf:"varint,4,opt,name=success,proto3" json:"success,omitempty"`
// contains filtered or unexported fields
}
MsgVoteFundMigration allows validators to vote on observed fund migration tx on external chain.
func (*MsgVoteFundMigration) Descriptor
deprecated
added in
v0.0.28
func (*MsgVoteFundMigration) Descriptor() ([]byte, []int)
Deprecated: Use MsgVoteFundMigration.ProtoReflect.Descriptor instead.
func (*MsgVoteFundMigration) GetMigrationId ¶ added in v0.0.28
func (x *MsgVoteFundMigration) GetMigrationId() uint64
func (*MsgVoteFundMigration) GetSigner ¶ added in v0.0.28
func (x *MsgVoteFundMigration) GetSigner() string
func (*MsgVoteFundMigration) GetSuccess ¶ added in v0.0.28
func (x *MsgVoteFundMigration) GetSuccess() bool
func (*MsgVoteFundMigration) GetTxHash ¶ added in v0.0.28
func (x *MsgVoteFundMigration) GetTxHash() string
func (*MsgVoteFundMigration) ProtoMessage ¶ added in v0.0.28
func (*MsgVoteFundMigration) ProtoMessage()
func (*MsgVoteFundMigration) ProtoReflect ¶ added in v0.0.28
func (x *MsgVoteFundMigration) ProtoReflect() protoreflect.Message
func (*MsgVoteFundMigration) Reset ¶ added in v0.0.28
func (x *MsgVoteFundMigration) Reset()
func (*MsgVoteFundMigration) String ¶ added in v0.0.28
func (x *MsgVoteFundMigration) String() string
type MsgVoteFundMigrationResponse ¶ added in v0.0.28
type MsgVoteFundMigrationResponse struct {
// contains filtered or unexported fields
}
func (*MsgVoteFundMigrationResponse) Descriptor
deprecated
added in
v0.0.28
func (*MsgVoteFundMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgVoteFundMigrationResponse.ProtoReflect.Descriptor instead.
func (*MsgVoteFundMigrationResponse) ProtoMessage ¶ added in v0.0.28
func (*MsgVoteFundMigrationResponse) ProtoMessage()
func (*MsgVoteFundMigrationResponse) ProtoReflect ¶ added in v0.0.28
func (x *MsgVoteFundMigrationResponse) ProtoReflect() protoreflect.Message
func (*MsgVoteFundMigrationResponse) Reset ¶ added in v0.0.28
func (x *MsgVoteFundMigrationResponse) Reset()
func (*MsgVoteFundMigrationResponse) String ¶ added in v0.0.28
func (x *MsgVoteFundMigrationResponse) String() string
type MsgVoteTssKeyProcess ¶
type MsgVoteTssKeyProcess struct {
Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
TssPubkey string `protobuf:"bytes,2,opt,name=tss_pubkey,json=tssPubkey,proto3" json:"tss_pubkey,omitempty"`
KeyId string `protobuf:"bytes,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
ProcessId uint64 `protobuf:"varint,4,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
// contains filtered or unexported fields
}
Universal validator votes on an ongoing TSS key process
func (*MsgVoteTssKeyProcess) Descriptor
deprecated
func (*MsgVoteTssKeyProcess) Descriptor() ([]byte, []int)
Deprecated: Use MsgVoteTssKeyProcess.ProtoReflect.Descriptor instead.
func (*MsgVoteTssKeyProcess) GetKeyId ¶
func (x *MsgVoteTssKeyProcess) GetKeyId() string
func (*MsgVoteTssKeyProcess) GetProcessId ¶
func (x *MsgVoteTssKeyProcess) GetProcessId() uint64
func (*MsgVoteTssKeyProcess) GetSigner ¶
func (x *MsgVoteTssKeyProcess) GetSigner() string
func (*MsgVoteTssKeyProcess) GetTssPubkey ¶
func (x *MsgVoteTssKeyProcess) GetTssPubkey() string
func (*MsgVoteTssKeyProcess) ProtoMessage ¶
func (*MsgVoteTssKeyProcess) ProtoMessage()
func (*MsgVoteTssKeyProcess) ProtoReflect ¶
func (x *MsgVoteTssKeyProcess) ProtoReflect() protoreflect.Message
func (*MsgVoteTssKeyProcess) Reset ¶
func (x *MsgVoteTssKeyProcess) Reset()
func (*MsgVoteTssKeyProcess) String ¶
func (x *MsgVoteTssKeyProcess) String() string
type MsgVoteTssKeyProcessResponse ¶
type MsgVoteTssKeyProcessResponse struct {
// contains filtered or unexported fields
}
func (*MsgVoteTssKeyProcessResponse) Descriptor
deprecated
func (*MsgVoteTssKeyProcessResponse) Descriptor() ([]byte, []int)
Deprecated: Use MsgVoteTssKeyProcessResponse.ProtoReflect.Descriptor instead.
func (*MsgVoteTssKeyProcessResponse) ProtoMessage ¶
func (*MsgVoteTssKeyProcessResponse) ProtoMessage()
func (*MsgVoteTssKeyProcessResponse) ProtoReflect ¶
func (x *MsgVoteTssKeyProcessResponse) ProtoReflect() protoreflect.Message
func (*MsgVoteTssKeyProcessResponse) Reset ¶
func (x *MsgVoteTssKeyProcessResponse) Reset()
func (*MsgVoteTssKeyProcessResponse) String ¶
func (x *MsgVoteTssKeyProcessResponse) String() string
type Params ¶
type Params struct {
// The admin account of the utss module.
Admin string `protobuf:"bytes,1,opt,name=admin,proto3" json:"admin,omitempty"`
// contains filtered or unexported fields
}
func (*Params) Descriptor
deprecated
func (*Params) ProtoMessage ¶
func (*Params) ProtoMessage()
func (*Params) ProtoReflect ¶
func (x *Params) ProtoReflect() protoreflect.Message
type QueryAllFundMigrationsRequest ¶ added in v0.0.28
type QueryAllFundMigrationsRequest struct {
Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllFundMigrationsRequest) Descriptor
deprecated
added in
v0.0.28
func (*QueryAllFundMigrationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllFundMigrationsRequest.ProtoReflect.Descriptor instead.
func (*QueryAllFundMigrationsRequest) GetPagination ¶ added in v0.0.28
func (x *QueryAllFundMigrationsRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllFundMigrationsRequest) ProtoMessage ¶ added in v0.0.28
func (*QueryAllFundMigrationsRequest) ProtoMessage()
func (*QueryAllFundMigrationsRequest) ProtoReflect ¶ added in v0.0.28
func (x *QueryAllFundMigrationsRequest) ProtoReflect() protoreflect.Message
func (*QueryAllFundMigrationsRequest) Reset ¶ added in v0.0.28
func (x *QueryAllFundMigrationsRequest) Reset()
func (*QueryAllFundMigrationsRequest) String ¶ added in v0.0.28
func (x *QueryAllFundMigrationsRequest) String() string
type QueryAllFundMigrationsResponse ¶ added in v0.0.28
type QueryAllFundMigrationsResponse struct {
Migrations []*FundMigration `protobuf:"bytes,1,rep,name=migrations,proto3" json:"migrations,omitempty"`
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllFundMigrationsResponse) Descriptor
deprecated
added in
v0.0.28
func (*QueryAllFundMigrationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllFundMigrationsResponse.ProtoReflect.Descriptor instead.
func (*QueryAllFundMigrationsResponse) GetMigrations ¶ added in v0.0.28
func (x *QueryAllFundMigrationsResponse) GetMigrations() []*FundMigration
func (*QueryAllFundMigrationsResponse) GetPagination ¶ added in v0.0.28
func (x *QueryAllFundMigrationsResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllFundMigrationsResponse) ProtoMessage ¶ added in v0.0.28
func (*QueryAllFundMigrationsResponse) ProtoMessage()
func (*QueryAllFundMigrationsResponse) ProtoReflect ¶ added in v0.0.28
func (x *QueryAllFundMigrationsResponse) ProtoReflect() protoreflect.Message
func (*QueryAllFundMigrationsResponse) Reset ¶ added in v0.0.28
func (x *QueryAllFundMigrationsResponse) Reset()
func (*QueryAllFundMigrationsResponse) String ¶ added in v0.0.28
func (x *QueryAllFundMigrationsResponse) String() string
type QueryAllKeysRequest ¶
type QueryAllKeysRequest struct {
Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllKeysRequest) Descriptor
deprecated
func (*QueryAllKeysRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllKeysRequest.ProtoReflect.Descriptor instead.
func (*QueryAllKeysRequest) GetPagination ¶
func (x *QueryAllKeysRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllKeysRequest) ProtoMessage ¶
func (*QueryAllKeysRequest) ProtoMessage()
func (*QueryAllKeysRequest) ProtoReflect ¶
func (x *QueryAllKeysRequest) ProtoReflect() protoreflect.Message
func (*QueryAllKeysRequest) Reset ¶
func (x *QueryAllKeysRequest) Reset()
func (*QueryAllKeysRequest) String ¶
func (x *QueryAllKeysRequest) String() string
type QueryAllKeysResponse ¶
type QueryAllKeysResponse struct {
Keys []*TssKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllKeysResponse) Descriptor
deprecated
func (*QueryAllKeysResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllKeysResponse.ProtoReflect.Descriptor instead.
func (*QueryAllKeysResponse) GetKeys ¶
func (x *QueryAllKeysResponse) GetKeys() []*TssKey
func (*QueryAllKeysResponse) GetPagination ¶
func (x *QueryAllKeysResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllKeysResponse) ProtoMessage ¶
func (*QueryAllKeysResponse) ProtoMessage()
func (*QueryAllKeysResponse) ProtoReflect ¶
func (x *QueryAllKeysResponse) ProtoReflect() protoreflect.Message
func (*QueryAllKeysResponse) Reset ¶
func (x *QueryAllKeysResponse) Reset()
func (*QueryAllKeysResponse) String ¶
func (x *QueryAllKeysResponse) String() string
type QueryAllPendingTssEventsRequest ¶ added in v0.0.23
type QueryAllPendingTssEventsRequest struct {
Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllPendingTssEventsRequest) Descriptor
deprecated
added in
v0.0.23
func (*QueryAllPendingTssEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllPendingTssEventsRequest.ProtoReflect.Descriptor instead.
func (*QueryAllPendingTssEventsRequest) GetPagination ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllPendingTssEventsRequest) ProtoMessage ¶ added in v0.0.23
func (*QueryAllPendingTssEventsRequest) ProtoMessage()
func (*QueryAllPendingTssEventsRequest) ProtoReflect ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsRequest) ProtoReflect() protoreflect.Message
func (*QueryAllPendingTssEventsRequest) Reset ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsRequest) Reset()
func (*QueryAllPendingTssEventsRequest) String ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsRequest) String() string
type QueryAllPendingTssEventsResponse ¶ added in v0.0.23
type QueryAllPendingTssEventsResponse struct {
Events []*TssEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllPendingTssEventsResponse) Descriptor
deprecated
added in
v0.0.23
func (*QueryAllPendingTssEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllPendingTssEventsResponse.ProtoReflect.Descriptor instead.
func (*QueryAllPendingTssEventsResponse) GetEvents ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsResponse) GetEvents() []*TssEvent
func (*QueryAllPendingTssEventsResponse) GetPagination ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllPendingTssEventsResponse) ProtoMessage ¶ added in v0.0.23
func (*QueryAllPendingTssEventsResponse) ProtoMessage()
func (*QueryAllPendingTssEventsResponse) ProtoReflect ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsResponse) ProtoReflect() protoreflect.Message
func (*QueryAllPendingTssEventsResponse) Reset ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsResponse) Reset()
func (*QueryAllPendingTssEventsResponse) String ¶ added in v0.0.23
func (x *QueryAllPendingTssEventsResponse) String() string
type QueryAllProcessesRequest ¶
type QueryAllProcessesRequest struct {
Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllProcessesRequest) Descriptor
deprecated
func (*QueryAllProcessesRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllProcessesRequest.ProtoReflect.Descriptor instead.
func (*QueryAllProcessesRequest) GetPagination ¶
func (x *QueryAllProcessesRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllProcessesRequest) ProtoMessage ¶
func (*QueryAllProcessesRequest) ProtoMessage()
func (*QueryAllProcessesRequest) ProtoReflect ¶
func (x *QueryAllProcessesRequest) ProtoReflect() protoreflect.Message
func (*QueryAllProcessesRequest) Reset ¶
func (x *QueryAllProcessesRequest) Reset()
func (*QueryAllProcessesRequest) String ¶
func (x *QueryAllProcessesRequest) String() string
type QueryAllProcessesResponse ¶
type QueryAllProcessesResponse struct {
Processes []*TssKeyProcess `protobuf:"bytes,1,rep,name=processes,proto3" json:"processes,omitempty"`
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllProcessesResponse) Descriptor
deprecated
func (*QueryAllProcessesResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllProcessesResponse.ProtoReflect.Descriptor instead.
func (*QueryAllProcessesResponse) GetPagination ¶
func (x *QueryAllProcessesResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllProcessesResponse) GetProcesses ¶
func (x *QueryAllProcessesResponse) GetProcesses() []*TssKeyProcess
func (*QueryAllProcessesResponse) ProtoMessage ¶
func (*QueryAllProcessesResponse) ProtoMessage()
func (*QueryAllProcessesResponse) ProtoReflect ¶
func (x *QueryAllProcessesResponse) ProtoReflect() protoreflect.Message
func (*QueryAllProcessesResponse) Reset ¶
func (x *QueryAllProcessesResponse) Reset()
func (*QueryAllProcessesResponse) String ¶
func (x *QueryAllProcessesResponse) String() string
type QueryAllTssEventsRequest ¶ added in v0.0.23
type QueryAllTssEventsRequest struct {
Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllTssEventsRequest) Descriptor
deprecated
added in
v0.0.23
func (*QueryAllTssEventsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllTssEventsRequest.ProtoReflect.Descriptor instead.
func (*QueryAllTssEventsRequest) GetPagination ¶ added in v0.0.23
func (x *QueryAllTssEventsRequest) GetPagination() *v1beta1.PageRequest
func (*QueryAllTssEventsRequest) ProtoMessage ¶ added in v0.0.23
func (*QueryAllTssEventsRequest) ProtoMessage()
func (*QueryAllTssEventsRequest) ProtoReflect ¶ added in v0.0.23
func (x *QueryAllTssEventsRequest) ProtoReflect() protoreflect.Message
func (*QueryAllTssEventsRequest) Reset ¶ added in v0.0.23
func (x *QueryAllTssEventsRequest) Reset()
func (*QueryAllTssEventsRequest) String ¶ added in v0.0.23
func (x *QueryAllTssEventsRequest) String() string
type QueryAllTssEventsResponse ¶ added in v0.0.23
type QueryAllTssEventsResponse struct {
Events []*TssEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*QueryAllTssEventsResponse) Descriptor
deprecated
added in
v0.0.23
func (*QueryAllTssEventsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryAllTssEventsResponse.ProtoReflect.Descriptor instead.
func (*QueryAllTssEventsResponse) GetEvents ¶ added in v0.0.23
func (x *QueryAllTssEventsResponse) GetEvents() []*TssEvent
func (*QueryAllTssEventsResponse) GetPagination ¶ added in v0.0.23
func (x *QueryAllTssEventsResponse) GetPagination() *v1beta1.PageResponse
func (*QueryAllTssEventsResponse) ProtoMessage ¶ added in v0.0.23
func (*QueryAllTssEventsResponse) ProtoMessage()
func (*QueryAllTssEventsResponse) ProtoReflect ¶ added in v0.0.23
func (x *QueryAllTssEventsResponse) ProtoReflect() protoreflect.Message
func (*QueryAllTssEventsResponse) Reset ¶ added in v0.0.23
func (x *QueryAllTssEventsResponse) Reset()
func (*QueryAllTssEventsResponse) String ¶ added in v0.0.23
func (x *QueryAllTssEventsResponse) String() string
type QueryClient ¶
type QueryClient interface {
// Params queries module parameters.
Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error)
// Current TSS Process
CurrentProcess(ctx context.Context, in *QueryCurrentProcessRequest, opts ...grpc.CallOption) (*QueryCurrentProcessResponse, error)
// Process by ID
ProcessById(ctx context.Context, in *QueryProcessByIdRequest, opts ...grpc.CallOption) (*QueryProcessByIdResponse, error)
// List all processes (paginated)
AllProcesses(ctx context.Context, in *QueryAllProcessesRequest, opts ...grpc.CallOption) (*QueryAllProcessesResponse, error)
// Current TSS Key
CurrentKey(ctx context.Context, in *QueryCurrentKeyRequest, opts ...grpc.CallOption) (*QueryCurrentKeyResponse, error)
// Get finalized TSS key by key_id
KeyById(ctx context.Context, in *QueryKeyByIdRequest, opts ...grpc.CallOption) (*QueryKeyByIdResponse, error)
// List all finalized keys (paginated)
AllKeys(ctx context.Context, in *QueryAllKeysRequest, opts ...grpc.CallOption) (*QueryAllKeysResponse, error)
// Get a single TSS event by auto-increment ID
GetTssEvent(ctx context.Context, in *QueryGetTssEventRequest, opts ...grpc.CallOption) (*QueryGetTssEventResponse, error)
// Get a single pending TSS event by process ID
GetPendingTssEvent(ctx context.Context, in *QueryGetPendingTssEventRequest, opts ...grpc.CallOption) (*QueryGetPendingTssEventResponse, error)
// List all pending TSS events (paginated)
AllPendingTssEvents(ctx context.Context, in *QueryAllPendingTssEventsRequest, opts ...grpc.CallOption) (*QueryAllPendingTssEventsResponse, error)
// List all TSS events (paginated)
AllTssEvents(ctx context.Context, in *QueryAllTssEventsRequest, opts ...grpc.CallOption) (*QueryAllTssEventsResponse, error)
// Get a fund migration by ID
GetFundMigration(ctx context.Context, in *QueryGetFundMigrationRequest, opts ...grpc.CallOption) (*QueryGetFundMigrationResponse, error)
// List pending fund migrations
PendingFundMigrations(ctx context.Context, in *QueryPendingFundMigrationsRequest, opts ...grpc.CallOption) (*QueryPendingFundMigrationsResponse, error)
// List all fund migrations (paginated)
AllFundMigrations(ctx context.Context, in *QueryAllFundMigrationsRequest, opts ...grpc.CallOption) (*QueryAllFundMigrationsResponse, error)
}
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc.ClientConnInterface) QueryClient
type QueryCurrentKeyRequest ¶
type QueryCurrentKeyRequest struct {
// contains filtered or unexported fields
}
func (*QueryCurrentKeyRequest) Descriptor
deprecated
func (*QueryCurrentKeyRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryCurrentKeyRequest.ProtoReflect.Descriptor instead.
func (*QueryCurrentKeyRequest) ProtoMessage ¶
func (*QueryCurrentKeyRequest) ProtoMessage()
func (*QueryCurrentKeyRequest) ProtoReflect ¶
func (x *QueryCurrentKeyRequest) ProtoReflect() protoreflect.Message
func (*QueryCurrentKeyRequest) Reset ¶
func (x *QueryCurrentKeyRequest) Reset()
func (*QueryCurrentKeyRequest) String ¶
func (x *QueryCurrentKeyRequest) String() string
type QueryCurrentKeyResponse ¶
type QueryCurrentKeyResponse struct {
Key *TssKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*QueryCurrentKeyResponse) Descriptor
deprecated
func (*QueryCurrentKeyResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryCurrentKeyResponse.ProtoReflect.Descriptor instead.
func (*QueryCurrentKeyResponse) GetKey ¶
func (x *QueryCurrentKeyResponse) GetKey() *TssKey
func (*QueryCurrentKeyResponse) ProtoMessage ¶
func (*QueryCurrentKeyResponse) ProtoMessage()
func (*QueryCurrentKeyResponse) ProtoReflect ¶
func (x *QueryCurrentKeyResponse) ProtoReflect() protoreflect.Message
func (*QueryCurrentKeyResponse) Reset ¶
func (x *QueryCurrentKeyResponse) Reset()
func (*QueryCurrentKeyResponse) String ¶
func (x *QueryCurrentKeyResponse) String() string
type QueryCurrentProcessRequest ¶
type QueryCurrentProcessRequest struct {
// contains filtered or unexported fields
}
func (*QueryCurrentProcessRequest) Descriptor
deprecated
func (*QueryCurrentProcessRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryCurrentProcessRequest.ProtoReflect.Descriptor instead.
func (*QueryCurrentProcessRequest) ProtoMessage ¶
func (*QueryCurrentProcessRequest) ProtoMessage()
func (*QueryCurrentProcessRequest) ProtoReflect ¶
func (x *QueryCurrentProcessRequest) ProtoReflect() protoreflect.Message
func (*QueryCurrentProcessRequest) Reset ¶
func (x *QueryCurrentProcessRequest) Reset()
func (*QueryCurrentProcessRequest) String ¶
func (x *QueryCurrentProcessRequest) String() string
type QueryCurrentProcessResponse ¶
type QueryCurrentProcessResponse struct {
Process *TssKeyProcess `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"`
// contains filtered or unexported fields
}
func (*QueryCurrentProcessResponse) Descriptor
deprecated
func (*QueryCurrentProcessResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryCurrentProcessResponse.ProtoReflect.Descriptor instead.
func (*QueryCurrentProcessResponse) GetProcess ¶
func (x *QueryCurrentProcessResponse) GetProcess() *TssKeyProcess
func (*QueryCurrentProcessResponse) ProtoMessage ¶
func (*QueryCurrentProcessResponse) ProtoMessage()
func (*QueryCurrentProcessResponse) ProtoReflect ¶
func (x *QueryCurrentProcessResponse) ProtoReflect() protoreflect.Message
func (*QueryCurrentProcessResponse) Reset ¶
func (x *QueryCurrentProcessResponse) Reset()
func (*QueryCurrentProcessResponse) String ¶
func (x *QueryCurrentProcessResponse) String() string
type QueryGetFundMigrationRequest ¶ added in v0.0.28
type QueryGetFundMigrationRequest struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
Fund Migration queries
func (*QueryGetFundMigrationRequest) Descriptor
deprecated
added in
v0.0.28
func (*QueryGetFundMigrationRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetFundMigrationRequest.ProtoReflect.Descriptor instead.
func (*QueryGetFundMigrationRequest) GetId ¶ added in v0.0.28
func (x *QueryGetFundMigrationRequest) GetId() uint64
func (*QueryGetFundMigrationRequest) ProtoMessage ¶ added in v0.0.28
func (*QueryGetFundMigrationRequest) ProtoMessage()
func (*QueryGetFundMigrationRequest) ProtoReflect ¶ added in v0.0.28
func (x *QueryGetFundMigrationRequest) ProtoReflect() protoreflect.Message
func (*QueryGetFundMigrationRequest) Reset ¶ added in v0.0.28
func (x *QueryGetFundMigrationRequest) Reset()
func (*QueryGetFundMigrationRequest) String ¶ added in v0.0.28
func (x *QueryGetFundMigrationRequest) String() string
type QueryGetFundMigrationResponse ¶ added in v0.0.28
type QueryGetFundMigrationResponse struct {
Migration *FundMigration `protobuf:"bytes,1,opt,name=migration,proto3" json:"migration,omitempty"`
// contains filtered or unexported fields
}
func (*QueryGetFundMigrationResponse) Descriptor
deprecated
added in
v0.0.28
func (*QueryGetFundMigrationResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetFundMigrationResponse.ProtoReflect.Descriptor instead.
func (*QueryGetFundMigrationResponse) GetMigration ¶ added in v0.0.28
func (x *QueryGetFundMigrationResponse) GetMigration() *FundMigration
func (*QueryGetFundMigrationResponse) ProtoMessage ¶ added in v0.0.28
func (*QueryGetFundMigrationResponse) ProtoMessage()
func (*QueryGetFundMigrationResponse) ProtoReflect ¶ added in v0.0.28
func (x *QueryGetFundMigrationResponse) ProtoReflect() protoreflect.Message
func (*QueryGetFundMigrationResponse) Reset ¶ added in v0.0.28
func (x *QueryGetFundMigrationResponse) Reset()
func (*QueryGetFundMigrationResponse) String ¶ added in v0.0.28
func (x *QueryGetFundMigrationResponse) String() string
type QueryGetPendingTssEventRequest ¶ added in v0.0.23
type QueryGetPendingTssEventRequest struct {
ProcessId uint64 `protobuf:"varint,1,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
// contains filtered or unexported fields
}
func (*QueryGetPendingTssEventRequest) Descriptor
deprecated
added in
v0.0.23
func (*QueryGetPendingTssEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetPendingTssEventRequest.ProtoReflect.Descriptor instead.
func (*QueryGetPendingTssEventRequest) GetProcessId ¶ added in v0.0.23
func (x *QueryGetPendingTssEventRequest) GetProcessId() uint64
func (*QueryGetPendingTssEventRequest) ProtoMessage ¶ added in v0.0.23
func (*QueryGetPendingTssEventRequest) ProtoMessage()
func (*QueryGetPendingTssEventRequest) ProtoReflect ¶ added in v0.0.23
func (x *QueryGetPendingTssEventRequest) ProtoReflect() protoreflect.Message
func (*QueryGetPendingTssEventRequest) Reset ¶ added in v0.0.23
func (x *QueryGetPendingTssEventRequest) Reset()
func (*QueryGetPendingTssEventRequest) String ¶ added in v0.0.23
func (x *QueryGetPendingTssEventRequest) String() string
type QueryGetPendingTssEventResponse ¶ added in v0.0.23
type QueryGetPendingTssEventResponse struct {
Event *TssEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
// contains filtered or unexported fields
}
func (*QueryGetPendingTssEventResponse) Descriptor
deprecated
added in
v0.0.23
func (*QueryGetPendingTssEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetPendingTssEventResponse.ProtoReflect.Descriptor instead.
func (*QueryGetPendingTssEventResponse) GetEvent ¶ added in v0.0.23
func (x *QueryGetPendingTssEventResponse) GetEvent() *TssEvent
func (*QueryGetPendingTssEventResponse) ProtoMessage ¶ added in v0.0.23
func (*QueryGetPendingTssEventResponse) ProtoMessage()
func (*QueryGetPendingTssEventResponse) ProtoReflect ¶ added in v0.0.23
func (x *QueryGetPendingTssEventResponse) ProtoReflect() protoreflect.Message
func (*QueryGetPendingTssEventResponse) Reset ¶ added in v0.0.23
func (x *QueryGetPendingTssEventResponse) Reset()
func (*QueryGetPendingTssEventResponse) String ¶ added in v0.0.23
func (x *QueryGetPendingTssEventResponse) String() string
type QueryGetTssEventRequest ¶ added in v0.0.23
type QueryGetTssEventRequest struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
TSS Event queries
func (*QueryGetTssEventRequest) Descriptor
deprecated
added in
v0.0.23
func (*QueryGetTssEventRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetTssEventRequest.ProtoReflect.Descriptor instead.
func (*QueryGetTssEventRequest) GetId ¶ added in v0.0.23
func (x *QueryGetTssEventRequest) GetId() uint64
func (*QueryGetTssEventRequest) ProtoMessage ¶ added in v0.0.23
func (*QueryGetTssEventRequest) ProtoMessage()
func (*QueryGetTssEventRequest) ProtoReflect ¶ added in v0.0.23
func (x *QueryGetTssEventRequest) ProtoReflect() protoreflect.Message
func (*QueryGetTssEventRequest) Reset ¶ added in v0.0.23
func (x *QueryGetTssEventRequest) Reset()
func (*QueryGetTssEventRequest) String ¶ added in v0.0.23
func (x *QueryGetTssEventRequest) String() string
type QueryGetTssEventResponse ¶ added in v0.0.23
type QueryGetTssEventResponse struct {
Event *TssEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
// contains filtered or unexported fields
}
func (*QueryGetTssEventResponse) Descriptor
deprecated
added in
v0.0.23
func (*QueryGetTssEventResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryGetTssEventResponse.ProtoReflect.Descriptor instead.
func (*QueryGetTssEventResponse) GetEvent ¶ added in v0.0.23
func (x *QueryGetTssEventResponse) GetEvent() *TssEvent
func (*QueryGetTssEventResponse) ProtoMessage ¶ added in v0.0.23
func (*QueryGetTssEventResponse) ProtoMessage()
func (*QueryGetTssEventResponse) ProtoReflect ¶ added in v0.0.23
func (x *QueryGetTssEventResponse) ProtoReflect() protoreflect.Message
func (*QueryGetTssEventResponse) Reset ¶ added in v0.0.23
func (x *QueryGetTssEventResponse) Reset()
func (*QueryGetTssEventResponse) String ¶ added in v0.0.23
func (x *QueryGetTssEventResponse) String() string
type QueryKeyByIdRequest ¶
type QueryKeyByIdRequest struct {
KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
// contains filtered or unexported fields
}
func (*QueryKeyByIdRequest) Descriptor
deprecated
func (*QueryKeyByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryKeyByIdRequest.ProtoReflect.Descriptor instead.
func (*QueryKeyByIdRequest) GetKeyId ¶
func (x *QueryKeyByIdRequest) GetKeyId() string
func (*QueryKeyByIdRequest) ProtoMessage ¶
func (*QueryKeyByIdRequest) ProtoMessage()
func (*QueryKeyByIdRequest) ProtoReflect ¶
func (x *QueryKeyByIdRequest) ProtoReflect() protoreflect.Message
func (*QueryKeyByIdRequest) Reset ¶
func (x *QueryKeyByIdRequest) Reset()
func (*QueryKeyByIdRequest) String ¶
func (x *QueryKeyByIdRequest) String() string
type QueryKeyByIdResponse ¶
type QueryKeyByIdResponse struct {
Key *TssKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// contains filtered or unexported fields
}
func (*QueryKeyByIdResponse) Descriptor
deprecated
func (*QueryKeyByIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryKeyByIdResponse.ProtoReflect.Descriptor instead.
func (*QueryKeyByIdResponse) GetKey ¶
func (x *QueryKeyByIdResponse) GetKey() *TssKey
func (*QueryKeyByIdResponse) ProtoMessage ¶
func (*QueryKeyByIdResponse) ProtoMessage()
func (*QueryKeyByIdResponse) ProtoReflect ¶
func (x *QueryKeyByIdResponse) ProtoReflect() protoreflect.Message
func (*QueryKeyByIdResponse) Reset ¶
func (x *QueryKeyByIdResponse) Reset()
func (*QueryKeyByIdResponse) String ¶
func (x *QueryKeyByIdResponse) String() string
type QueryParamsRequest ¶
type QueryParamsRequest struct {
// contains filtered or unexported fields
}
Messages
func (*QueryParamsRequest) Descriptor
deprecated
func (*QueryParamsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.
func (*QueryParamsRequest) ProtoMessage ¶
func (*QueryParamsRequest) ProtoMessage()
func (*QueryParamsRequest) ProtoReflect ¶
func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message
func (*QueryParamsRequest) Reset ¶
func (x *QueryParamsRequest) Reset()
func (*QueryParamsRequest) String ¶
func (x *QueryParamsRequest) String() string
type QueryParamsResponse ¶
type QueryParamsResponse struct {
Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
// contains filtered or unexported fields
}
func (*QueryParamsResponse) Descriptor
deprecated
func (*QueryParamsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.
func (*QueryParamsResponse) GetParams ¶
func (x *QueryParamsResponse) GetParams() *Params
func (*QueryParamsResponse) ProtoMessage ¶
func (*QueryParamsResponse) ProtoMessage()
func (*QueryParamsResponse) ProtoReflect ¶
func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message
func (*QueryParamsResponse) Reset ¶
func (x *QueryParamsResponse) Reset()
func (*QueryParamsResponse) String ¶
func (x *QueryParamsResponse) String() string
type QueryPendingFundMigrationsRequest ¶ added in v0.0.28
type QueryPendingFundMigrationsRequest struct {
// contains filtered or unexported fields
}
func (*QueryPendingFundMigrationsRequest) Descriptor
deprecated
added in
v0.0.28
func (*QueryPendingFundMigrationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryPendingFundMigrationsRequest.ProtoReflect.Descriptor instead.
func (*QueryPendingFundMigrationsRequest) ProtoMessage ¶ added in v0.0.28
func (*QueryPendingFundMigrationsRequest) ProtoMessage()
func (*QueryPendingFundMigrationsRequest) ProtoReflect ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsRequest) ProtoReflect() protoreflect.Message
func (*QueryPendingFundMigrationsRequest) Reset ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsRequest) Reset()
func (*QueryPendingFundMigrationsRequest) String ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsRequest) String() string
type QueryPendingFundMigrationsResponse ¶ added in v0.0.28
type QueryPendingFundMigrationsResponse struct {
Migrations []*FundMigration `protobuf:"bytes,1,rep,name=migrations,proto3" json:"migrations,omitempty"`
// contains filtered or unexported fields
}
func (*QueryPendingFundMigrationsResponse) Descriptor
deprecated
added in
v0.0.28
func (*QueryPendingFundMigrationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryPendingFundMigrationsResponse.ProtoReflect.Descriptor instead.
func (*QueryPendingFundMigrationsResponse) GetMigrations ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsResponse) GetMigrations() []*FundMigration
func (*QueryPendingFundMigrationsResponse) ProtoMessage ¶ added in v0.0.28
func (*QueryPendingFundMigrationsResponse) ProtoMessage()
func (*QueryPendingFundMigrationsResponse) ProtoReflect ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsResponse) ProtoReflect() protoreflect.Message
func (*QueryPendingFundMigrationsResponse) Reset ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsResponse) Reset()
func (*QueryPendingFundMigrationsResponse) String ¶ added in v0.0.28
func (x *QueryPendingFundMigrationsResponse) String() string
type QueryProcessByIdRequest ¶
type QueryProcessByIdRequest struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
// contains filtered or unexported fields
}
func (*QueryProcessByIdRequest) Descriptor
deprecated
func (*QueryProcessByIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryProcessByIdRequest.ProtoReflect.Descriptor instead.
func (*QueryProcessByIdRequest) GetId ¶
func (x *QueryProcessByIdRequest) GetId() uint64
func (*QueryProcessByIdRequest) ProtoMessage ¶
func (*QueryProcessByIdRequest) ProtoMessage()
func (*QueryProcessByIdRequest) ProtoReflect ¶
func (x *QueryProcessByIdRequest) ProtoReflect() protoreflect.Message
func (*QueryProcessByIdRequest) Reset ¶
func (x *QueryProcessByIdRequest) Reset()
func (*QueryProcessByIdRequest) String ¶
func (x *QueryProcessByIdRequest) String() string
type QueryProcessByIdResponse ¶
type QueryProcessByIdResponse struct {
Process *TssKeyProcess `protobuf:"bytes,1,opt,name=process,proto3" json:"process,omitempty"`
// contains filtered or unexported fields
}
func (*QueryProcessByIdResponse) Descriptor
deprecated
func (*QueryProcessByIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryProcessByIdResponse.ProtoReflect.Descriptor instead.
func (*QueryProcessByIdResponse) GetProcess ¶
func (x *QueryProcessByIdResponse) GetProcess() *TssKeyProcess
func (*QueryProcessByIdResponse) ProtoMessage ¶
func (*QueryProcessByIdResponse) ProtoMessage()
func (*QueryProcessByIdResponse) ProtoReflect ¶
func (x *QueryProcessByIdResponse) ProtoReflect() protoreflect.Message
func (*QueryProcessByIdResponse) Reset ¶
func (x *QueryProcessByIdResponse) Reset()
func (*QueryProcessByIdResponse) String ¶
func (x *QueryProcessByIdResponse) String() string
type QueryServer ¶
type QueryServer interface {
// Params queries module parameters.
Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
// Current TSS Process
CurrentProcess(context.Context, *QueryCurrentProcessRequest) (*QueryCurrentProcessResponse, error)
// Process by ID
ProcessById(context.Context, *QueryProcessByIdRequest) (*QueryProcessByIdResponse, error)
// List all processes (paginated)
AllProcesses(context.Context, *QueryAllProcessesRequest) (*QueryAllProcessesResponse, error)
// Current TSS Key
CurrentKey(context.Context, *QueryCurrentKeyRequest) (*QueryCurrentKeyResponse, error)
// Get finalized TSS key by key_id
KeyById(context.Context, *QueryKeyByIdRequest) (*QueryKeyByIdResponse, error)
// List all finalized keys (paginated)
AllKeys(context.Context, *QueryAllKeysRequest) (*QueryAllKeysResponse, error)
// Get a single TSS event by auto-increment ID
GetTssEvent(context.Context, *QueryGetTssEventRequest) (*QueryGetTssEventResponse, error)
// Get a single pending TSS event by process ID
GetPendingTssEvent(context.Context, *QueryGetPendingTssEventRequest) (*QueryGetPendingTssEventResponse, error)
// List all pending TSS events (paginated)
AllPendingTssEvents(context.Context, *QueryAllPendingTssEventsRequest) (*QueryAllPendingTssEventsResponse, error)
// List all TSS events (paginated)
AllTssEvents(context.Context, *QueryAllTssEventsRequest) (*QueryAllTssEventsResponse, error)
// Get a fund migration by ID
GetFundMigration(context.Context, *QueryGetFundMigrationRequest) (*QueryGetFundMigrationResponse, error)
// List pending fund migrations
PendingFundMigrations(context.Context, *QueryPendingFundMigrationsRequest) (*QueryPendingFundMigrationsResponse, error)
// List all fund migrations (paginated)
AllFundMigrations(context.Context, *QueryAllFundMigrationsRequest) (*QueryAllFundMigrationsResponse, error)
// contains filtered or unexported methods
}
QueryServer is the server API for Query service. All implementations must embed UnimplementedQueryServer for forward compatibility
type TssEvent ¶ added in v0.0.23
type TssEvent struct {
Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
EventType TssEventType `protobuf:"varint,2,opt,name=event_type,json=eventType,proto3,enum=utss.v1.TssEventType" json:"event_type,omitempty"`
Status TssEventStatus `protobuf:"varint,3,opt,name=status,proto3,enum=utss.v1.TssEventStatus" json:"status,omitempty"`
ProcessId uint64 `protobuf:"varint,4,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
ProcessType string `protobuf:"bytes,5,opt,name=process_type,json=processType,proto3" json:"process_type,omitempty"`
Participants []string `protobuf:"bytes,6,rep,name=participants,proto3" json:"participants,omitempty"`
ExpiryHeight int64 `protobuf:"varint,7,opt,name=expiry_height,json=expiryHeight,proto3" json:"expiry_height,omitempty"`
BlockHeight int64 `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
KeyId string `protobuf:"bytes,9,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
TssPubkey string `protobuf:"bytes,10,opt,name=tss_pubkey,json=tssPubkey,proto3" json:"tss_pubkey,omitempty"`
// contains filtered or unexported fields
}
Persistent TSS event for queryable lifecycle tracking
func (*TssEvent) Descriptor
deprecated
added in
v0.0.23
func (*TssEvent) GetBlockHeight ¶ added in v0.0.23
func (*TssEvent) GetEventType ¶ added in v0.0.23
func (x *TssEvent) GetEventType() TssEventType
func (*TssEvent) GetExpiryHeight ¶ added in v0.0.23
func (*TssEvent) GetParticipants ¶ added in v0.0.23
func (*TssEvent) GetProcessId ¶ added in v0.0.23
func (*TssEvent) GetProcessType ¶ added in v0.0.23
func (*TssEvent) GetStatus ¶ added in v0.0.23
func (x *TssEvent) GetStatus() TssEventStatus
func (*TssEvent) GetTssPubkey ¶ added in v0.0.23
func (*TssEvent) ProtoMessage ¶ added in v0.0.23
func (*TssEvent) ProtoMessage()
func (*TssEvent) ProtoReflect ¶ added in v0.0.23
func (x *TssEvent) ProtoReflect() protoreflect.Message
type TssEventStatus ¶ added in v0.0.23
type TssEventStatus int32
TSS Event statuses
const ( TssEventStatus_TSS_EVENT_ACTIVE TssEventStatus = 0 TssEventStatus_TSS_EVENT_COMPLETED TssEventStatus = 1 TssEventStatus_TSS_EVENT_EXPIRED TssEventStatus = 2 )
func (TssEventStatus) Descriptor ¶ added in v0.0.23
func (TssEventStatus) Descriptor() protoreflect.EnumDescriptor
func (TssEventStatus) Enum ¶ added in v0.0.23
func (x TssEventStatus) Enum() *TssEventStatus
func (TssEventStatus) EnumDescriptor
deprecated
added in
v0.0.23
func (TssEventStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TssEventStatus.Descriptor instead.
func (TssEventStatus) Number ¶ added in v0.0.23
func (x TssEventStatus) Number() protoreflect.EnumNumber
func (TssEventStatus) String ¶ added in v0.0.23
func (x TssEventStatus) String() string
func (TssEventStatus) Type ¶ added in v0.0.23
func (TssEventStatus) Type() protoreflect.EnumType
type TssEventType ¶ added in v0.0.23
type TssEventType int32
TSS Event types
const ( TssEventType_TSS_EVENT_PROCESS_INITIATED TssEventType = 0 TssEventType_TSS_EVENT_KEY_FINALIZED TssEventType = 1 )
func (TssEventType) Descriptor ¶ added in v0.0.23
func (TssEventType) Descriptor() protoreflect.EnumDescriptor
func (TssEventType) Enum ¶ added in v0.0.23
func (x TssEventType) Enum() *TssEventType
func (TssEventType) EnumDescriptor
deprecated
added in
v0.0.23
func (TssEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TssEventType.Descriptor instead.
func (TssEventType) Number ¶ added in v0.0.23
func (x TssEventType) Number() protoreflect.EnumNumber
func (TssEventType) String ¶ added in v0.0.23
func (x TssEventType) String() string
func (TssEventType) Type ¶ added in v0.0.23
func (TssEventType) Type() protoreflect.EnumType
type TssKey ¶
type TssKey struct {
TssPubkey string `protobuf:"bytes,1,opt,name=tss_pubkey,json=tssPubkey,proto3" json:"tss_pubkey,omitempty"`
KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
Participants []string `protobuf:"bytes,3,rep,name=participants,proto3" json:"participants,omitempty"`
FinalizedBlockHeight int64 `protobuf:"varint,4,opt,name=finalized_block_height,json=finalizedBlockHeight,proto3" json:"finalized_block_height,omitempty"`
KeygenBlockHeight int64 `protobuf:"varint,5,opt,name=keygen_block_height,json=keygenBlockHeight,proto3" json:"keygen_block_height,omitempty"`
ProcessId uint64 `protobuf:"varint,6,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
// contains filtered or unexported fields
}
Finalized TSS key details
func (*TssKey) Descriptor
deprecated
func (*TssKey) GetFinalizedBlockHeight ¶
func (*TssKey) GetKeygenBlockHeight ¶
func (*TssKey) GetParticipants ¶
func (*TssKey) GetProcessId ¶
func (*TssKey) GetTssPubkey ¶
func (*TssKey) ProtoMessage ¶
func (*TssKey) ProtoMessage()
func (*TssKey) ProtoReflect ¶
func (x *TssKey) ProtoReflect() protoreflect.Message
type TssKeyEntry ¶ added in v0.0.23
type TssKeyEntry struct {
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Value *TssKey `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
TssKeyEntry is a key-value pair for exporting TssKeyHistory map state.
func (*TssKeyEntry) Descriptor
deprecated
added in
v0.0.23
func (*TssKeyEntry) Descriptor() ([]byte, []int)
Deprecated: Use TssKeyEntry.ProtoReflect.Descriptor instead.
func (*TssKeyEntry) GetKey ¶ added in v0.0.23
func (x *TssKeyEntry) GetKey() string
func (*TssKeyEntry) GetValue ¶ added in v0.0.23
func (x *TssKeyEntry) GetValue() *TssKey
func (*TssKeyEntry) ProtoMessage ¶ added in v0.0.23
func (*TssKeyEntry) ProtoMessage()
func (*TssKeyEntry) ProtoReflect ¶ added in v0.0.23
func (x *TssKeyEntry) ProtoReflect() protoreflect.Message
func (*TssKeyEntry) Reset ¶ added in v0.0.23
func (x *TssKeyEntry) Reset()
func (*TssKeyEntry) String ¶ added in v0.0.23
func (x *TssKeyEntry) String() string
type TssKeyProcess ¶
type TssKeyProcess struct {
Status TssKeyProcessStatus `protobuf:"varint,1,opt,name=status,proto3,enum=utss.v1.TssKeyProcessStatus" json:"status,omitempty"`
Participants []string `protobuf:"bytes,2,rep,name=participants,proto3" json:"participants,omitempty"`
BlockHeight int64 `protobuf:"varint,3,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
ExpiryHeight int64 `protobuf:"varint,4,opt,name=expiry_height,json=expiryHeight,proto3" json:"expiry_height,omitempty"`
ProcessType TssProcessType `protobuf:"varint,5,opt,name=process_type,json=processType,proto3,enum=utss.v1.TssProcessType" json:"process_type,omitempty"`
Id uint64 `protobuf:"varint,6,opt,name=id,proto3" json:"id,omitempty"` // process id
// contains filtered or unexported fields
}
TSS key process information
func (*TssKeyProcess) Descriptor
deprecated
func (*TssKeyProcess) Descriptor() ([]byte, []int)
Deprecated: Use TssKeyProcess.ProtoReflect.Descriptor instead.
func (*TssKeyProcess) GetBlockHeight ¶
func (x *TssKeyProcess) GetBlockHeight() int64
func (*TssKeyProcess) GetExpiryHeight ¶
func (x *TssKeyProcess) GetExpiryHeight() int64
func (*TssKeyProcess) GetId ¶
func (x *TssKeyProcess) GetId() uint64
func (*TssKeyProcess) GetParticipants ¶
func (x *TssKeyProcess) GetParticipants() []string
func (*TssKeyProcess) GetProcessType ¶
func (x *TssKeyProcess) GetProcessType() TssProcessType
func (*TssKeyProcess) GetStatus ¶
func (x *TssKeyProcess) GetStatus() TssKeyProcessStatus
func (*TssKeyProcess) ProtoMessage ¶
func (*TssKeyProcess) ProtoMessage()
func (*TssKeyProcess) ProtoReflect ¶
func (x *TssKeyProcess) ProtoReflect() protoreflect.Message
func (*TssKeyProcess) Reset ¶
func (x *TssKeyProcess) Reset()
func (*TssKeyProcess) String ¶
func (x *TssKeyProcess) String() string
type TssKeyProcessEntry ¶ added in v0.0.23
type TssKeyProcessEntry struct {
Key uint64 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
Value *TssKeyProcess `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
TssKeyProcessEntry is a key-value pair for exporting ProcessHistory map state.
func (*TssKeyProcessEntry) Descriptor
deprecated
added in
v0.0.23
func (*TssKeyProcessEntry) Descriptor() ([]byte, []int)
Deprecated: Use TssKeyProcessEntry.ProtoReflect.Descriptor instead.
func (*TssKeyProcessEntry) GetKey ¶ added in v0.0.23
func (x *TssKeyProcessEntry) GetKey() uint64
func (*TssKeyProcessEntry) GetValue ¶ added in v0.0.23
func (x *TssKeyProcessEntry) GetValue() *TssKeyProcess
func (*TssKeyProcessEntry) ProtoMessage ¶ added in v0.0.23
func (*TssKeyProcessEntry) ProtoMessage()
func (*TssKeyProcessEntry) ProtoReflect ¶ added in v0.0.23
func (x *TssKeyProcessEntry) ProtoReflect() protoreflect.Message
func (*TssKeyProcessEntry) Reset ¶ added in v0.0.23
func (x *TssKeyProcessEntry) Reset()
func (*TssKeyProcessEntry) String ¶ added in v0.0.23
func (x *TssKeyProcessEntry) String() string
type TssKeyProcessStatus ¶
type TssKeyProcessStatus int32
const ( TssKeyProcessStatus_TSS_KEY_PROCESS_PENDING TssKeyProcessStatus = 0 TssKeyProcessStatus_TSS_KEY_PROCESS_SUCCESS TssKeyProcessStatus = 1 TssKeyProcessStatus_TSS_KEY_PROCESS_FAILED TssKeyProcessStatus = 2 )
func (TssKeyProcessStatus) Descriptor ¶
func (TssKeyProcessStatus) Descriptor() protoreflect.EnumDescriptor
func (TssKeyProcessStatus) Enum ¶
func (x TssKeyProcessStatus) Enum() *TssKeyProcessStatus
func (TssKeyProcessStatus) EnumDescriptor
deprecated
func (TssKeyProcessStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TssKeyProcessStatus.Descriptor instead.
func (TssKeyProcessStatus) Number ¶
func (x TssKeyProcessStatus) Number() protoreflect.EnumNumber
func (TssKeyProcessStatus) String ¶
func (x TssKeyProcessStatus) String() string
func (TssKeyProcessStatus) Type ¶
func (TssKeyProcessStatus) Type() protoreflect.EnumType
type TssProcessType ¶
type TssProcessType int32
const ( TssProcessType_TSS_PROCESS_KEYGEN TssProcessType = 0 TssProcessType_TSS_PROCESS_REFRESH TssProcessType = 1 TssProcessType_TSS_PROCESS_QUORUM_CHANGE TssProcessType = 2 )
func (TssProcessType) Descriptor ¶
func (TssProcessType) Descriptor() protoreflect.EnumDescriptor
func (TssProcessType) Enum ¶
func (x TssProcessType) Enum() *TssProcessType
func (TssProcessType) EnumDescriptor
deprecated
func (TssProcessType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TssProcessType.Descriptor instead.
func (TssProcessType) Number ¶
func (x TssProcessType) Number() protoreflect.EnumNumber
func (TssProcessType) String ¶
func (x TssProcessType) String() string
func (TssProcessType) Type ¶
func (TssProcessType) Type() protoreflect.EnumType
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct {
}
UnimplementedMsgServer must be embedded to have forward compatible implementations.
func (UnimplementedMsgServer) InitiateFundMigration ¶ added in v0.0.28
func (UnimplementedMsgServer) InitiateFundMigration(context.Context, *MsgInitiateFundMigration) (*MsgInitiateFundMigrationResponse, error)
func (UnimplementedMsgServer) InitiateTssKeyProcess ¶
func (UnimplementedMsgServer) InitiateTssKeyProcess(context.Context, *MsgInitiateTssKeyProcess) (*MsgInitiateTssKeyProcessResponse, error)
func (UnimplementedMsgServer) UpdateParams ¶
func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error)
func (UnimplementedMsgServer) VoteFundMigration ¶ added in v0.0.28
func (UnimplementedMsgServer) VoteFundMigration(context.Context, *MsgVoteFundMigration) (*MsgVoteFundMigrationResponse, error)
func (UnimplementedMsgServer) VoteTssKeyProcess ¶
func (UnimplementedMsgServer) VoteTssKeyProcess(context.Context, *MsgVoteTssKeyProcess) (*MsgVoteTssKeyProcessResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct {
}
UnimplementedQueryServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryServer) AllFundMigrations ¶ added in v0.0.28
func (UnimplementedQueryServer) AllFundMigrations(context.Context, *QueryAllFundMigrationsRequest) (*QueryAllFundMigrationsResponse, error)
func (UnimplementedQueryServer) AllKeys ¶
func (UnimplementedQueryServer) AllKeys(context.Context, *QueryAllKeysRequest) (*QueryAllKeysResponse, error)
func (UnimplementedQueryServer) AllPendingTssEvents ¶ added in v0.0.23
func (UnimplementedQueryServer) AllPendingTssEvents(context.Context, *QueryAllPendingTssEventsRequest) (*QueryAllPendingTssEventsResponse, error)
func (UnimplementedQueryServer) AllProcesses ¶
func (UnimplementedQueryServer) AllProcesses(context.Context, *QueryAllProcessesRequest) (*QueryAllProcessesResponse, error)
func (UnimplementedQueryServer) AllTssEvents ¶ added in v0.0.23
func (UnimplementedQueryServer) AllTssEvents(context.Context, *QueryAllTssEventsRequest) (*QueryAllTssEventsResponse, error)
func (UnimplementedQueryServer) CurrentKey ¶
func (UnimplementedQueryServer) CurrentKey(context.Context, *QueryCurrentKeyRequest) (*QueryCurrentKeyResponse, error)
func (UnimplementedQueryServer) CurrentProcess ¶
func (UnimplementedQueryServer) CurrentProcess(context.Context, *QueryCurrentProcessRequest) (*QueryCurrentProcessResponse, error)
func (UnimplementedQueryServer) GetFundMigration ¶ added in v0.0.28
func (UnimplementedQueryServer) GetFundMigration(context.Context, *QueryGetFundMigrationRequest) (*QueryGetFundMigrationResponse, error)
func (UnimplementedQueryServer) GetPendingTssEvent ¶ added in v0.0.23
func (UnimplementedQueryServer) GetPendingTssEvent(context.Context, *QueryGetPendingTssEventRequest) (*QueryGetPendingTssEventResponse, error)
func (UnimplementedQueryServer) GetTssEvent ¶ added in v0.0.23
func (UnimplementedQueryServer) GetTssEvent(context.Context, *QueryGetTssEventRequest) (*QueryGetTssEventResponse, error)
func (UnimplementedQueryServer) KeyById ¶
func (UnimplementedQueryServer) KeyById(context.Context, *QueryKeyByIdRequest) (*QueryKeyByIdResponse, error)
func (UnimplementedQueryServer) Params ¶
func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error)
func (UnimplementedQueryServer) PendingFundMigrations ¶ added in v0.0.28
func (UnimplementedQueryServer) PendingFundMigrations(context.Context, *QueryPendingFundMigrationsRequest) (*QueryPendingFundMigrationsResponse, error)
func (UnimplementedQueryServer) ProcessById ¶
func (UnimplementedQueryServer) ProcessById(context.Context, *QueryProcessByIdRequest) (*QueryProcessByIdResponse, error)
type UnsafeMsgServer ¶
type UnsafeMsgServer interface {
// contains filtered or unexported methods
}
UnsafeMsgServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MsgServer will result in compilation errors.
type UnsafeQueryServer ¶
type UnsafeQueryServer interface {
// contains filtered or unexported methods
}
UnsafeQueryServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServer will result in compilation errors.