Folds a coin into the running MuHash of the UTXO set.
Synopsis
Declared in <kernel/coinstats.h>
void
ApplyCoinHash(
MuHash3072& muhash,
COutPoint const& outpoint,
Coin const& coin);
Parameters
Name |
Description |
muhash |
The rolling hash to update. |
outpoint |
The outpoint identifying the coin. |
coin |
The coin being added. |
Created with MrDocs