Update CollateralInfoV5
This commit is contained in:
@@ -60,11 +60,14 @@ export interface CollateralInfoV5 {
|
|||||||
currency: string;
|
currency: string;
|
||||||
hourlyBorrowRate: string;
|
hourlyBorrowRate: string;
|
||||||
maxBorrowingAmount: string;
|
maxBorrowingAmount: string;
|
||||||
freeBorrowingAmount: string;
|
freeBorrowAmount: string;
|
||||||
|
freeBorrowingLimit: string;
|
||||||
borrowAmount: string;
|
borrowAmount: string;
|
||||||
availableToBorrow: string;
|
availableToBorrow: string;
|
||||||
borrowable: boolean;
|
borrowable: boolean;
|
||||||
|
borrowUsageRate: string;
|
||||||
marginCollateral: boolean;
|
marginCollateral: boolean;
|
||||||
|
collateralSwitch: boolean;
|
||||||
collateralRatio: string;
|
collateralRatio: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user