mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 22:23:40 +02:00
Documenting pruned, pruneheight and softforks in getblockchaininfo
This commit is contained in:
@ -41,6 +41,8 @@ Only supports JSON as output format.
|
||||
* verificationprogress : (numeric) estimate of verification progress [0..1]
|
||||
* chainwork : (string) total amount of work in active chain, in hexadecimal
|
||||
* pruned : (boolean) if the blocks are subject to pruning
|
||||
* pruneheight : (numeric) heighest block available
|
||||
* softforks : (array) status of softforks in progress
|
||||
|
||||
####Query UTXO set
|
||||
`GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json>`
|
||||
|
Reference in New Issue
Block a user