UNPKG

@velora-dex/sdk

Version:
5 lines 222 B
import { DeltaAuction } from '../..'; type GetDeltaOrderFn = () => Promise<DeltaAuction>; export declare function startStatusCheck(getDeltaOrder: GetDeltaOrderFn): () => void; export {}; //# sourceMappingURL=delta.d.ts.map