mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
global: snapshot
This commit is contained in:
@@ -2,7 +2,7 @@ use brk_traversable::Traversable;
|
||||
use brk_types::StoredU64;
|
||||
use derive_more::{Deref, DerefMut};
|
||||
|
||||
use crate::internal::DerivedTxFull;
|
||||
use crate::internal::TxDerivedFull;
|
||||
|
||||
#[derive(Clone, Deref, DerefMut, Traversable)]
|
||||
pub struct Vecs(pub DerivedTxFull<StoredU64>);
|
||||
pub struct Vecs(pub TxDerivedFull<StoredU64>);
|
||||
|
||||
Reference in New Issue
Block a user