mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 08:09:58 -07:00
global: MASSIVE snapshot
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
use brk_traversable::Traversable;
|
||||
use brk_types::StoredF64;
|
||||
|
||||
use crate::internal::ComputedVecsFromHeight;
|
||||
use crate::internal::{ComputedBlockLast, ComputedBlockSumCum};
|
||||
|
||||
#[derive(Clone, Traversable)]
|
||||
pub struct Vecs {
|
||||
pub indexes_to_coinblocks_created: ComputedVecsFromHeight<StoredF64>,
|
||||
pub indexes_to_coinblocks_stored: ComputedVecsFromHeight<StoredF64>,
|
||||
pub indexes_to_liveliness: ComputedVecsFromHeight<StoredF64>,
|
||||
pub indexes_to_vaultedness: ComputedVecsFromHeight<StoredF64>,
|
||||
pub indexes_to_activity_to_vaultedness_ratio: ComputedVecsFromHeight<StoredF64>,
|
||||
pub indexes_to_coinblocks_created: ComputedBlockSumCum<StoredF64>,
|
||||
pub indexes_to_coinblocks_stored: ComputedBlockSumCum<StoredF64>,
|
||||
pub indexes_to_liveliness: ComputedBlockLast<StoredF64>,
|
||||
pub indexes_to_vaultedness: ComputedBlockLast<StoredF64>,
|
||||
pub indexes_to_activity_to_vaultedness_ratio: ComputedBlockLast<StoredF64>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user