Constructs the hash from a raw 256‐bit value.

Synopsis

Declared in <kernel/chainparams.h>

explicit
AssumeutxoHash(uint256 const& hash);

Parameters

Name

Description

hash

The serialized UTXO set hash to wrap.

Created with MrDocs