Documentation ¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetPreprepareValidated() *PreprepareValidated
- func (m *Event) GetType() isEvent_Type
- func (x *Event) GetValidatePreprepare() *ValidatePreprepare
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (*Event) ReflectTypeOptions() []reflect.Type
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_PreprepareValidated
- type Event_Type
- type Event_TypeWrapper
- type Event_ValidatePreprepare
- type PPrepValidatorChkp
- func (*PPrepValidatorChkp) Descriptor() ([]byte, []int)deprecated
- func (x *PPrepValidatorChkp) GetMembership() *trantorpb.Membership
- func (*PPrepValidatorChkp) ProtoMessage()
- func (x *PPrepValidatorChkp) ProtoReflect() protoreflect.Message
- func (x *PPrepValidatorChkp) Reset()
- func (x *PPrepValidatorChkp) String() string
- type PreprepareValidated
- func (*PreprepareValidated) Descriptor() ([]byte, []int)deprecated
- func (x *PreprepareValidated) GetError() string
- func (x *PreprepareValidated) GetOrigin() *ValidatePreprepareOrigin
- func (*PreprepareValidated) ProtoMessage()
- func (x *PreprepareValidated) ProtoReflect() protoreflect.Message
- func (x *PreprepareValidated) Reset()
- func (x *PreprepareValidated) String() string
- type ValidatePreprepare
- func (*ValidatePreprepare) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatePreprepare) GetOrigin() *ValidatePreprepareOrigin
- func (x *ValidatePreprepare) GetPreprepare() *pbftpb.Preprepare
- func (*ValidatePreprepare) ProtoMessage()
- func (x *ValidatePreprepare) ProtoReflect() protoreflect.Message
- func (x *ValidatePreprepare) Reset()
- func (x *ValidatePreprepare) String() string
- type ValidatePreprepareOrigin
- func (*ValidatePreprepareOrigin) Descriptor() ([]byte, []int)deprecated
- func (x *ValidatePreprepareOrigin) GetContextStore() *contextstorepb.Origin
- func (x *ValidatePreprepareOrigin) GetDsl() *dslpb.Origin
- func (x *ValidatePreprepareOrigin) GetModule() string
- func (m *ValidatePreprepareOrigin) GetType() isValidatePreprepareOrigin_Type
- func (*ValidatePreprepareOrigin) ProtoMessage()
- func (x *ValidatePreprepareOrigin) ProtoReflect() protoreflect.Message
- func (*ValidatePreprepareOrigin) ReflectTypeOptions() []reflect.Type
- func (x *ValidatePreprepareOrigin) Reset()
- func (x *ValidatePreprepareOrigin) String() string
- type ValidatePreprepareOrigin_ContextStore
- type ValidatePreprepareOrigin_Dsl
- type ValidatePreprepareOrigin_Type
- type ValidatePreprepareOrigin_TypeWrapper
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ordererpb_pprepvalidatorpb_pprepvalidatorpb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { // Types that are assignable to Type: // *Event_ValidatePreprepare // *Event_PreprepareValidated Type isEvent_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetPreprepareValidated ¶
func (x *Event) GetPreprepareValidated() *PreprepareValidated
func (*Event) GetValidatePreprepare ¶
func (x *Event) GetValidatePreprepare() *ValidatePreprepare
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) ReflectTypeOptions ¶
type Event_PreprepareValidated ¶
type Event_PreprepareValidated struct {
PreprepareValidated *PreprepareValidated `protobuf:"bytes,2,opt,name=preprepare_validated,json=preprepareValidated,proto3,oneof"`
}
func (*Event_PreprepareValidated) Unwrap ¶
func (w *Event_PreprepareValidated) Unwrap() *PreprepareValidated
type Event_Type ¶
type Event_Type = isEvent_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type Event_ValidatePreprepare ¶
type Event_ValidatePreprepare struct {
ValidatePreprepare *ValidatePreprepare `protobuf:"bytes,1,opt,name=validate_preprepare,json=validatePreprepare,proto3,oneof"`
}
func (*Event_ValidatePreprepare) Unwrap ¶
func (w *Event_ValidatePreprepare) Unwrap() *ValidatePreprepare
type PPrepValidatorChkp ¶
type PPrepValidatorChkp struct { Membership *trantorpb.Membership `protobuf:"bytes,2,opt,name=membership,proto3" json:"membership,omitempty"` // contains filtered or unexported fields }
func (*PPrepValidatorChkp) Descriptor
deprecated
func (*PPrepValidatorChkp) Descriptor() ([]byte, []int)
Deprecated: Use PPrepValidatorChkp.ProtoReflect.Descriptor instead.
func (*PPrepValidatorChkp) GetMembership ¶
func (x *PPrepValidatorChkp) GetMembership() *trantorpb.Membership
func (*PPrepValidatorChkp) ProtoMessage ¶
func (*PPrepValidatorChkp) ProtoMessage()
func (*PPrepValidatorChkp) ProtoReflect ¶
func (x *PPrepValidatorChkp) ProtoReflect() protoreflect.Message
func (*PPrepValidatorChkp) Reset ¶
func (x *PPrepValidatorChkp) Reset()
func (*PPrepValidatorChkp) String ¶
func (x *PPrepValidatorChkp) String() string
type PreprepareValidated ¶
type PreprepareValidated struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` Origin *ValidatePreprepareOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"` // contains filtered or unexported fields }
func (*PreprepareValidated) Descriptor
deprecated
func (*PreprepareValidated) Descriptor() ([]byte, []int)
Deprecated: Use PreprepareValidated.ProtoReflect.Descriptor instead.
func (*PreprepareValidated) GetError ¶
func (x *PreprepareValidated) GetError() string
func (*PreprepareValidated) GetOrigin ¶
func (x *PreprepareValidated) GetOrigin() *ValidatePreprepareOrigin
func (*PreprepareValidated) ProtoMessage ¶
func (*PreprepareValidated) ProtoMessage()
func (*PreprepareValidated) ProtoReflect ¶
func (x *PreprepareValidated) ProtoReflect() protoreflect.Message
func (*PreprepareValidated) Reset ¶
func (x *PreprepareValidated) Reset()
func (*PreprepareValidated) String ¶
func (x *PreprepareValidated) String() string
type ValidatePreprepare ¶
type ValidatePreprepare struct { Preprepare *pbftpb.Preprepare `protobuf:"bytes,1,opt,name=preprepare,proto3" json:"preprepare,omitempty"` Origin *ValidatePreprepareOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"` // contains filtered or unexported fields }
func (*ValidatePreprepare) Descriptor
deprecated
func (*ValidatePreprepare) Descriptor() ([]byte, []int)
Deprecated: Use ValidatePreprepare.ProtoReflect.Descriptor instead.
func (*ValidatePreprepare) GetOrigin ¶
func (x *ValidatePreprepare) GetOrigin() *ValidatePreprepareOrigin
func (*ValidatePreprepare) GetPreprepare ¶
func (x *ValidatePreprepare) GetPreprepare() *pbftpb.Preprepare
func (*ValidatePreprepare) ProtoMessage ¶
func (*ValidatePreprepare) ProtoMessage()
func (*ValidatePreprepare) ProtoReflect ¶
func (x *ValidatePreprepare) ProtoReflect() protoreflect.Message
func (*ValidatePreprepare) Reset ¶
func (x *ValidatePreprepare) Reset()
func (*ValidatePreprepare) String ¶
func (x *ValidatePreprepare) String() string
type ValidatePreprepareOrigin ¶
type ValidatePreprepareOrigin struct { Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` // Types that are assignable to Type: // *ValidatePreprepareOrigin_ContextStore // *ValidatePreprepareOrigin_Dsl Type isValidatePreprepareOrigin_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*ValidatePreprepareOrigin) Descriptor
deprecated
func (*ValidatePreprepareOrigin) Descriptor() ([]byte, []int)
Deprecated: Use ValidatePreprepareOrigin.ProtoReflect.Descriptor instead.
func (*ValidatePreprepareOrigin) GetContextStore ¶
func (x *ValidatePreprepareOrigin) GetContextStore() *contextstorepb.Origin
func (*ValidatePreprepareOrigin) GetDsl ¶
func (x *ValidatePreprepareOrigin) GetDsl() *dslpb.Origin
func (*ValidatePreprepareOrigin) GetModule ¶
func (x *ValidatePreprepareOrigin) GetModule() string
func (*ValidatePreprepareOrigin) GetType ¶
func (m *ValidatePreprepareOrigin) GetType() isValidatePreprepareOrigin_Type
func (*ValidatePreprepareOrigin) ProtoMessage ¶
func (*ValidatePreprepareOrigin) ProtoMessage()
func (*ValidatePreprepareOrigin) ProtoReflect ¶
func (x *ValidatePreprepareOrigin) ProtoReflect() protoreflect.Message
func (*ValidatePreprepareOrigin) ReflectTypeOptions ¶
func (*ValidatePreprepareOrigin) ReflectTypeOptions() []reflect.Type
func (*ValidatePreprepareOrigin) Reset ¶
func (x *ValidatePreprepareOrigin) Reset()
func (*ValidatePreprepareOrigin) String ¶
func (x *ValidatePreprepareOrigin) String() string
type ValidatePreprepareOrigin_ContextStore ¶
type ValidatePreprepareOrigin_ContextStore struct {
ContextStore *contextstorepb.Origin `protobuf:"bytes,2,opt,name=context_store,json=contextStore,proto3,oneof"`
}
func (*ValidatePreprepareOrigin_ContextStore) Unwrap ¶
func (w *ValidatePreprepareOrigin_ContextStore) Unwrap() *contextstorepb.Origin
type ValidatePreprepareOrigin_Dsl ¶
type ValidatePreprepareOrigin_Dsl struct {
Dsl *dslpb.Origin `protobuf:"bytes,3,opt,name=dsl,proto3,oneof"`
}
func (*ValidatePreprepareOrigin_Dsl) Unwrap ¶
func (w *ValidatePreprepareOrigin_Dsl) Unwrap() *dslpb.Origin
type ValidatePreprepareOrigin_Type ¶
type ValidatePreprepareOrigin_Type = isValidatePreprepareOrigin_Type
type ValidatePreprepareOrigin_TypeWrapper ¶
type ValidatePreprepareOrigin_TypeWrapper[T any] interface { ValidatePreprepareOrigin_Type Unwrap() *T }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.