package
1.0.0-beta.9
Repository: https://github.com/iotaledger/iota-core.git
Documentation: pkg.go.dev

# Packages

nolint:dupl.
No description provided by the author

# Constants

DroppedTipPool represents a pool of blocks that are supposed to be ignored by the tip selection strategy.
StrongTipPool represents a pool of blocks that are supposed to be referenced through strong parents.
UndefinedTipPool is the zero value of TipPool.
WeakTipPool represents a pool of blocks that are supposed to be referenced through weak parents.

# Variables

NewEvents creates a new Events instance.

# Structs

Events represents events happening in the TipManager.

# Interfaces

TipManager is a component that maintains a perception of the unreferenced Blocks of the Tangle.
TipMetadata allows to access the tip related metadata and events of a block in the TipManager.

# Type aliases

TipPool represents a pool of blocks that are treated in a certain way by the tip selection strategy.