[#btck_coin_get_output] = btck_coin_get_output :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] xref:btck_TransactionOutput-0d.adoc[btck_TransactionOutput] const* btck_coin_get_output(xref:btck_Coin-0f.adoc[btck_Coin] const* coin); ---- == Return Value A transaction output pointer. == Parameters [cols="1,4"] |=== | Name| Description | *coin* [in] | Non‐null. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#