construct a Coin from a CTxOut and height/coinbase information.
| 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. |