Returns the block height where the transaction that created this coin was included in.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
uint32_t
btck_coin_confirmation_height(btck_Coin const* coin);
The block height of the coin.
| Name | Description |
|---|---|
| coin [in] | Non-null. |