![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Cursor for iterating over CoinsView state. More...
#include <coins.h>
Public Member Functions | |
| CCoinsViewCursor (const uint256 &hashBlockIn) | |
| virtual | ~CCoinsViewCursor ()=default |
| virtual bool | GetKey (COutPoint &key) const =0 |
| virtual bool | GetValue (Coin &coin) const =0 |
| virtual bool | Valid () const =0 |
| virtual void | Next ()=0 |
| const uint256 & | GetBestBlock () const |
| Get best block at the time this cursor was created. | |
Private Attributes | |
| uint256 | hashBlock |
|
inline |
|
virtualdefault |
|
inline |
Implemented in CCoinsViewDBCursor.
Implemented in CCoinsViewDBCursor.
Implemented in CCoinsViewDBCursor.
Implemented in CCoinsViewDBCursor.