mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 03:33:27 -03:00
doc: add mempool/contents rest verbose and mempool_sequence args
This commit is contained in:
parent
52a31dccc9
commit
1ff5d61dfd
1 changed files with 6 additions and 2 deletions
|
@ -123,11 +123,15 @@ Returns various information about the transaction mempool.
|
||||||
Only supports JSON as output format.
|
Only supports JSON as output format.
|
||||||
Refer to the `getmempoolinfo` RPC help for details.
|
Refer to the `getmempoolinfo` RPC help for details.
|
||||||
|
|
||||||
`GET /rest/mempool/contents.json`
|
`GET /rest/mempool/contents.json?verbose=<true|false>&mempool_sequence=<false|true>`
|
||||||
|
|
||||||
Returns the transactions in the mempool.
|
Returns the transactions in the mempool.
|
||||||
Only supports JSON as output format.
|
Only supports JSON as output format.
|
||||||
Refer to the `getrawmempool` RPC help for details.
|
Refer to the `getrawmempool` RPC help for details. Defaults to setting
|
||||||
|
`verbose=true` and `mempool_sequence=false`.
|
||||||
|
|
||||||
|
*Query parameters for `verbose` and `mempool_sequence` available in 25.0 and up.*
|
||||||
|
|
||||||
|
|
||||||
Risks
|
Risks
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue