import { DATA, IJsonRPC, RpcMethodNames } from './primitives'; export type Web3ClientVersion = IJsonRPC; export type Web3Sha3 = IJsonRPC; export type Web3Type = Web3ClientVersion | Web3Sha3;