Writes a batch of coin changes to the database.
Declared in <txdb.h>
virtual
void
BatchWrite(
CoinsViewCacheCursor& cursor,
uint256 const& block_hash) override;
| Name | Description |
|---|---|
| cursor | Cursor over the coin changes to write. |
| block_hash | The block hash to record as the new best block. |