Type Definition loans::pallet::UnderlyingAssetId
source · pub type UnderlyingAssetId<T: Config> = StorageMap<_GeneratedPrefixForStorageUnderlyingAssetId<T>, Blake2_128Concat, <T as Config>::CurrencyId, <T as Config>::CurrencyId>;
Expand description
Mapping of lend_token id to underlying currency id
lend_token id
: voucher token id
asset id
: underlying token id
Storage type is [StorageMap
] with key type CurrencyId < T >
and value type CurrencyId < T >
.