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

Name

Description

entry

The entry to test.

Created with MrDocs