Construct a cursor recording the best block it iterates over.

Synopsis

Declared in <coins.h>

CCoinsViewCursor(uint256 const& in_block_hash);

Parameters

Name

Description

in_block_hash

Hash of the best block at the time the cursor is created.

Created with MrDocs