Bitcoin Core  27.99.0
P2P Digital Currency
Functions
utxo_total_supply.cpp File Reference
#include <chainparams.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <kernel/coinstats.h>
#include <node/miner.h>
#include <script/interpreter.h>
#include <streams.h>
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/mining.h>
#include <test/util/setup_common.h>
#include <util/chaintype.h>
#include <validation.h>
Include dependency graph for utxo_total_supply.cpp:

Go to the source code of this file.

Functions

 FUZZ_TARGET (utxo_total_supply)
 

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( utxo_total_supply  )

The testing setup that creates a chainman only (no chainstate)

The block template this fuzzer is working on

Append-only set of tx outpoints, entries are not removed when spent

The utxo stats at the chain tip

The total amount of coins in the utxo set

Definition at line 20 of file utxo_total_supply.cpp.

Here is the call graph for this function: