UNPKG

329 BTypeScriptView Raw
1import { Network, Networkish } from "./types";
2export { Network, Networkish };
3/**
4 * getNetwork
5 *
6 * Converts a named common networks or chain ID (network ID) to a Network
7 * and verifies a network is a valid Network..
8 */
9export declare function getNetwork(network: Networkish): Network;
10//# sourceMappingURL=index.d.ts.map
\No newline at end of file