Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <coins.h>
#include <consensus/consensus.h>
#include <memusage.h>
#include <random.h>
#include <assert.h>
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 Coin & | AccessByTxid (const CCoinsViewCache &view, const uint256 &txid) |
Utility function to find any unspent output with a given txid. More... | |
const Coin& AccessByTxid | ( | const CCoinsViewCache & | view, |
const uint256 & | txid | ||
) |
void AddCoins | ( | CCoinsViewCache & | cache, |
const CTransaction & | tx, | ||
int | nHeight, | ||
bool | check | ||
) |