[#AssumeutxoHash-2constructor] = xref:AssumeutxoHash.adoc[AssumeutxoHash]::AssumeutxoHash :relfileprefix: ../ :mrdocs: Constructs the hash from a raw 256‐bit value. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit AssumeutxoHash(xref:uint256.adoc[uint256] const& hash); ---- == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The serialized UTXO set hash to wrap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#