referrerpolicy=no-referrer-when-downgrade

Type Alias FrozenBalances

Source
pub type FrozenBalances<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageFrozenBalances<T, I>, Blake2_128Concat, T::AssetId, Blake2_128Concat, T::AccountId, T::Balance>;
Expand description

A map that stores the current total frozen balance for every account on a given AssetId.

Storage type is [StorageDoubleMap] with key1 type T :: AssetId, key2 type T :: AccountId and value type T :: Balance.

Aliased Type§

struct FrozenBalances<T: Config<I>, I: 'static = ()>(/* private fields */);