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