btck::ChainView::Contains

Tests whether an entry belongs to this chain.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

bool
Contains(BlockTreeEntry& entry) const;

Return Value

True when the entry is part of the chain.

Parameters

NameDescription
entryThe entry to test.