Documentation
    Preparing search index...

    Interface InterestConfigParams

    interface InterestConfigParams {
        baseRate: number;
        baseSlope: number;
        excessSlope: number;
        optimalUtilization: number;
    }
    Index

    Properties

    baseRate: number
    baseSlope: number
    excessSlope: number
    optimalUtilization: number