Interface PoolLoanInfo

    interface PoolLoanInfo {
        assetId: number;
        borrowFactor: bigint;
        collateralCap: bigint;
        collateralFactor: bigint;
        collateralUsed: bigint;
        liquidationBonus: bigint;
        liquidationFee: bigint;
        liquidationMax: bigint;
        poolAppId: number;
    }

    Properties

    assetId: number
    borrowFactor: bigint
    collateralCap: bigint
    collateralFactor: bigint
    collateralUsed: bigint
    liquidationBonus: bigint
    liquidationFee: bigint
    liquidationMax: bigint
    poolAppId: number