global: MASSIVE snapshot

This commit is contained in:
nym21
2026-01-07 01:16:37 +01:00
parent e832ffbe23
commit cb0abc324e
487 changed files with 21155 additions and 13627 deletions

View File

@@ -1,11 +1,8 @@
use brk_traversable::Traversable;
use brk_types::{Height, Sats};
use vecdb::{EagerVec, PcoVec};
use crate::internal::ComputedValueVecsFromHeight;
use crate::internal::ValueBlockFull;
#[derive(Clone, Traversable)]
pub struct Vecs {
pub height_to_opreturn_value: EagerVec<PcoVec<Height, Sats>>,
pub indexes_to_opreturn_value: ComputedValueVecsFromHeight,
pub indexes_to_opreturn_value: ValueBlockFull,
}