construct a Coin from a CTxOut and height/coinbase information.
Synopsis
Declared in <coins.h>
Coin(
CTxOut&& outIn,
int nHeightIn,
bool fCoinBaseIn);
Parameters
Name |
Description |
outIn |
The transaction output to store (moved into the Coin). |
nHeightIn |
Height of the block that included the containing transaction. |
fCoinBaseIn |
Whether the containing transaction was a coinbase. |
Created with MrDocs