btck::ChainView::Entries

Returns a range over all entries in the chain, ordered by height.

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Returns a range over all entries in the chain, ordered by height.

auto
Entries() const && = delete;
» more...

Returns a range over all entries in the chain, ordered by height.

auto
Entries() const &;
» more...

Return Value

A random-access range of the chain's block tree entries.