package
0.0.17
Repository: https://github.com/ava-labs/hypersdk.git
Documentation: pkg.go.dev

# Functions

New returns an instance of ExpiryHeap with minHeap and maxHeap containing [items].

# Structs

ExpiryHeap keeps a min heap of [Items] sorted by [Expiry].

# Interfaces

Item is the interface that any item put in the heap must adheare to.