Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <primitives/transaction.h>
Go to the source code of this file.
Functions | |
COutPoint | AddTestCoin (FastRandomContext &rng, CCoinsViewCache &coins_view) |
Create a Coin with DynamicMemoryUsage of 80 bytes and add it to the given view. More... | |
COutPoint AddTestCoin | ( | FastRandomContext & | rng, |
CCoinsViewCache & | coins_view | ||
) |
Create a Coin with DynamicMemoryUsage of 80 bytes and add it to the given view.
[in,out] | coins_view | The coins view cache to add the new coin to. |
Definition at line 16 of file coins.cpp.