Interface UserLoanInfoCollateral

    interface UserLoanInfoCollateral {
        assetBalance: bigint;
        assetId: number;
        assetPrice: bigint;
        balanceValue: bigint;
        collateralFactor: bigint;
        depositInterestIndex: bigint;
        effectiveBalanceValue: bigint;
        fAssetBalance: bigint;
        interestRate: bigint;
        interestYield: bigint;
        poolAppId: number;
    }

    Properties

    assetBalance: bigint
    assetId: number
    assetPrice: bigint
    balanceValue: bigint
    collateralFactor: bigint
    depositInterestIndex: bigint
    effectiveBalanceValue: bigint
    fAssetBalance: bigint
    interestRate: bigint
    interestYield: bigint
    poolAppId: number