Bitcoin
Functions
coin.cpp File Reference
#include <node/coin.h>
#include <txmempool.h>
#include <validation.h>

Functions

void FindCoins (std::map< COutPoint, Coin > &coins)
 

Function Documentation

◆ FindCoins()

void FindCoins ( std::map< COutPoint, Coin > &  coins)

Look up unspent output information. Returns coins in the mempool and in the current chain UTXO set. Iterates through all the keys in the map and populates the values.

Parameters
[in,out]coinsmap to fill