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

    Properties

    Properties

    exp: bigint

    Number of decimals of the previously defined values

    lower: bigint

    Lower value of acceptable price

    upper: bigint

    Upper value of acceptable price