@sentio/sdk
    Preparing search index...

    Interface DexPriceResult

    interface DexPriceResult {
        error?: string;
        price?: number;
    }
    Index

    Properties

    Properties

    error?: string
    price?: number