Interface UserLoanInfoBorrow

    interface UserLoanInfoBorrow {
        accruedInterest: bigint;
        accruedInterestValue: bigint;
        assetId: number;
        assetPrice: bigint;
        borrowBalance: bigint;
        borrowBalanceValue: bigint;
        borrowedAmount: bigint;
        borrowedAmountValue: bigint;
        borrowFactor: bigint;
        effectiveBorrowBalanceValue: bigint;
        interestRate: bigint;
        interestYield: bigint;
        isStable: boolean;
        poolAppId: number;
    }

    Properties

    accruedInterest: bigint
    accruedInterestValue: bigint
    assetId: number
    assetPrice: bigint
    borrowBalance: bigint
    borrowBalanceValue: bigint
    borrowedAmount: bigint
    borrowedAmountValue: bigint
    borrowFactor: bigint
    effectiveBorrowBalanceValue: bigint
    interestRate: bigint
    interestYield: bigint
    isStable: boolean
    poolAppId: number