Bitcoin
Functions
coin.h File Reference
#include <map>

Go to the source code of this file.

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