mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #19390: doc/REST-interface: Remove stale info
fd9c213c6e42cedd8a03c2f721ff46790cded76b doc/REST-interface: Remove stale info (Luke Dashjr) Pull request description: Clean merge to 0.19+ ACKs for top commit: fanquake: ACK fd9c213c6e42cedd8a03c2f721ff46790cded76b MarcoFalke: ACK fd9c213c6e42cedd8a03c2f721ff46790cded76b Tree-SHA512: ac3ffaa72226380ed8b8ab505518d0dc4350bfcc4625dfd27a2350fbb972a8d2bb4255307926eb331c49232023bcb283a659f0d87e4ecbf654982341242f7d36
This commit is contained in:
parent
8368bd795e
commit
0593c1ffcb
@ -74,7 +74,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/<TXID>-<N>/<TXID>-<N>/.../<TXID>-<N>.<bin|hex|json>`
|
- `GET /rest/getutxos/<TXID>-<N>/<TXID>-<N>/.../<TXID>-<N>.<bin|hex|json>`
|
||||||
@ -94,7 +93,6 @@ $ curl localhost:19998/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