Documentation ¶
Index ¶
- type Event
- type Event_Recover
- type Event_RecoverResult
- type Event_SignShare
- type Event_SignShareResult
- type Event_Type
- type Event_TypeWrapper
- type Event_VerifyFull
- type Event_VerifyFullResult
- type Event_VerifyShare
- type Event_VerifyShareResult
- type Recover
- type RecoverOrigin
- type RecoverOrigin_ContextStore
- type RecoverOrigin_Dsl
- type RecoverOrigin_Type
- type RecoverOrigin_TypeWrapper
- type RecoverResult
- type SignShare
- type SignShareOrigin
- type SignShareOrigin_ContextStore
- type SignShareOrigin_Dsl
- type SignShareOrigin_Type
- type SignShareOrigin_TypeWrapper
- type SignShareResult
- type VerifyFull
- type VerifyFullOrigin
- type VerifyFullOrigin_ContextStore
- type VerifyFullOrigin_Dsl
- type VerifyFullOrigin_Type
- type VerifyFullOrigin_TypeWrapper
- type VerifyFullResult
- type VerifyShare
- type VerifyShareOrigin
- type VerifyShareOrigin_ContextStore
- type VerifyShareOrigin_Dsl
- type VerifyShareOrigin_Type
- type VerifyShareOrigin_TypeWrapper
- type VerifyShareResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func EventFromPb(pb *threshcryptopb.Event) *Event
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
func (*Event) Pb ¶
func (m *Event) Pb() *threshcryptopb.Event
type Event_Recover ¶
type Event_Recover struct {
Recover *Recover
}
func (*Event_Recover) MirReflect ¶
func (*Event_Recover) MirReflect() mirreflect.Type
func (*Event_Recover) Pb ¶
func (w *Event_Recover) Pb() threshcryptopb.Event_Type
func (*Event_Recover) Unwrap ¶
func (w *Event_Recover) Unwrap() *Recover
type Event_RecoverResult ¶
type Event_RecoverResult struct {
RecoverResult *RecoverResult
}
func (*Event_RecoverResult) MirReflect ¶
func (*Event_RecoverResult) MirReflect() mirreflect.Type
func (*Event_RecoverResult) Pb ¶
func (w *Event_RecoverResult) Pb() threshcryptopb.Event_Type
func (*Event_RecoverResult) Unwrap ¶
func (w *Event_RecoverResult) Unwrap() *RecoverResult
type Event_SignShare ¶
type Event_SignShare struct {
}func (*Event_SignShare) MirReflect ¶
func (*Event_SignShare) MirReflect() mirreflect.Type
func (*Event_SignShare) Pb ¶
func (w *Event_SignShare) Pb() threshcryptopb.Event_Type
func (*Event_SignShare) Unwrap ¶
func (w *Event_SignShare) Unwrap() *SignShare
type Event_SignShareResult ¶
type Event_SignShareResult struct {
}func (*Event_SignShareResult) MirReflect ¶
func (*Event_SignShareResult) MirReflect() mirreflect.Type
func (*Event_SignShareResult) Pb ¶
func (w *Event_SignShareResult) Pb() threshcryptopb.Event_Type
func (*Event_SignShareResult) Unwrap ¶
func (w *Event_SignShareResult) Unwrap() *SignShareResult
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() threshcryptopb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb threshcryptopb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type Event_VerifyFull ¶
type Event_VerifyFull struct {
VerifyFull *VerifyFull
}
func (*Event_VerifyFull) MirReflect ¶
func (*Event_VerifyFull) MirReflect() mirreflect.Type
func (*Event_VerifyFull) Pb ¶
func (w *Event_VerifyFull) Pb() threshcryptopb.Event_Type
func (*Event_VerifyFull) Unwrap ¶
func (w *Event_VerifyFull) Unwrap() *VerifyFull
type Event_VerifyFullResult ¶
type Event_VerifyFullResult struct {
VerifyFullResult *VerifyFullResult
}
func (*Event_VerifyFullResult) MirReflect ¶
func (*Event_VerifyFullResult) MirReflect() mirreflect.Type
func (*Event_VerifyFullResult) Pb ¶
func (w *Event_VerifyFullResult) Pb() threshcryptopb.Event_Type
func (*Event_VerifyFullResult) Unwrap ¶
func (w *Event_VerifyFullResult) Unwrap() *VerifyFullResult
type Event_VerifyShare ¶
type Event_VerifyShare struct {
}func (*Event_VerifyShare) MirReflect ¶
func (*Event_VerifyShare) MirReflect() mirreflect.Type
func (*Event_VerifyShare) Pb ¶
func (w *Event_VerifyShare) Pb() threshcryptopb.Event_Type
func (*Event_VerifyShare) Unwrap ¶
func (w *Event_VerifyShare) Unwrap() *VerifyShare
type Event_VerifyShareResult ¶
type Event_VerifyShareResult struct {
}func (*Event_VerifyShareResult) MirReflect ¶
func (*Event_VerifyShareResult) MirReflect() mirreflect.Type
func (*Event_VerifyShareResult) Pb ¶
func (w *Event_VerifyShareResult) Pb() threshcryptopb.Event_Type
func (*Event_VerifyShareResult) Unwrap ¶
func (w *Event_VerifyShareResult) Unwrap() *VerifyShareResult
type Recover ¶
type Recover struct { Data [][]uint8 Origin *RecoverOrigin }
func RecoverFromPb ¶
func RecoverFromPb(pb *threshcryptopb.Recover) *Recover
func (*Recover) MirReflect ¶
func (*Recover) MirReflect() mirreflect.Type
func (*Recover) Pb ¶
func (m *Recover) Pb() *threshcryptopb.Recover
type RecoverOrigin ¶
type RecoverOrigin struct { Module types.ModuleID Type RecoverOrigin_Type }
func RecoverOriginFromPb ¶
func RecoverOriginFromPb(pb *threshcryptopb.RecoverOrigin) *RecoverOrigin
func (*RecoverOrigin) MirReflect ¶
func (*RecoverOrigin) MirReflect() mirreflect.Type
func (*RecoverOrigin) Pb ¶
func (m *RecoverOrigin) Pb() *threshcryptopb.RecoverOrigin
type RecoverOrigin_ContextStore ¶
func (*RecoverOrigin_ContextStore) MirReflect ¶
func (*RecoverOrigin_ContextStore) MirReflect() mirreflect.Type
func (*RecoverOrigin_ContextStore) Pb ¶
func (w *RecoverOrigin_ContextStore) Pb() threshcryptopb.RecoverOrigin_Type
func (*RecoverOrigin_ContextStore) Unwrap ¶
func (w *RecoverOrigin_ContextStore) Unwrap() *types1.Origin
type RecoverOrigin_Dsl ¶
func (*RecoverOrigin_Dsl) MirReflect ¶
func (*RecoverOrigin_Dsl) MirReflect() mirreflect.Type
func (*RecoverOrigin_Dsl) Pb ¶
func (w *RecoverOrigin_Dsl) Pb() threshcryptopb.RecoverOrigin_Type
func (*RecoverOrigin_Dsl) Unwrap ¶
func (w *RecoverOrigin_Dsl) Unwrap() *types2.Origin
type RecoverOrigin_Type ¶
type RecoverOrigin_Type interface { mirreflect.GeneratedType Pb() threshcryptopb.RecoverOrigin_Type // contains filtered or unexported methods }
func RecoverOrigin_TypeFromPb ¶
func RecoverOrigin_TypeFromPb(pb threshcryptopb.RecoverOrigin_Type) RecoverOrigin_Type
type RecoverOrigin_TypeWrapper ¶
type RecoverOrigin_TypeWrapper[T any] interface { RecoverOrigin_Type Unwrap() *T }
type RecoverResult ¶
type RecoverResult struct { FullSignature []uint8 Ok bool Error string Origin *RecoverOrigin }
func RecoverResultFromPb ¶
func RecoverResultFromPb(pb *threshcryptopb.RecoverResult) *RecoverResult
func (*RecoverResult) MirReflect ¶
func (*RecoverResult) MirReflect() mirreflect.Type
func (*RecoverResult) Pb ¶
func (m *RecoverResult) Pb() *threshcryptopb.RecoverResult
type SignShare ¶
type SignShare struct {}
func SignShareFromPb ¶
func SignShareFromPb(pb *threshcryptopb.SignShare) *SignShare
func (*SignShare) MirReflect ¶
func (*SignShare) MirReflect() mirreflect.Type
func (*SignShare) Pb ¶
func (m *SignShare) Pb() *threshcryptopb.SignShare
type SignShareOrigin ¶
type SignShareOrigin struct {}
func SignShareOriginFromPb ¶
func SignShareOriginFromPb(pb *threshcryptopb.SignShareOrigin) *SignShareOrigin
func (*SignShareOrigin) MirReflect ¶
func (*SignShareOrigin) MirReflect() mirreflect.Type
func (*SignShareOrigin) Pb ¶
func (m *SignShareOrigin) Pb() *threshcryptopb.SignShareOrigin
type SignShareOrigin_ContextStore ¶
type SignShareOrigin_ContextStore struct {
}func (*SignShareOrigin_ContextStore) MirReflect ¶
func (*SignShareOrigin_ContextStore) MirReflect() mirreflect.Type
func (*SignShareOrigin_ContextStore) Pb ¶
func (w *SignShareOrigin_ContextStore) Pb() threshcryptopb.SignShareOrigin_Type
func (*SignShareOrigin_ContextStore) Unwrap ¶
func (w *SignShareOrigin_ContextStore) Unwrap() *types1.Origin
type SignShareOrigin_Dsl ¶
type SignShareOrigin_Dsl struct {
}func (*SignShareOrigin_Dsl) MirReflect ¶
func (*SignShareOrigin_Dsl) MirReflect() mirreflect.Type
func (*SignShareOrigin_Dsl) Pb ¶
func (w *SignShareOrigin_Dsl) Pb() threshcryptopb.SignShareOrigin_Type
func (*SignShareOrigin_Dsl) Unwrap ¶
func (w *SignShareOrigin_Dsl) Unwrap() *types2.Origin
type SignShareOrigin_Type ¶
type SignShareOrigin_Type interface { mirreflect.GeneratedType // contains filtered or unexported methods }
func SignShareOrigin_TypeFromPb ¶
func SignShareOrigin_TypeFromPb(pb threshcryptopb.SignShareOrigin_Type) SignShareOrigin_Type
type SignShareOrigin_TypeWrapper ¶
type SignShareOrigin_TypeWrapper[T any] interface { SignShareOrigin_Type }
type SignShareResult ¶
type SignShareResult struct {}
func SignShareResultFromPb ¶
func SignShareResultFromPb(pb *threshcryptopb.SignShareResult) *SignShareResult
func (*SignShareResult) MirReflect ¶
func (*SignShareResult) MirReflect() mirreflect.Type
func (*SignShareResult) Pb ¶
func (m *SignShareResult) Pb() *threshcryptopb.SignShareResult
type VerifyFull ¶
type VerifyFull struct { Data [][]uint8 FullSignature []uint8 Origin *VerifyFullOrigin }
func VerifyFullFromPb ¶
func VerifyFullFromPb(pb *threshcryptopb.VerifyFull) *VerifyFull
func (*VerifyFull) MirReflect ¶
func (*VerifyFull) MirReflect() mirreflect.Type
func (*VerifyFull) Pb ¶
func (m *VerifyFull) Pb() *threshcryptopb.VerifyFull
type VerifyFullOrigin ¶
type VerifyFullOrigin struct { Module types.ModuleID Type VerifyFullOrigin_Type }
func VerifyFullOriginFromPb ¶
func VerifyFullOriginFromPb(pb *threshcryptopb.VerifyFullOrigin) *VerifyFullOrigin
func (*VerifyFullOrigin) MirReflect ¶
func (*VerifyFullOrigin) MirReflect() mirreflect.Type
func (*VerifyFullOrigin) Pb ¶
func (m *VerifyFullOrigin) Pb() *threshcryptopb.VerifyFullOrigin
type VerifyFullOrigin_ContextStore ¶
func (*VerifyFullOrigin_ContextStore) MirReflect ¶
func (*VerifyFullOrigin_ContextStore) MirReflect() mirreflect.Type
func (*VerifyFullOrigin_ContextStore) Pb ¶
func (w *VerifyFullOrigin_ContextStore) Pb() threshcryptopb.VerifyFullOrigin_Type
func (*VerifyFullOrigin_ContextStore) Unwrap ¶
func (w *VerifyFullOrigin_ContextStore) Unwrap() *types1.Origin
type VerifyFullOrigin_Dsl ¶
func (*VerifyFullOrigin_Dsl) MirReflect ¶
func (*VerifyFullOrigin_Dsl) MirReflect() mirreflect.Type
func (*VerifyFullOrigin_Dsl) Pb ¶
func (w *VerifyFullOrigin_Dsl) Pb() threshcryptopb.VerifyFullOrigin_Type
func (*VerifyFullOrigin_Dsl) Unwrap ¶
func (w *VerifyFullOrigin_Dsl) Unwrap() *types2.Origin
type VerifyFullOrigin_Type ¶
type VerifyFullOrigin_Type interface { mirreflect.GeneratedType Pb() threshcryptopb.VerifyFullOrigin_Type // contains filtered or unexported methods }
func VerifyFullOrigin_TypeFromPb ¶
func VerifyFullOrigin_TypeFromPb(pb threshcryptopb.VerifyFullOrigin_Type) VerifyFullOrigin_Type
type VerifyFullOrigin_TypeWrapper ¶
type VerifyFullOrigin_TypeWrapper[T any] interface { VerifyFullOrigin_Type Unwrap() *T }
type VerifyFullResult ¶
type VerifyFullResult struct { Ok bool Error string Origin *VerifyFullOrigin }
func VerifyFullResultFromPb ¶
func VerifyFullResultFromPb(pb *threshcryptopb.VerifyFullResult) *VerifyFullResult
func (*VerifyFullResult) MirReflect ¶
func (*VerifyFullResult) MirReflect() mirreflect.Type
func (*VerifyFullResult) Pb ¶
func (m *VerifyFullResult) Pb() *threshcryptopb.VerifyFullResult
type VerifyShare ¶
type VerifyShare struct {}
func VerifyShareFromPb ¶
func VerifyShareFromPb(pb *threshcryptopb.VerifyShare) *VerifyShare
func (*VerifyShare) MirReflect ¶
func (*VerifyShare) MirReflect() mirreflect.Type
func (*VerifyShare) Pb ¶
func (m *VerifyShare) Pb() *threshcryptopb.VerifyShare
type VerifyShareOrigin ¶
type VerifyShareOrigin struct {}
func VerifyShareOriginFromPb ¶
func VerifyShareOriginFromPb(pb *threshcryptopb.VerifyShareOrigin) *VerifyShareOrigin
func (*VerifyShareOrigin) MirReflect ¶
func (*VerifyShareOrigin) MirReflect() mirreflect.Type
func (*VerifyShareOrigin) Pb ¶
func (m *VerifyShareOrigin) Pb() *threshcryptopb.VerifyShareOrigin
type VerifyShareOrigin_ContextStore ¶
type VerifyShareOrigin_ContextStore struct {
}func (*VerifyShareOrigin_ContextStore) MirReflect ¶
func (*VerifyShareOrigin_ContextStore) MirReflect() mirreflect.Type
func (*VerifyShareOrigin_ContextStore) Pb ¶
func (w *VerifyShareOrigin_ContextStore) Pb() threshcryptopb.VerifyShareOrigin_Type
func (*VerifyShareOrigin_ContextStore) Unwrap ¶
func (w *VerifyShareOrigin_ContextStore) Unwrap() *types1.Origin
type VerifyShareOrigin_Dsl ¶
type VerifyShareOrigin_Dsl struct {
}func (*VerifyShareOrigin_Dsl) MirReflect ¶
func (*VerifyShareOrigin_Dsl) MirReflect() mirreflect.Type
func (*VerifyShareOrigin_Dsl) Pb ¶
func (w *VerifyShareOrigin_Dsl) Pb() threshcryptopb.VerifyShareOrigin_Type
func (*VerifyShareOrigin_Dsl) Unwrap ¶
func (w *VerifyShareOrigin_Dsl) Unwrap() *types2.Origin
type VerifyShareOrigin_Type ¶
type VerifyShareOrigin_Type interface { mirreflect.GeneratedType // contains filtered or unexported methods }
func VerifyShareOrigin_TypeFromPb ¶
func VerifyShareOrigin_TypeFromPb(pb threshcryptopb.VerifyShareOrigin_Type) VerifyShareOrigin_Type
type VerifyShareOrigin_TypeWrapper ¶
type VerifyShareOrigin_TypeWrapper[T any] interface { VerifyShareOrigin_Type }
type VerifyShareResult ¶
type VerifyShareResult struct {}
func VerifyShareResultFromPb ¶
func VerifyShareResultFromPb(pb *threshcryptopb.VerifyShareResult) *VerifyShareResult
func (*VerifyShareResult) MirReflect ¶
func (*VerifyShareResult) MirReflect() mirreflect.Type
func (*VerifyShareResult) Pb ¶
func (m *VerifyShareResult) Pb() *threshcryptopb.VerifyShareResult
Click to show internal directories.
Click to hide internal directories.