Persist the current UTXO statistics alongside the index commit.
Synopsis
Declared in <index/coinstatsindex.h>
virtual
bool
CustomCommit(CDBBatch& batch) override;
Return Value
True on success.
Parameters
Name |
Description |
batch |
Write batch that additional index state is added to. |
Created with MrDocs