[#BlockTransactionsRequest] = BlockTransactionsRequest :mrdocs: A getblocktxn message requesting specific transactions of a block by index. == Synopsis Declared in `<blockencodings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class BlockTransactionsRequest; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:BlockTransactionsRequest/blockhash.adoc[`blockhash`] | Hash of the block whose transactions are being requested. | xref:BlockTransactionsRequest/indexes.adoc[`indexes`] | Zero‐based indexes of the requested transactions within the block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#