Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2023 Changes in this version + var File_offchainreporting2_messages_proto protoreflect.FileDescriptor + var File_offchainreporting2_telemetry_proto protoreflect.FileDescriptor + type AttestedReportMany struct + AttributedSignatures []*AttributedSignature + Report []byte + func (*AttestedReportMany) Descriptor() ([]byte, []int) + func (*AttestedReportMany) ProtoMessage() + func (x *AttestedReportMany) GetAttributedSignatures() []*AttributedSignature + func (x *AttestedReportMany) GetReport() []byte + func (x *AttestedReportMany) ProtoReflect() protoreflect.Message + func (x *AttestedReportMany) Reset() + func (x *AttestedReportMany) String() string + type AttestedReportOne struct + Report []byte + Signature []byte + Skip bool + func (*AttestedReportOne) Descriptor() ([]byte, []int) + func (*AttestedReportOne) ProtoMessage() + func (x *AttestedReportOne) GetReport() []byte + func (x *AttestedReportOne) GetSignature() []byte + func (x *AttestedReportOne) GetSkip() bool + func (x *AttestedReportOne) ProtoReflect() protoreflect.Message + func (x *AttestedReportOne) Reset() + func (x *AttestedReportOne) String() string + type AttributedSignature struct + Signature []byte + Signer uint32 + func (*AttributedSignature) Descriptor() ([]byte, []int) + func (*AttributedSignature) ProtoMessage() + func (x *AttributedSignature) GetSignature() []byte + func (x *AttributedSignature) GetSigner() uint32 + func (x *AttributedSignature) ProtoReflect() protoreflect.Message + func (x *AttributedSignature) Reset() + func (x *AttributedSignature) String() string + type AttributedSignedObservation struct + Observer uint32 + SignedObservation *SignedObservation + func (*AttributedSignedObservation) Descriptor() ([]byte, []int) + func (*AttributedSignedObservation) ProtoMessage() + func (x *AttributedSignedObservation) GetObserver() uint32 + func (x *AttributedSignedObservation) GetSignedObservation() *SignedObservation + func (x *AttributedSignedObservation) ProtoReflect() protoreflect.Message + func (x *AttributedSignedObservation) Reset() + func (x *AttributedSignedObservation) String() string + type MessageFinal struct + AttestedReport *AttestedReportMany + Epoch uint64 + H []byte + Round uint32 + func (*MessageFinal) Descriptor() ([]byte, []int) + func (*MessageFinal) ProtoMessage() + func (x *MessageFinal) GetAttestedReport() *AttestedReportMany + func (x *MessageFinal) GetEpoch() uint64 + func (x *MessageFinal) GetH() []byte + func (x *MessageFinal) GetRound() uint32 + func (x *MessageFinal) ProtoReflect() protoreflect.Message + func (x *MessageFinal) Reset() + func (x *MessageFinal) String() string + type MessageFinalEcho struct + Final *MessageFinal + func (*MessageFinalEcho) Descriptor() ([]byte, []int) + func (*MessageFinalEcho) ProtoMessage() + func (x *MessageFinalEcho) GetFinal() *MessageFinal + func (x *MessageFinalEcho) ProtoReflect() protoreflect.Message + func (x *MessageFinalEcho) Reset() + func (x *MessageFinalEcho) String() string + type MessageNewEpoch struct + Epoch uint64 + func (*MessageNewEpoch) Descriptor() ([]byte, []int) + func (*MessageNewEpoch) ProtoMessage() + func (x *MessageNewEpoch) GetEpoch() uint64 + func (x *MessageNewEpoch) ProtoReflect() protoreflect.Message + func (x *MessageNewEpoch) Reset() + func (x *MessageNewEpoch) String() string + type MessageObserve struct + Epoch uint64 + Round uint32 + SignedObservation *SignedObservation + func (*MessageObserve) Descriptor() ([]byte, []int) + func (*MessageObserve) ProtoMessage() + func (x *MessageObserve) GetEpoch() uint64 + func (x *MessageObserve) GetRound() uint32 + func (x *MessageObserve) GetSignedObservation() *SignedObservation + func (x *MessageObserve) ProtoReflect() protoreflect.Message + func (x *MessageObserve) Reset() + func (x *MessageObserve) String() string + type MessageObserveReq struct + Epoch uint64 + Query []byte + Round uint32 + func (*MessageObserveReq) Descriptor() ([]byte, []int) + func (*MessageObserveReq) ProtoMessage() + func (x *MessageObserveReq) GetEpoch() uint64 + func (x *MessageObserveReq) GetQuery() []byte + func (x *MessageObserveReq) GetRound() uint32 + func (x *MessageObserveReq) ProtoReflect() protoreflect.Message + func (x *MessageObserveReq) Reset() + func (x *MessageObserveReq) String() string + type MessageReport struct + AttestedReport *AttestedReportOne + Epoch uint64 + Round uint32 + func (*MessageReport) Descriptor() ([]byte, []int) + func (*MessageReport) ProtoMessage() + func (x *MessageReport) GetAttestedReport() *AttestedReportOne + func (x *MessageReport) GetEpoch() uint64 + func (x *MessageReport) GetRound() uint32 + func (x *MessageReport) ProtoReflect() protoreflect.Message + func (x *MessageReport) Reset() + func (x *MessageReport) String() string + type MessageReportReq struct + AttributedSignedObservations []*AttributedSignedObservation + Epoch uint64 + Query []byte + Round uint32 + func (*MessageReportReq) Descriptor() ([]byte, []int) + func (*MessageReportReq) ProtoMessage() + func (x *MessageReportReq) GetAttributedSignedObservations() []*AttributedSignedObservation + func (x *MessageReportReq) GetEpoch() uint64 + func (x *MessageReportReq) GetQuery() []byte + func (x *MessageReportReq) GetRound() uint32 + func (x *MessageReportReq) ProtoReflect() protoreflect.Message + func (x *MessageReportReq) Reset() + func (x *MessageReportReq) String() string + type MessageWrapper struct + Msg isMessageWrapper_Msg + func Deserialize(b []byte) (protocol.Message, *MessageWrapper, error) + func Serialize(m protocol.Message) (b []byte, pbm *MessageWrapper, err error) + func (*MessageWrapper) Descriptor() ([]byte, []int) + func (*MessageWrapper) ProtoMessage() + func (m *MessageWrapper) GetMsg() isMessageWrapper_Msg + func (x *MessageWrapper) GetMessageFinal() *MessageFinal + func (x *MessageWrapper) GetMessageFinalEcho() *MessageFinalEcho + func (x *MessageWrapper) GetMessageNewEpoch() *MessageNewEpoch + func (x *MessageWrapper) GetMessageObserve() *MessageObserve + func (x *MessageWrapper) GetMessageObserveReq() *MessageObserveReq + func (x *MessageWrapper) GetMessageReport() *MessageReport + func (x *MessageWrapper) GetMessageReportReq() *MessageReportReq + func (x *MessageWrapper) ProtoReflect() protoreflect.Message + func (x *MessageWrapper) Reset() + func (x *MessageWrapper) String() string + type MessageWrapper_MessageFinal struct + MessageFinal *MessageFinal + type MessageWrapper_MessageFinalEcho struct + MessageFinalEcho *MessageFinalEcho + type MessageWrapper_MessageNewEpoch struct + MessageNewEpoch *MessageNewEpoch + type MessageWrapper_MessageObserve struct + MessageObserve *MessageObserve + type MessageWrapper_MessageObserveReq struct + MessageObserveReq *MessageObserveReq + type MessageWrapper_MessageReport struct + MessageReport *MessageReport + type MessageWrapper_MessageReportReq struct + MessageReportReq *MessageReportReq + type SignedObservation struct + Observation []byte + Signature []byte + func (*SignedObservation) Descriptor() ([]byte, []int) + func (*SignedObservation) ProtoMessage() + func (x *SignedObservation) GetObservation() []byte + func (x *SignedObservation) GetSignature() []byte + func (x *SignedObservation) ProtoReflect() protoreflect.Message + func (x *SignedObservation) Reset() + func (x *SignedObservation) String() string + type TelemetryAssertionViolation struct + Violation isTelemetryAssertionViolation_Violation + func (*TelemetryAssertionViolation) Descriptor() ([]byte, []int) + func (*TelemetryAssertionViolation) ProtoMessage() + func (m *TelemetryAssertionViolation) GetViolation() isTelemetryAssertionViolation_Violation + func (x *TelemetryAssertionViolation) GetInvalidSerialization() *TelemetryAssertionViolationInvalidSerialization + func (x *TelemetryAssertionViolation) ProtoReflect() protoreflect.Message + func (x *TelemetryAssertionViolation) Reset() + func (x *TelemetryAssertionViolation) String() string + type TelemetryAssertionViolationInvalidSerialization struct + ConfigDigest []byte + Sender uint32 + SerializedMsg []byte + func (*TelemetryAssertionViolationInvalidSerialization) Descriptor() ([]byte, []int) + func (*TelemetryAssertionViolationInvalidSerialization) ProtoMessage() + func (x *TelemetryAssertionViolationInvalidSerialization) GetConfigDigest() []byte + func (x *TelemetryAssertionViolationInvalidSerialization) GetSender() uint32 + func (x *TelemetryAssertionViolationInvalidSerialization) GetSerializedMsg() []byte + func (x *TelemetryAssertionViolationInvalidSerialization) ProtoReflect() protoreflect.Message + func (x *TelemetryAssertionViolationInvalidSerialization) Reset() + func (x *TelemetryAssertionViolationInvalidSerialization) String() string + type TelemetryAssertionViolation_InvalidSerialization struct + InvalidSerialization *TelemetryAssertionViolationInvalidSerialization + type TelemetryMessageBroadcast struct + ConfigDigest []byte + Msg *MessageWrapper + SerializedMsg []byte + func (*TelemetryMessageBroadcast) Descriptor() ([]byte, []int) + func (*TelemetryMessageBroadcast) ProtoMessage() + func (x *TelemetryMessageBroadcast) GetConfigDigest() []byte + func (x *TelemetryMessageBroadcast) GetMsg() *MessageWrapper + func (x *TelemetryMessageBroadcast) GetSerializedMsg() []byte + func (x *TelemetryMessageBroadcast) ProtoReflect() protoreflect.Message + func (x *TelemetryMessageBroadcast) Reset() + func (x *TelemetryMessageBroadcast) String() string + type TelemetryMessageReceived struct + ConfigDigest []byte + Msg *MessageWrapper + Sender uint32 + func (*TelemetryMessageReceived) Descriptor() ([]byte, []int) + func (*TelemetryMessageReceived) ProtoMessage() + func (x *TelemetryMessageReceived) GetConfigDigest() []byte + func (x *TelemetryMessageReceived) GetMsg() *MessageWrapper + func (x *TelemetryMessageReceived) GetSender() uint32 + func (x *TelemetryMessageReceived) ProtoReflect() protoreflect.Message + func (x *TelemetryMessageReceived) Reset() + func (x *TelemetryMessageReceived) String() string + type TelemetryMessageSent struct + ConfigDigest []byte + Msg *MessageWrapper + Receiver uint32 + SerializedMsg []byte + func (*TelemetryMessageSent) Descriptor() ([]byte, []int) + func (*TelemetryMessageSent) ProtoMessage() + func (x *TelemetryMessageSent) GetConfigDigest() []byte + func (x *TelemetryMessageSent) GetMsg() *MessageWrapper + func (x *TelemetryMessageSent) GetReceiver() uint32 + func (x *TelemetryMessageSent) GetSerializedMsg() []byte + func (x *TelemetryMessageSent) ProtoReflect() protoreflect.Message + func (x *TelemetryMessageSent) Reset() + func (x *TelemetryMessageSent) String() string + type TelemetryRoundStarted struct + ConfigDigest []byte + Epoch uint64 + Leader uint64 + Round uint64 + Time uint64 + func (*TelemetryRoundStarted) Descriptor() ([]byte, []int) + func (*TelemetryRoundStarted) ProtoMessage() + func (x *TelemetryRoundStarted) GetConfigDigest() []byte + func (x *TelemetryRoundStarted) GetEpoch() uint64 + func (x *TelemetryRoundStarted) GetLeader() uint64 + func (x *TelemetryRoundStarted) GetRound() uint64 + func (x *TelemetryRoundStarted) GetTime() uint64 + func (x *TelemetryRoundStarted) ProtoReflect() protoreflect.Message + func (x *TelemetryRoundStarted) Reset() + func (x *TelemetryRoundStarted) String() string + type TelemetryWrapper struct + UnixTimeNanoseconds int64 + Wrapped isTelemetryWrapper_Wrapped + func (*TelemetryWrapper) Descriptor() ([]byte, []int) + func (*TelemetryWrapper) ProtoMessage() + func (m *TelemetryWrapper) GetWrapped() isTelemetryWrapper_Wrapped + func (x *TelemetryWrapper) GetAssertionViolation() *TelemetryAssertionViolation + func (x *TelemetryWrapper) GetMessageBroadcast() *TelemetryMessageBroadcast + func (x *TelemetryWrapper) GetMessageReceived() *TelemetryMessageReceived + func (x *TelemetryWrapper) GetMessageSent() *TelemetryMessageSent + func (x *TelemetryWrapper) GetRoundStarted() *TelemetryRoundStarted + func (x *TelemetryWrapper) GetUnixTimeNanoseconds() int64 + func (x *TelemetryWrapper) ProtoReflect() protoreflect.Message + func (x *TelemetryWrapper) Reset() + func (x *TelemetryWrapper) String() string + type TelemetryWrapper_AssertionViolation struct + AssertionViolation *TelemetryAssertionViolation + type TelemetryWrapper_MessageBroadcast struct + MessageBroadcast *TelemetryMessageBroadcast + type TelemetryWrapper_MessageReceived struct + MessageReceived *TelemetryMessageReceived + type TelemetryWrapper_MessageSent struct + MessageSent *TelemetryMessageSent + type TelemetryWrapper_RoundStarted struct + RoundStarted *TelemetryRoundStarted