mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
Merge #19390: doc/REST-interface: Remove stale info
fd9c213c6e
doc/REST-interface: Remove stale info (Luke Dashjr) Pull request description: Clean merge to 0.19+ ACKs for top commit: fanquake: ACKfd9c213c6e
MarcoFalke: ACKfd9c213c6e
Tree-SHA512: ac3ffaa72226380ed8b8ab505518d0dc4350bfcc4625dfd27a2350fbb972a8d2bb4255307926eb331c49232023bcb283a659f0d87e4ecbf654982341242f7d36
This commit is contained in:
commit
2f54c76050
1 changed files with 0 additions and 2 deletions
|
@ -61,7 +61,6 @@ Only supports JSON as output format.
|
|||
* pruned : (boolean) if the blocks are subject to pruning
|
||||
* pruneheight : (numeric) highest block available
|
||||
* softforks : (array) status of softforks in progress
|
||||
* bip9_softforks : (object) status of BIP9 softforks in progress
|
||||
|
||||
#### Query UTXO set
|
||||
`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",
|
||||
"utxos" : [
|
||||
{
|
||||
"txvers" : 1
|
||||
"height" : 2147483647,
|
||||
"value" : 8.8687,
|
||||
"scriptPubKey" : {
|
||||
|
|
Loading…
Add table
Reference in a new issue