mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
global: utxos part 2
This commit is contained in:
@@ -1103,7 +1103,7 @@ function createPartialOptions(colors) {
|
||||
title: "Unspent Transaction Output Count",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "utxo-count-bis",
|
||||
key: "exact-utxo-count",
|
||||
name: "total",
|
||||
}),
|
||||
],
|
||||
@@ -1335,6 +1335,67 @@ function createPartialOptions(colors) {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "UTXOs",
|
||||
tree: [
|
||||
{
|
||||
name: "supply",
|
||||
title: "Supply",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "supply",
|
||||
name: "Supply",
|
||||
}),
|
||||
createBaseSeries({
|
||||
key: "supply-in-btc",
|
||||
name: "Supply",
|
||||
}),
|
||||
createBaseSeries({
|
||||
key: "supply-in-usd",
|
||||
name: "Supply",
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "unspendable supply",
|
||||
title: "Unspendable Supply",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "unspendable-supply",
|
||||
name: "Supply",
|
||||
}),
|
||||
createBaseSeries({
|
||||
key: "unspendable-supply-in-btc",
|
||||
name: "Supply",
|
||||
}),
|
||||
createBaseSeries({
|
||||
key: "unspendable-supply-in-usd",
|
||||
name: "Supply",
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "count",
|
||||
title: "UTXO Count",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "utxo-count",
|
||||
name: "Count",
|
||||
}),
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "realized cap",
|
||||
title: "Realized Capitalization",
|
||||
bottom: [
|
||||
createBaseSeries({
|
||||
key: "realized-cap",
|
||||
name: "Realized Cap",
|
||||
}),
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user