UNPKG

@azuro-org/sdk

Version:

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

6 lines (5 loc) 225 B
import { type GameData } from '../contexts/gameUpdates'; export declare const gameWathcer: { subscribe: (key: string, cb: (value: GameData) => void) => () => void; dispatch: (key: string, value: GameData) => void; };