kernel::ApplyCoinHash

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

NameDescription
muhashThe rolling hash to update.
outpointThe outpoint identifying the coin.
coinThe coin being added.