index.d.ts 284 B

12345678910
  1. import { Chain, chainsType } from './../types';
  2. /**
  3. * @hidden
  4. */
  5. export declare function _getInitializedChains(customChains?: Chain[]): any;
  6. /**
  7. * @deprecated this constant will be internalized (removed)
  8. * on next major version update
  9. */
  10. export declare const chains: chainsType;