dsteem
    Preparing search index...

    Interface PriceCurveParam

    interface PriceCurveParam {
        coeff_a: string;
        coeff_b: string;
        shift: number;
    }
    Index

    Properties

    Properties

    coeff_a: string
    coeff_b: string
    shift: number