quartz/wallet/node_modules/@ethereumjs/common/dist/chains/index.d.ts
2022-03-04 20:05:23 +08:00

11 lines
284 B
TypeScript

import { Chain, chainsType } from './../types';
/**
* @hidden
*/
export declare function _getInitializedChains(customChains?: Chain[]): any;
/**
* @deprecated this constant will be internalized (removed)
* on next major version update
*/
export declare const chains: chainsType;