Documentation
    Preparing search index...

    Interface MarginPoolConfigParams

    interface MarginPoolConfigParams {
        maxUtilizationRate: number;
        minBorrow: number;
        referralSpread: number;
        supplyCap: number;
    }
    Index

    Properties

    maxUtilizationRate: number
    minBorrow: number
    referralSpread: number
    supplyCap: number