UNPKG

@azuro-org/sdk

Version:

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

5 lines (4 loc) 165 B
export declare const createWatcher: <V>() => { subscribe: (key: string, cb: (value: V) => void) => () => void; dispatch: (key: string, value: V) => void; };