[#CCoinsViewCursor-2constructor] = xref:CCoinsViewCursor.adoc[CCoinsViewCursor]::CCoinsViewCursor :relfileprefix: ../ :mrdocs: Construct a cursor recording the best block it iterates over. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CCoinsViewCursor(xref:uint256.adoc[uint256] const& in_block_hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *in_block_hash* | Hash of the best block at the time the cursor is created. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#