[#btck-ChainView-Entries-069] = xref:btck.adoc[btck]::xref:btck/ChainView.adoc[ChainView]::Entries :relfileprefix: ../../ :mrdocs: Returns a range over all entries in the chain, ordered by height. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto Entries() const && = delete; ---- == Return Value A random‐access range of the chain's block tree entries. [.small]#Created with https://www.mrdocs.com[MrDocs]#