Get a cursor to iterate over the whole state.
Synopsis
Declared in <txdb.h>
std::unique_ptr<CCoinsViewCursor>
Cursor() const;
Return Value
A cursor over the entire coin state.
Created with MrDocs
Get a cursor to iterate over the whole state.
Declared in <txdb.h>
std::unique_ptr<CCoinsViewCursor>
Cursor() const;
A cursor over the entire coin state.
Created with MrDocs