Documentation
    Preparing search index...

    Interface InterestConfigParams

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

    Properties

    baseRate: number | bigint
    baseSlope: number | bigint
    excessSlope: number | bigint
    optimalUtilization: number | bigint