Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ReportTypes = getReportTypes()
Functions ¶
This section is empty.
Types ¶
type EVMReportCodec ¶
type EVMReportCodec struct {
// contains filtered or unexported fields
}
func NewEVMReportCodec ¶
func NewEVMReportCodec(feedID [32]byte, lggr logger.Logger) *EVMReportCodec
func (*EVMReportCodec) BuildReport ¶
func (r *EVMReportCodec) BuildReport(paos []relaymercury.ParsedAttributedObservation, f int) (ocrtypes.Report, error)
func (*EVMReportCodec) CurrentBlockNumFromReport ¶
func (r *EVMReportCodec) CurrentBlockNumFromReport(report ocrtypes.Report) (int64, error)
func (*EVMReportCodec) MaxReportLength ¶
func (r *EVMReportCodec) MaxReportLength(n int) int
Click to show internal directories.
Click to hide internal directories.