mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
content - p2p - Comment out blocktxn and getblocktxn hexdump for now
This commit is contained in:
parent
edfa3226a0
commit
c61ff59bba
1 changed files with 4 additions and 0 deletions
|
@ -232,12 +232,14 @@ The structure of `BlockTransactions` is defined below.
|
||||||
| 1 or 3 | transactions<br>_length | CompactSize | As used to encode array lengths elsewhere | The number of transactions provided
|
| 1 or 3 | transactions<br>_length | CompactSize | As used to encode array lengths elsewhere | The number of transactions provided
|
||||||
| *Varies* | transactions | List of transactions | As encoded in `tx` messages in response to `getdata MSG_TX` | The transactions provided
|
| *Varies* | transactions | List of transactions | As encoded in `tx` messages in response to `getdata MSG_TX` | The transactions provided
|
||||||
|
|
||||||
|
<!-- HEXDUMP NEEDED
|
||||||
The following annotated hexdump shows a `blocktxn` message. (The
|
The following annotated hexdump shows a `blocktxn` message. (The
|
||||||
message header has been omitted.)
|
message header has been omitted.)
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
**ADD HEXDUMP HERE**
|
**ADD HEXDUMP HERE**
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
-->
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
|
@ -440,12 +442,14 @@ The structure of `BlockTransactionsRequest` is defined below.
|
||||||
| *Varies* | indexes_length | CompactSize uint | As used to encode array lengths elsewhere | The number of transactions requested
|
| *Varies* | indexes_length | CompactSize uint | As used to encode array lengths elsewhere | The number of transactions requested
|
||||||
| *Varies* | indexes | CompactSize uint[] | Differentially encoded | Vector of compactSize containing the indexes of the transactions being requested in the block.
|
| *Varies* | indexes | CompactSize uint[] | Differentially encoded | Vector of compactSize containing the indexes of the transactions being requested in the block.
|
||||||
|
|
||||||
|
<!-- HEXDUMP NEEDED
|
||||||
The following annotated hexdump shows a `getblocktxn` message. (The
|
The following annotated hexdump shows a `getblocktxn` message. (The
|
||||||
message header has been omitted.)
|
message header has been omitted.)
|
||||||
|
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
**ADD HEXDUMP HERE**
|
**ADD HEXDUMP HERE**
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
-->
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue