Cursor for iterating over CoinsView state
Declared in <coins.h>
class CCoinsViewCursor;
| Name | Description |
|---|---|
CCoinsViewCursor [constructor] | Construct a cursor recording the best block it iterates over. |
~CCoinsViewCursor [destructor] [virtual] | Destroy the cursor. |
GetBestBlock | Get best block at the time this cursor was created |
GetKey [virtual] | Retrieve the outpoint the cursor currently points at. |
GetValue [virtual] | Retrieve the coin the cursor currently points at. |
Next [virtual] | Advance the cursor to the next entry. |
Valid [virtual] | Report whether the cursor currently points at a valid entry. |