Type Alias zebra_state::service::chain_tip::ChainTipData

source ·
type ChainTipData = Option<ChainTipBlock>;
Expand description

The internal watch channel data type for ChainTipSender, LatestChainTip, and ChainTipChange.

Aliased Type§

enum ChainTipData {
    None,
    Some(ChainTipBlock),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(ChainTipBlock)

Some value of type T.