CCoinsViewCursor::CCoinsViewCursor

Construct a cursor recording the best block it iterates over.

Synopsis

Declared in <coins.h>

CCoinsViewCursor(uint256 const& in_block_hash);

Parameters

NameDescription
in_block_hashHash of the best block at the time the cursor is created.