Skip to main content

VirtualBalance

Type Alias VirtualBalance 

Source
pub type VirtualBalance<T, I = ()> = LazyVirtual<T, BalanceAsset, BalanceRational, BalanceTime, BalanceAddon, I>;
Expand description

Virtual representation of a live lazy-balance.

Backed by the lazy balance model, meaning storage layouts are interpreted dynamically by the caller rather than the implementor.

Aliased Typeยง

pub struct VirtualBalance<T, I = ()> { /* private fields */ }