UNPKG

@harmony-js/core

Version:

harmony core package

14 lines 340 B
/** * @packageDocumentation * @module harmony-core * @hidden */ import { ChainType, ChainID } from '@harmony-js/utils'; export interface HarmonyConfig { chainUrl?: string; chainType: ChainType; chainId: ChainID; shardID?: number; } export declare function createWeb3(_web3: any): void; //# sourceMappingURL=util.d.ts.map