[#kernel-ApplyCoinHash] = xref:kernel.adoc[kernel]::ApplyCoinHash :relfileprefix: ../ :mrdocs: Folds a coin into the running MuHash of the UTXO set. == Synopsis Declared in `<kernel/coinstats.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void ApplyCoinHash( xref:MuHash3072.adoc[MuHash3072]& muhash, xref:COutPoint.adoc[COutPoint] const& outpoint, xref:Coin-04.adoc[Coin] const& coin); ---- == Parameters [cols="1,4"] |=== | Name| Description | *muhash* | The rolling hash to update. | *outpoint* | The outpoint identifying the coin. | *coin* | The coin being added. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#