[#btck_transaction_get_output_at] = btck_transaction_get_output_at :mrdocs: Get the transaction outputs at the provided index. The returned transaction output is not owned and depends on the lifetime of the transaction. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] xref:btck_TransactionOutput-0d.adoc[btck_TransactionOutput] const* btck_transaction_get_output_at( xref:btck_Transaction-08.adoc[btck_Transaction] const* transaction, size_t output_index); ---- == Return Value The transaction output == Parameters [cols="1,4"] |=== | Name| Description | *transaction* [in] | Non‐null. | *output_index* [in] | The index of the transaction output to be retrieved. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#