Coda by Ian Macalinao
    Preparing search index...
    interface DynamicFeeParametersArgs {
        binStep: number;
        binStepU128: number | bigint;
        decayPeriod: number;
        filterPeriod: number;
        maxVolatilityAccumulator: number;
        reductionFactor: number;
        variableFeeControl: number;
    }
    Index

    Properties

    binStep: number
    binStepU128: number | bigint
    decayPeriod: number
    filterPeriod: number
    maxVolatilityAccumulator: number
    reductionFactor: number
    variableFeeControl: number