Interface LoanLocalState

Hierarchy

  • LoanLocalState

Properties

borrows: {
    borrowBalance: bigint;
    borrowedAmount: bigint;
    latestBorrowInterestIndex: bigint;
    latestStableChange: bigint;
    poolAppId: number;
    stableBorrowInterestRate: bigint;
}[]
collaterals: {
    fAssetBalance: bigint;
    poolAppId: number;
}[]
currentRound?: number
escrowAddress: string
userAddress: string

Generated using TypeDoc