[#CCoinsViewCursor-GetValue] = xref:CCoinsViewCursor.adoc[CCoinsViewCursor]::GetValue :relfileprefix: ../ :mrdocs: Retrieve the coin the cursor currently points at. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool GetValue(xref:Coin-04.adoc[Coin]& coin) const = 0; ---- == Return Value True if a value was retrieved. == Parameters [cols="1,4"] |=== | Name| Description | *coin* | Set to the current coin on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#