Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 Changes in this version + type Heap interface + Add func(tx *txs.Tx) + Get func(txID ids.ID) *txs.Tx + Len func() int + List func() []*txs.Tx + Peek func() *txs.Tx + Remove func(txID ids.ID) *txs.Tx + RemoveTop func() *txs.Tx + func NewByAge() Heap + func NewWithMetrics(txHeap Heap, namespace string, registerer prometheus.Registerer) (Heap, error) + type TimedHeap interface + Timestamp func() time.Time + func NewByEndTime() TimedHeap + func NewByStartTime() TimedHeap