Left Curve Software Stack
    Preparing search index...

    Type Alias Price

    type Price = {
        humanizedEma: string;
        humanizedPrice: string;
        precision: number;
        timestamp: number;
    }
    Index

    Properties

    humanizedEma: string
    humanizedPrice: string
    precision: number
    timestamp: number