mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Update address and address-tx
This commit is contained in:
parent
871329e0fd
commit
1438300763
@ -157,6 +157,24 @@ export class ApiDocsComponent implements OnInit {
|
||||
spent_txo_count: 0,
|
||||
tx_count: 0
|
||||
}
|
||||
}`
|
||||
},
|
||||
codeSampleLiquidTestnet: {
|
||||
esModule: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
commonJS: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
curl: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
response: `{
|
||||
address: "vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48",
|
||||
chain_stats: {
|
||||
funded_txo_count: 1,
|
||||
spent_txo_count: 0,
|
||||
tx_count: 1
|
||||
},
|
||||
mempool_stats: {
|
||||
funded_txo_count: 0,
|
||||
spent_txo_count: 0,
|
||||
tx_count: 0
|
||||
}
|
||||
}`
|
||||
},
|
||||
codeSampleBisq: {
|
||||
@ -293,6 +311,30 @@ export class ApiDocsComponent implements OnInit {
|
||||
}
|
||||
},
|
||||
...
|
||||
]`
|
||||
},
|
||||
codeSampleLiquidTestnet: {
|
||||
esModule: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
commonJS: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
curl: [`vjTwFjtVE7Fy9gjwQSxas9FkrqcnK1SeobPkdD9tghdNmCvxoXhSeCjpgD3ponKJukkD2BNPX25dZL48`],
|
||||
response: `[
|
||||
{
|
||||
txid: "67108f445ae3a363452cf7f382f1b71e06126ab958673debbeaad6dab4831434",
|
||||
version: 2,
|
||||
locktime: 0,
|
||||
vin: [Object],
|
||||
vout: [Object],
|
||||
size: 8968,
|
||||
weight: 10063,
|
||||
fee: 260,
|
||||
status: {
|
||||
confirmed: true,
|
||||
block_height: 165253,
|
||||
block_hash: "c8b6233c3bc53b76cf3a629328c3e7826a749171a8b39b482daf73e0be266e09",
|
||||
block_time: 1641788900
|
||||
}
|
||||
},
|
||||
...
|
||||
]`
|
||||
},
|
||||
codeSampleBisq: {
|
||||
|
Loading…
Reference in New Issue
Block a user