pb

package
v0.0.0-...-47b5856 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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 (*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 */
	SharedSecretEncryptions                            *SharedSecretEncryptionsProto `` /* 133-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 {
	DiffieHellmanPoint []byte   `protobuf:"bytes,1,opt,name=diffieHellmanPoint,proto3" json:"diffieHellmanPoint,omitempty"`
	SharedSecretHash   []byte   `protobuf:"bytes,2,opt,name=sharedSecretHash,proto3" json:"sharedSecretHash,omitempty"`
	Encryptions        [][]byte `protobuf:"bytes,3,rep,name=encryptions,proto3" json:"encryptions,omitempty"`
	// 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 (*SharedSecretEncryptionsProto) Reset

func (x *SharedSecretEncryptionsProto) Reset()

func (*SharedSecretEncryptionsProto) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL