pub unsafe extern "C" fn btck_coin_confirmation_height(
coin: *const btck_Coin,
) -> u32Expand description
@brief Returns the block height where the transaction that created this coin was included in.
@param[in] coin Non-null. @return The block height of the coin.