From 010381aac460b8947cb048b163f27874c39e7733 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 16 Dec 2021 08:46:51 -0500 Subject: [PATCH] Convert accordions to plain html --- .../components/docs/api-docs.component.html | 1322 +++++++---------- 1 file changed, 564 insertions(+), 758 deletions(-) diff --git a/frontend/src/app/components/docs/api-docs.component.html b/frontend/src/app/components/docs/api-docs.component.html index 40aed1cd9..5f7d725e8 100644 --- a/frontend/src/app/components/docs/api-docs.component.html +++ b/frontend/src/app/components/docs/api-docs.component.html @@ -76,849 +76,655 @@
Reference for the {{ network.val === '' ? 'Bitcoin' : network.val.charAt(0).toUpperCase() + network.val.slice(1) }}
address
, chain_stats
, and mempool_stats
. {{ '{' }}chain,mempool{{ '}' }}_stats each contain an object with tx_count
, funded_txo_count
, funded_txo_sum
, spent_txo_count
, and spent_txo_sum
.address
, chain_stats
, and mempool_stats
. {{ '{' }}chain,mempool{{ '}' }}_stats each contain an object with tx_count
, funded_txo_count
, funded_txo_sum
, spent_txo_count
, and spent_txo_sum
.:last_seen_txid
(see below).:last_seen_txid
(see below).txid
, vout
, value
, and status
(with the status of the funding tx).valuecommitment
field that may appear in place of value
, plus the following additional fields: asset
/assetcommitment
, nonce
/noncecommitment
, surjection_proof
, and range_proof
.txid
, vout
, value
, and status
(with the status of the funding tx).valuecommitment
field that may appear in place of value
, plus the following additional fields: asset
/assetcommitment
, nonce
/noncecommitment
, surjection_proof
, and range_proof
.id
, height
, version
, timestamp
, bits
, nonce
, merkle_root
, tx_count
, size
, weight
,proof
,previousblockhash
.id
, height
, version
, timestamp
, bits
, nonce
, merkle_root
, tx_count
, size
, weight
,proof
,previousblockhash
.:height
.:height
.in_best_chain
(boolean, false for orphaned blocks), next_best
(the hash of the next block, only available for blocks in the best chain).in_best_chain
(boolean, false for orphaned blocks), next_best
(the hash of the next block, only available for blocks in the best chain).:index
within the specified block.:index
within the specified block.start_index
). Transactions returned here do not have the status
field, since all the transactions share the same block and confirmation status.start_index
). Transactions returned here do not have the status
field, since all the transactions share the same block and confirmation status.:start_height
if specified.:start_height
if specified.:start_height
if specified.:start_height
if specified.txid
, fee
, vsize
, and value
.txid
, fee
, vsize
, and value
.txid
, version
, locktime
, size
, weight
, fee
, vin
, vout
, and status
.txid
, version
, locktime
, size
, weight
, fee
, vin
, vout
, and status
.spent
(boolean), txid
(optional), vin
(optional), and status
(optional, the status of the spending tx).spent
(boolean), txid
(optional), vin
(optional), and status
(optional, the status of the spending tx).confirmed
(boolean), block_height
(optional), and block_hash
(optional).confirmed
(boolean), block_height
(optional), and block_hash
(optional).txid
will be returned on success.txid
will be returned on success.