global: snapshot

This commit is contained in:
nym21
2026-01-10 18:43:18 +01:00
parent 3bc0615000
commit 6f45ec13f3
311 changed files with 6916 additions and 7664 deletions

View File

@@ -1,8 +1,8 @@
use brk_traversable::Traversable;
use crate::internal::ValueBlockFull;
use crate::internal::ValueFromHeightFull;
#[derive(Clone, Traversable)]
pub struct Vecs {
pub opreturn: ValueBlockFull,
pub opreturn: ValueFromHeightFull,
}