Return the transaction output of a coin. The returned pointer is unowned and only valid for the lifetime of the coin.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_TransactionOutput const*
btck_coin_get_output(btck_Coin const* coin);
A transaction output pointer.
| Name | Description |
|---|---|
| coin [in] | Non-null. |