[#btck-Block-Transactions-0e] = xref:btck.adoc[btck]::xref:btck/Block.adoc[Block]::Transactions :relfileprefix: ../../ :mrdocs: Returns a range over all transactions in the block. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto Transactions() const && = delete; ---- == Return Value A random‐access range of the block's transactions. [.small]#Created with https://www.mrdocs.com[MrDocs]#