[#btck-ChainView-GetByHeight] = xref:btck.adoc[btck]::xref:btck/ChainView.adoc[ChainView]::GetByHeight :relfileprefix: ../../ :mrdocs: Returns the chain entry at a given height. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/BlockTreeEntry.adoc[BlockTreeEntry] GetByHeight(int32_t height) const; ---- == Return Value The block tree entry at that height. == Parameters [cols="1,4"] |=== | Name| Description | *height* | The target height. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#