truffle-ts API reference - v0.4.2
    Preparing search index...

    Interface SpotOptions

    Options for a spot-price query (live-only).

    interface SpotOptions {
        lookbackHours?: number;
        maxPrice?: number;
        showSavings?: boolean;
    }
    Index
    lookbackHours?: number
    maxPrice?: number
    showSavings?: boolean