[#BlockTransactions] = BlockTransactions :mrdocs: A blocktxn message carrying the transactions requested for a block. == Synopsis Declared in `<blockencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BlockTransactions; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BlockTransactions/2constructor-0c.adoc[`BlockTransactions`] [.small]#[constructor]# | Constructors |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BlockTransactions/blockhash.adoc[`blockhash`] | Hash of the block these transactions belong to. | xref:BlockTransactions/txn.adoc[`txn`] | The transactions themselves, in requested order. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#