mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
doc: add /deploymentinfo
in REST-interface
This commit is contained in:
parent
3e44bee08e
commit
5c96020024
1 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,15 @@ Returns various state info regarding block chain processing.
|
||||||
Only supports JSON as output format.
|
Only supports JSON as output format.
|
||||||
Refer to the `getblockchaininfo` RPC help for details.
|
Refer to the `getblockchaininfo` RPC help for details.
|
||||||
|
|
||||||
|
#### Deployment info
|
||||||
|
`GET /rest/deploymentinfo.json`
|
||||||
|
`GET /rest/deploymentinfo/<BLOCKHASH>.json`
|
||||||
|
|
||||||
|
Returns an object containing various state info regarding deployments of
|
||||||
|
consensus changes at the current chain tip, or at <BLOCKHASH> if provided.
|
||||||
|
Only supports JSON as output format.
|
||||||
|
Refer to the `getdeploymentinfo` RPC help for details.
|
||||||
|
|
||||||
#### Query UTXO set
|
#### Query UTXO set
|
||||||
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
|
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue