[#btck-ChainView-Entries-06e] = xref:btck.adoc[btck]::xref:btck/ChainView.adoc[ChainView]::Entries :relfileprefix: ../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto xref:btck/ChainView/Entries-069.adoc[Entries]() const && = delete; ---- [.small]#xref:btck/ChainView/Entries-069.adoc[_» more..._]# Returns a range over all entries in the chain, ordered by height. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto xref:btck/ChainView/Entries-08.adoc[Entries]() const &; ---- [.small]#xref:btck/ChainView/Entries-08.adoc[_» more..._]# == Return Value A random‐access range of the chain's block tree entries. [.small]#Created with https://www.mrdocs.com[MrDocs]#