Return the transaction output of a coin. The returned pointer is unowned and only valid for the lifetime of the coin.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
btck_TransactionOutput const*
btck_coin_get_output(btck_Coin const* coin);

Return Value

A transaction output pointer.

Parameters

Name

Description

coin [in]

Non‐null.

Created with MrDocs