ClientProvider: {
    getChainBundle: (() => unknown);
    getChainConfigNotifier: (() => Notifier<unknown>);
}

Type declaration

  • getChainBundle: (() => unknown)
      • (): unknown
      • Returns unknown

  • getChainConfigNotifier: (() => Notifier<unknown>)
      • (): Notifier<unknown>
      • Returns Notifier<unknown>

Generated using TypeDoc