Fabcoin Core  0.16.2
P2P Digital Currency
Functions
coins.cpp File Reference
#include <coins.h>
#include <consensus/consensus.h>
#include <memusage.h>
#include <random.h>
#include <assert.h>
Include dependency graph for coins.cpp:

Go to the source code of this file.

Functions

void AddCoins (CCoinsViewCache &cache, const CTransaction &tx, int nHeight, bool check)
 Utility function to add all of a transaction's outputs to a cache. More...
 
const CoinAccessByTxid (const CCoinsViewCache &view, const uint256 &txid)
 Utility function to find any unspent output with a given txid. More...
 

Function Documentation

const Coin& AccessByTxid ( const CCoinsViewCache view,
const uint256 txid 
)

Utility function to find any unspent output with a given txid.

Definition at line 252 of file coins.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void AddCoins ( CCoinsViewCache cache,
const CTransaction tx,
int  nHeight,
bool  check 
)

Utility function to add all of a transaction's outputs to a cache.

Definition at line 90 of file coins.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: