Retrieve the block hash whose state this CCoinsView currently represents

Synopsis

Declared in <coins.h>

virtual
uint256
GetBestBlock() const = 0;

Return Value

Hash of the block whose state the view represents.

Created with MrDocs