Nado Typescript SDK Documentation
    Preparing search index...

    Interface IndexerServerOraclePrice

    Oracle price

    interface IndexerServerOraclePrice {
        product_id: number;
        oracle_price_x18: string;
        update_time: number;
    }
    Index

    Properties

    product_id: number
    oracle_price_x18: string
    update_time: number