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
Name |
Description |
key |
Set to the current outpoint on success. |
Created with MrDocs