pub type InstanceDeposits<T: Config> = StorageMap<_GeneratedPrefixForStorageInstanceDeposits<T>, Twox64Concat, InstanceId, BalanceOf<T>>;Expand description
Exact per-instance storage deposits, present only for deposit-paying mints.
Storage type is [StorageMap] with key type InstanceId and value type BalanceOf < T >.
Aliased Type§
pub struct InstanceDeposits<T: Config>(/* private fields */);