Type Alias pallet_balances::pallet::Holds

source ·
pub type Holds<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageHolds<T, I>, Blake2_128Concat, T::AccountId, BoundedVec<IdAmount<T::RuntimeHoldReason, T::Balance>, VariantCountOf<T::RuntimeHoldReason>>, ValueQuery>;
Expand description

Holds on account balances.

Storage type is [StorageMap] with key type T :: AccountId and value type BoundedVec < IdAmount < T :: RuntimeHoldReason, T :: Balance > , VariantCountOf < T :: RuntimeHoldReason > , >.

Aliased Type§

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