@interlay/interbtc-api / Exports / LoanAsset
Interface: LoanAsset
Table of contents
Properties
Properties
availableCapacity
• availableCapacity: MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:42
borrowApy
• borrowApy: Big
Defined in
src/types/loans.ts:38
borrowCap
• borrowCap: MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:48
borrowReward
• borrowReward: null
| MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:40
collateralThreshold
• collateralThreshold: Big
Defined in
src/types/loans.ts:45
currency
• currency: CurrencyExt
Defined in
src/types/loans.ts:36
exchangeRate
• exchangeRate: ExchangeRate
<Currency
, CurrencyExt
>
Defined in
src/types/loans.ts:49
isActive
• isActive: boolean
Defined in
src/types/loans.ts:46
lendApy
• lendApy: Big
Defined in
src/types/loans.ts:37
lendReward
• lendReward: null
| MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:39
liquidationThreshold
• liquidationThreshold: Big
Defined in
src/types/loans.ts:44
supplyCap
• supplyCap: MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:47
totalBorrows
• totalBorrows: MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:43
totalLiquidity
• totalLiquidity: MonetaryAmount
<CurrencyExt
>
Defined in
src/types/loans.ts:41