File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -76,17 +76,7 @@ Given a height: returns hash of block in best-block-chain at height provided.
7676
7777Returns various state info regarding block chain processing.
7878Only supports JSON as output format.
79- * chain : (string) current network name (main, test, signet, regtest)
80- * blocks : (numeric) the current number of blocks processed in the server
81- * headers : (numeric) the current number of headers we have validated
82- * bestblockhash : (string) the hash of the currently best block
83- * difficulty : (numeric) the current difficulty
84- * mediantime : (numeric) the median time of the 11 blocks before the most recent block on the blockchain
85- * verificationprogress : (numeric) estimate of verification progress [ 0..1]
86- * chainwork : (string) total amount of work in active chain, in hexadecimal
87- * pruned : (boolean) if the blocks are subject to pruning
88- * pruneheight : (numeric) highest block available
89- * softforks : (array) status of softforks in progress
79+ Refer to the ` getblockchaininfo ` RPC help for details.
9080
9181#### Query UTXO set
9282` GET /rest/getutxos/<checkmempool>/<txid>-<n>/<txid>-<n>/.../<txid>-<n>.<bin|hex|json> `
You can’t perform that action at this time.
0 commit comments