Module chain_tip

Source
Expand description

Zebra interfaces for access to chain tip information.

Modules§

mock
Mock ChainTips for use in tests.
network_chain_tip_height_estimator 🔒
A module with helper code to estimate the network chain tip’s height.

Structs§

BestTipChanged
A future for the ChainTip::best_tip_changed() method. See that method for details.
NetworkChainTipHeightEstimator
A type used to estimate the chain tip height at a given time.
NoChainTip
A chain tip that is always empty and never changes.

Traits§

ChainTip
An interface for querying the chain tip.