UNPKG

@azuro-org/sdk

Version:

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

5 lines (4 loc) 213 B
import { type ChainId, type GameData } from '@azuro-org/toolkit'; type Result = Record<string, GameData>; export declare const batchFetchGames: (gameIds: string[], chainId: ChainId) => Promise<Result>; export {};