CCoinsViewDB::BatchWrite

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

NameDescription
cursorCursor over the coin changes to write.
block_hashThe block hash to record as the new best block.