[#CCoinsViewDB-Cursor] = xref:CCoinsViewDB.adoc[CCoinsViewDB]::Cursor :relfileprefix: ../ :mrdocs: Get a cursor to iterate over the whole state. == Synopsis Declared in `<txdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::unique_ptr<CCoinsViewCursor> Cursor() const; ---- == Return Value A cursor over the entire coin state. [.small]#Created with https://www.mrdocs.com[MrDocs]#