referrerpolicy=no-referrer-when-downgrade

PsmDebt

Type Alias PsmDebt 

Source
pub type PsmDebt<T: Config> = StorageDoubleMap<_GeneratedPrefixForStoragePsmDebt<T>, Blake2_128Concat, T::AssetId, Blake2_128Concat, T::AssetId, <<T as Config>::Fungibles as FungiblesInspect<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

Internal-asset debt minted through PSM, per (internal, external) pair.

Storage type is [StorageDoubleMap] with key1 type T :: AssetId, key2 type T :: AssetId and value type BalanceOf < T >.

Aliased Type§

pub struct PsmDebt<T: Config>(/* private fields */);