@1hive/connect-core
Version:
Access and interact with Aragon Organizations and their apps.
5 lines • 315 B
TypeScript
import type { Network, Networkish } from '@1hive/connect-types';
export declare function networkFromChainId(chainId: number): Network | null;
export declare function networkFromName(name: string): Network | null;
export declare function toNetwork(network: Networkish): Network;
//# sourceMappingURL=network.d.ts.map