Noop coins view.
Synopsis
Declared in <coins.h>
class CoinsViewEmpty
: public CCoinsView
Base Classes
Name |
Description |
Pure abstract view on the open txout dataset. |
Member Functions
Name |
Description |
|
Copying is disabled; the empty view is a shared singleton. |
|
Copy assignment is disabled; the empty view is a shared singleton. |
|
Consume the cursor without writing anything. |
|
Estimate the database size as empty. |
|
Report the best block as the null hash. |
|
Always report the outpoint as spent. |
|
Report no partially‐written head blocks. |
|
Always report the outpoint as spent. |
|
Always report the outpoint as spent. |
Static Member Functions
Name |
Description |
Access the shared singleton empty view. |
Protected Member Functions
Name |
Description |
|
Construct the empty view. |
Created with MrDocs