mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-15 04:30:42 +02:00
doc/REST-interface: Remove stale info
This commit is contained in:
parent
8afa602f30
commit
fd9c213c6e
@ -61,7 +61,6 @@ Only supports JSON as output format.
|
|||||||
* pruned : (boolean) if the blocks are subject to pruning
|
* pruned : (boolean) if the blocks are subject to pruning
|
||||||
* pruneheight : (numeric) highest block available
|
* pruneheight : (numeric) highest block available
|
||||||
* softforks : (array) status of softforks in progress
|
* softforks : (array) status of softforks in progress
|
||||||
* bip9_softforks : (object) status of BIP9 softforks in progress
|
|
||||||
|
|
||||||
#### 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>`
|
||||||
@ -79,7 +78,6 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
|
|||||||
"bitmap": "1",
|
"bitmap": "1",
|
||||||
"utxos" : [
|
"utxos" : [
|
||||||
{
|
{
|
||||||
"txvers" : 1
|
|
||||||
"height" : 2147483647,
|
"height" : 2147483647,
|
||||||
"value" : 8.8687,
|
"value" : 8.8687,
|
||||||
"scriptPubKey" : {
|
"scriptPubKey" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user