[#CCoinsViewCursor-Valid] = xref:CCoinsViewCursor.adoc[CCoinsViewCursor]::Valid :relfileprefix: ../ :mrdocs: Report whether the cursor currently points at a valid entry. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool Valid() const = 0; ---- == Return Value True while the cursor has not passed the end. [.small]#Created with https://www.mrdocs.com[MrDocs]#