Documentation ¶
Index ¶
- Variables
- type NumericalMedianConfigProto
- func (*NumericalMedianConfigProto) Descriptor() ([]byte, []int)deprecated
- func (x *NumericalMedianConfigProto) GetAlphaAcceptInfinite() bool
- func (x *NumericalMedianConfigProto) GetAlphaAcceptPpb() uint64
- func (x *NumericalMedianConfigProto) GetAlphaReportInfinite() bool
- func (x *NumericalMedianConfigProto) GetAlphaReportPpb() uint64
- func (x *NumericalMedianConfigProto) GetDeltaCNanoseconds() uint64
- func (*NumericalMedianConfigProto) ProtoMessage()
- func (x *NumericalMedianConfigProto) ProtoReflect() protoreflect.Message
- func (x *NumericalMedianConfigProto) Reset()
- func (x *NumericalMedianConfigProto) String() string
- type OffchainConfigProto
- func (*OffchainConfigProto) Descriptor() ([]byte, []int)deprecated
- func (x *OffchainConfigProto) GetDeltaGraceNanoseconds() uint64
- func (x *OffchainConfigProto) GetDeltaProgressNanoseconds() uint64
- func (x *OffchainConfigProto) GetDeltaResendNanoseconds() uint64
- func (x *OffchainConfigProto) GetDeltaRoundNanoseconds() uint64
- func (x *OffchainConfigProto) GetDeltaStageNanoseconds() uint64
- func (x *OffchainConfigProto) GetMaxDurationObservationNanoseconds() uint64
- func (x *OffchainConfigProto) GetMaxDurationQueryNanoseconds() uint64
- func (x *OffchainConfigProto) GetMaxDurationReportNanoseconds() uint64
- func (x *OffchainConfigProto) GetMaxDurationShouldAcceptFinalizedReportNanoseconds() uint64
- func (x *OffchainConfigProto) GetMaxDurationShouldTransmitAcceptedReportNanoseconds() uint64
- func (x *OffchainConfigProto) GetOffchainPublicKeys() [][]byte
- func (x *OffchainConfigProto) GetPeerIds() []string
- func (x *OffchainConfigProto) GetRMax() uint32
- func (x *OffchainConfigProto) GetReportingPluginConfig() []byte
- func (x *OffchainConfigProto) GetS() []uint32
- func (x *OffchainConfigProto) GetSharedSecretEncryptions() *SharedSecretEncryptionsProto
- func (*OffchainConfigProto) ProtoMessage()
- func (x *OffchainConfigProto) ProtoReflect() protoreflect.Message
- func (x *OffchainConfigProto) Reset()
- func (x *OffchainConfigProto) String() string
- type SharedSecretEncryptionsProto
- func (*SharedSecretEncryptionsProto) Descriptor() ([]byte, []int)deprecated
- func (x *SharedSecretEncryptionsProto) GetDiffieHellmanPoint() []byte
- func (x *SharedSecretEncryptionsProto) GetEncryptions() [][]byte
- func (x *SharedSecretEncryptionsProto) GetSharedSecretHash() []byte
- func (*SharedSecretEncryptionsProto) ProtoMessage()
- func (x *SharedSecretEncryptionsProto) ProtoReflect() protoreflect.Message
- func (x *SharedSecretEncryptionsProto) Reset()
- func (x *SharedSecretEncryptionsProto) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_offchainreporting2_monitoring_median_config_proto protoreflect.FileDescriptor
View Source
var File_offchainreporting2_monitoring_offchain_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type NumericalMedianConfigProto ¶
type NumericalMedianConfigProto struct { AlphaReportInfinite bool `protobuf:"varint,1,opt,name=alpha_report_infinite,json=alphaReportInfinite,proto3" json:"alpha_report_infinite,omitempty"` AlphaReportPpb uint64 `protobuf:"varint,2,opt,name=alpha_report_ppb,json=alphaReportPpb,proto3" json:"alpha_report_ppb,omitempty"` AlphaAcceptInfinite bool `protobuf:"varint,3,opt,name=alpha_accept_infinite,json=alphaAcceptInfinite,proto3" json:"alpha_accept_infinite,omitempty"` AlphaAcceptPpb uint64 `protobuf:"varint,4,opt,name=alpha_accept_ppb,json=alphaAcceptPpb,proto3" json:"alpha_accept_ppb,omitempty"` DeltaCNanoseconds uint64 `protobuf:"varint,5,opt,name=delta_c_nanoseconds,json=deltaCNanoseconds,proto3" json:"delta_c_nanoseconds,omitempty"` // contains filtered or unexported fields }
func (*NumericalMedianConfigProto) Descriptor
deprecated
func (*NumericalMedianConfigProto) Descriptor() ([]byte, []int)
Deprecated: Use NumericalMedianConfigProto.ProtoReflect.Descriptor instead.
func (*NumericalMedianConfigProto) GetAlphaAcceptInfinite ¶
func (x *NumericalMedianConfigProto) GetAlphaAcceptInfinite() bool
func (*NumericalMedianConfigProto) GetAlphaAcceptPpb ¶
func (x *NumericalMedianConfigProto) GetAlphaAcceptPpb() uint64
func (*NumericalMedianConfigProto) GetAlphaReportInfinite ¶
func (x *NumericalMedianConfigProto) GetAlphaReportInfinite() bool
func (*NumericalMedianConfigProto) GetAlphaReportPpb ¶
func (x *NumericalMedianConfigProto) GetAlphaReportPpb() uint64
func (*NumericalMedianConfigProto) GetDeltaCNanoseconds ¶
func (x *NumericalMedianConfigProto) GetDeltaCNanoseconds() uint64
func (*NumericalMedianConfigProto) ProtoMessage ¶
func (*NumericalMedianConfigProto) ProtoMessage()
func (*NumericalMedianConfigProto) ProtoReflect ¶
func (x *NumericalMedianConfigProto) ProtoReflect() protoreflect.Message
func (*NumericalMedianConfigProto) Reset ¶
func (x *NumericalMedianConfigProto) Reset()
func (*NumericalMedianConfigProto) String ¶
func (x *NumericalMedianConfigProto) String() string
type OffchainConfigProto ¶
type OffchainConfigProto struct { DeltaProgressNanoseconds uint64 `` /* 136-byte string literal not displayed */ DeltaResendNanoseconds uint64 `` /* 130-byte string literal not displayed */ DeltaRoundNanoseconds uint64 `` /* 127-byte string literal not displayed */ DeltaGraceNanoseconds uint64 `` /* 127-byte string literal not displayed */ DeltaStageNanoseconds uint64 `` /* 127-byte string literal not displayed */ RMax uint32 `protobuf:"varint,6,opt,name=r_max,json=rMax,proto3" json:"r_max,omitempty"` S []uint32 `protobuf:"varint,7,rep,packed,name=s,proto3" json:"s,omitempty"` OffchainPublicKeys [][]byte `protobuf:"bytes,8,rep,name=offchain_public_keys,json=offchainPublicKeys,proto3" json:"offchain_public_keys,omitempty"` PeerIds []string `protobuf:"bytes,9,rep,name=peer_ids,json=peerIds,proto3" json:"peer_ids,omitempty"` ReportingPluginConfig []byte `` /* 127-byte string literal not displayed */ MaxDurationQueryNanoseconds uint64 `` /* 148-byte string literal not displayed */ MaxDurationObservationNanoseconds uint64 `` /* 166-byte string literal not displayed */ MaxDurationReportNanoseconds uint64 `` /* 151-byte string literal not displayed */ MaxDurationShouldAcceptFinalizedReportNanoseconds uint64 `` /* 220-byte string literal not displayed */ MaxDurationShouldTransmitAcceptedReportNanoseconds uint64 `` /* 223-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OffchainConfigProto) Descriptor
deprecated
func (*OffchainConfigProto) Descriptor() ([]byte, []int)
Deprecated: Use OffchainConfigProto.ProtoReflect.Descriptor instead.
func (*OffchainConfigProto) GetDeltaGraceNanoseconds ¶
func (x *OffchainConfigProto) GetDeltaGraceNanoseconds() uint64
func (*OffchainConfigProto) GetDeltaProgressNanoseconds ¶
func (x *OffchainConfigProto) GetDeltaProgressNanoseconds() uint64
func (*OffchainConfigProto) GetDeltaResendNanoseconds ¶
func (x *OffchainConfigProto) GetDeltaResendNanoseconds() uint64
func (*OffchainConfigProto) GetDeltaRoundNanoseconds ¶
func (x *OffchainConfigProto) GetDeltaRoundNanoseconds() uint64
func (*OffchainConfigProto) GetDeltaStageNanoseconds ¶
func (x *OffchainConfigProto) GetDeltaStageNanoseconds() uint64
func (*OffchainConfigProto) GetMaxDurationObservationNanoseconds ¶
func (x *OffchainConfigProto) GetMaxDurationObservationNanoseconds() uint64
func (*OffchainConfigProto) GetMaxDurationQueryNanoseconds ¶
func (x *OffchainConfigProto) GetMaxDurationQueryNanoseconds() uint64
func (*OffchainConfigProto) GetMaxDurationReportNanoseconds ¶
func (x *OffchainConfigProto) GetMaxDurationReportNanoseconds() uint64
func (*OffchainConfigProto) GetMaxDurationShouldAcceptFinalizedReportNanoseconds ¶
func (x *OffchainConfigProto) GetMaxDurationShouldAcceptFinalizedReportNanoseconds() uint64
func (*OffchainConfigProto) GetMaxDurationShouldTransmitAcceptedReportNanoseconds ¶
func (x *OffchainConfigProto) GetMaxDurationShouldTransmitAcceptedReportNanoseconds() uint64
func (*OffchainConfigProto) GetOffchainPublicKeys ¶
func (x *OffchainConfigProto) GetOffchainPublicKeys() [][]byte
func (*OffchainConfigProto) GetPeerIds ¶
func (x *OffchainConfigProto) GetPeerIds() []string
func (*OffchainConfigProto) GetRMax ¶
func (x *OffchainConfigProto) GetRMax() uint32
func (*OffchainConfigProto) GetReportingPluginConfig ¶
func (x *OffchainConfigProto) GetReportingPluginConfig() []byte
func (*OffchainConfigProto) GetS ¶
func (x *OffchainConfigProto) GetS() []uint32
func (*OffchainConfigProto) GetSharedSecretEncryptions ¶
func (x *OffchainConfigProto) GetSharedSecretEncryptions() *SharedSecretEncryptionsProto
func (*OffchainConfigProto) ProtoMessage ¶
func (*OffchainConfigProto) ProtoMessage()
func (*OffchainConfigProto) ProtoReflect ¶
func (x *OffchainConfigProto) ProtoReflect() protoreflect.Message
func (*OffchainConfigProto) Reset ¶
func (x *OffchainConfigProto) Reset()
func (*OffchainConfigProto) String ¶
func (x *OffchainConfigProto) String() string
type SharedSecretEncryptionsProto ¶
type SharedSecretEncryptionsProto struct { // contains filtered or unexported fields }
func (*SharedSecretEncryptionsProto) Descriptor
deprecated
func (*SharedSecretEncryptionsProto) Descriptor() ([]byte, []int)
Deprecated: Use SharedSecretEncryptionsProto.ProtoReflect.Descriptor instead.
func (*SharedSecretEncryptionsProto) GetDiffieHellmanPoint ¶
func (x *SharedSecretEncryptionsProto) GetDiffieHellmanPoint() []byte
func (*SharedSecretEncryptionsProto) GetEncryptions ¶
func (x *SharedSecretEncryptionsProto) GetEncryptions() [][]byte
func (*SharedSecretEncryptionsProto) GetSharedSecretHash ¶
func (x *SharedSecretEncryptionsProto) GetSharedSecretHash() []byte
func (*SharedSecretEncryptionsProto) ProtoMessage ¶
func (*SharedSecretEncryptionsProto) ProtoMessage()
func (*SharedSecretEncryptionsProto) ProtoReflect ¶
func (x *SharedSecretEncryptionsProto) ProtoReflect() protoreflect.Message
func (*SharedSecretEncryptionsProto) Reset ¶
func (x *SharedSecretEncryptionsProto) Reset()
func (*SharedSecretEncryptionsProto) String ¶
func (x *SharedSecretEncryptionsProto) String() string
Click to show internal directories.
Click to hide internal directories.