Interface SetInternalCurrentPriceParams

interface SetInternalCurrentPriceParams {
    prices: InternalPrice[];
    useCurrentTime: number;
}

Properties

prices: InternalPrice[]
useCurrentTime: number