Writes a batch of coin changes to the database.

Synopsis

Declared in <txdb.h>

virtual
void
BatchWrite(
    CoinsViewCacheCursor& cursor,
    uint256 const& block_hash) override;

Parameters

Name

Description

cursor

Cursor over the coin changes to write.

block_hash

The block hash to record as the new best block.

Created with MrDocs