Files

12 lines
529 B
Markdown
Raw Permalink Normal View History

# Response: Xthin Block Transactions ("xblocktx")
This message delivers the transactions specified in the previous [`get_xblocktx`](get_xblocktx) message to the remote peer.
2020-11-04 10:28:50 -05:00
This message starts with the hash of the block being reconstructed, followed by a list of transactions requested.
2021-02-24 17:53:28 +01:00
## Format
| Field | Length | Format | Description |
|--|--|--|--|
2020-11-04 10:28:50 -05:00
| Block hash | 32 Bytes | Bytes | The hash of the block being reconstructed.|
| Transactions | variable | vector | The transactions still needed for block reconstruction.|