koobor-sdk
Version:
Koobor Gaming Platform SDK
10 lines (9 loc) • 330 B
TypeScript
import { KooborContext } from "./KooborContext";
export interface GlobalContext {
ethereum?: any;
web3?: any;
kooborContext?: KooborContext;
}
export declare const globalContext: GlobalContext;
export declare function throwIfInvalidWeb3Environment(): void;
export declare function throwIfInvalidKooborContext(): void;