UNPKG

@azuro-org/sdk

Version:

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

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