UNPKG

koobor-sdk

Version:
6 lines (5 loc) 363 B
import { KooborContext } from "../core/KooborContext"; export declare function initWeb3(ethereum: any, onWeb3Ready: any): Promise<void>; export declare function getContext(gameName: string): Promise<KooborContext>; export declare function switchContext(kooborContext?: KooborContext): void; export declare function getCurrentContext(): KooborContext | undefined;