# Functions
NewPendingTree creates new instance of PendingTree.
NewVertex creates new vertex while performing a sanity check of data correctness.
# Structs
PendingBlockVertex wraps a block proposal to implement forest.Vertex so the proposal can be stored in forest.LevelledForest.
PendingTree is a mempool holding certified blocks that eventually might be connected to the finalized state.