Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LatestIncorporatedResultSeal ¶ added in v0.11.0
type LatestIncorporatedResultSeal struct {
// contains filtered or unexported fields
}
LatestIncorporatedResultSeal is a mempool ejector for incorporated result seals that ejects newest-first. NOTE: should be initialized with its own headers instance with cache size equal to the mempool size.
func NewLatestIncorporatedResultSeal ¶ added in v0.11.0
func NewLatestIncorporatedResultSeal(headers storage.Headers) *LatestIncorporatedResultSeal
func (*LatestIncorporatedResultSeal) Eject ¶ added in v0.11.0
func (ls *LatestIncorporatedResultSeal) Eject(entities map[flow.Identifier]flow.Entity) (flow.Identifier, flow.Entity)
Click to show internal directories.
Click to hide internal directories.