Type Definition 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>, T::MaxHolds>, 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 >, T :: MaxHolds >
.