pub type VirtualSnapShot<T, I = ()> = LazyVirtual<T, SnapShotAsset, SnapShotRational, SnapShotTime, SnapShotAddon, I>;Expand description
Virtual representation of a balance snapshot.
Captures balance state at a specific point in time. Used for historical views and proportional calculations.
Aliased Typeยง
pub struct VirtualSnapShot<T, I = ()> { /* private fields */ }