Returns the block height where the transaction that created this coin was included in.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
uint32_t
btck_coin_confirmation_height(btck_Coin const* coin);

Return Value

The block height of the coin.

Parameters

Name

Description

coin [in]

Non‐null.

Created with MrDocs