Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithMaxInterval ¶
func WithMaxSealCount ¶
func WithMinInterval ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder is the builder for consensus block payloads. Upon providing a payload hash, it also memorizes which entities were included into the payload.
func NewBuilder ¶
func NewBuilder( metrics module.MempoolMetrics, db *badger.DB, state protocol.State, headers storage.Headers, seals storage.Seals, index storage.Index, guarPool mempool.Guarantees, sealPool mempool.Seals, tracer module.Tracer, options ...func(*Config), ) *Builder
NewBuilder creates a new block builder.
func (*Builder) BuildOn ¶
func (b *Builder) BuildOn(parentID flow.Identifier, setter func(*flow.Header) error) (*flow.Header, error)
BuildOn creates a new block header build on the provided parent, using the given view and applying the custom setter function to allow the caller to make changes to the header before storing it.
Click to show internal directories.
Click to hide internal directories.