pub type FungibleVaultLockedBalance = LockedFungibleResource;

Aliased Type§

struct FungibleVaultLockedBalance {
    pub amounts: IndexMap<Decimal, usize>,
}

Fields§

§amounts: IndexMap<Decimal, usize>

The locked amounts and the corresponding times of being locked.