mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-28 16:49:58 -07:00
global: MASSIVE snapshot
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user