IndexedVault: {
account: string;
collateralAsEther: string;
collateralRatio: string;
collateralTokens: {
address: string;
amount: string;
}[];
debt: string;
fxToken: string;
isLiquidatable: boolean;
isRedeemable: boolean;
minimumRatio: string;
redeemableTokens: string;
}
Type declaration
account: string
collateralAsEther: string
collateralRatio: string
collateralTokens: {
address: string;
amount: string;
}[]
debt: string
fxToken: string
isLiquidatable: boolean
isRedeemable: boolean
minimumRatio: string
redeemableTokens: string