[#AssumeutxoHash] = AssumeutxoHash :mrdocs: Strongly typed hash of a serialized UTXO snapshot. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AssumeutxoHash : xref:BaseHash-03.adoc[BaseHash<uint256>] ---- == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BaseHash-03.adoc[BaseHash<uint256>]` | Wraps a fixed‐size hash value and exposes byte‐range access to it. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:AssumeutxoHash/2constructor.adoc[`AssumeutxoHash`] [.small]#[constructor]# | Constructs the hash from a raw 256‐bit value. | xref:AssumeutxoHash/ToString.adoc[`ToString`] | Returns the hexadecimal string representation of the hash. | xref:AssumeutxoHash/begin-0e.adoc[`begin`] | `begin` overloads | xref:AssumeutxoHash/data-09.adoc[`data`] | `data` overloads | xref:AssumeutxoHash/end-063.adoc[`end`] | `end` overloads | xref:AssumeutxoHash/size.adoc[`size`] | Returns the number of bytes in the hash. | xref:AssumeutxoHash/2conversion.adoc[`operator std::vector<unsigned char>`] | Converts the hash to a byte vector. | xref:AssumeutxoHash/operator_eq.adoc[`operator==`] | Compares two hashes for equality. | xref:AssumeutxoHash/operator_lt.adoc[`operator<`] | Orders two hashes. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:AssumeutxoHash/m_hash.adoc[`m_hash`] | The wrapped hash value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#