Coda by Ian Macalinao
    Preparing search index...
    interface PriceHeuristicArgs {
        exp: number | bigint;
        lower: number | bigint;
        upper: number | bigint;
    }
    Index

    Properties

    Properties

    exp: number | bigint

    Number of decimals of the previously defined values

    lower: number | bigint

    Lower value of acceptable price

    upper: number | bigint

    Upper value of acceptable price