CCoinsViewCursor::GetKey

Retrieve the outpoint the cursor currently points at.

Synopsis

Declared in <coins.h>

virtual
bool
GetKey(COutPoint& key) const = 0;

Return Value

True if a key was retrieved.

Parameters

NameDescription
keySet to the current outpoint on success.