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