UNPKG

@azuro-org/sdk

Version:

One-stop solution for building betting dApps on the Azuro Protocol.

6 lines (5 loc) 260 B
import { type OutcomeUpdateData } from '../contexts/conditionUpdates'; export declare const outcomeWatcher: { subscribe: (key: string, cb: (value: OutcomeUpdateData) => void) => () => void; dispatch: (key: string, value: OutcomeUpdateData) => void; };