CCoinsViewCursor::GetValue

Retrieve the coin the cursor currently points at.

Synopsis

Declared in <coins.h>

virtual
bool
GetValue(Coin& coin) const = 0;

Return Value

True if a value was retrieved.

Parameters

NameDescription
coinSet to the current coin on success.