Cursor for iterating over CoinsView state
Synopsis
Declared in <coins.h>
class CCoinsViewCursor;
Member Functions
Name |
Description |
|
Construct a cursor recording the best block it iterates over. |
|
Destroy the cursor. |
Get best block at the time this cursor was created |
|
|
Retrieve the outpoint the cursor currently points at. |
|
Retrieve the coin the cursor currently points at. |
|
Advance the cursor to the next entry. |
|
Report whether the cursor currently points at a valid entry. |
Created with MrDocs