Documentation ¶
Index ¶
- Variables
- type Datastore
- func (s *Datastore) AttachMetrics(m *metrics.Metrics)
- func (s *Datastore) GetBuilderBlockSubmissions(ctx context.Context, w io.Writer, headSlot uint64, ...) error
- func (s *Datastore) GetDeliveredPayloads(ctx context.Context, w io.Writer, headSlot uint64, ...) error
- func (s *Datastore) PutBuilderBlockSubmission(ctx context.Context, bid structs.BidTraceWithTimestamp, isMostProfitable bool) (err error)
- func (s *Datastore) PutDelivered(ctx context.Context, slot structs.Slot, payload structs.DeliveredTrace) (err error)
- type GetBuilderSubmissionsFilters
- type GetDeliveredPayloadsFilters
- type PostgresMetrics
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Emptybytes32 = [32]byte{} Emptybytes48 = [48]byte{} )
View Source
var SlotsPerEpoch = 32
Functions ¶
This section is empty.
Types ¶
type Datastore ¶
func (*Datastore) AttachMetrics ¶ added in v0.6.0
func (*Datastore) GetBuilderBlockSubmissions ¶
func (*Datastore) GetDeliveredPayloads ¶
func (*Datastore) PutBuilderBlockSubmission ¶
func (*Datastore) PutDelivered ¶
type PostgresMetrics ¶ added in v0.6.0
type PostgresMetrics struct {
ErrorsCount *prometheus.CounterVec
}
Click to show internal directories.
Click to hide internal directories.