Skip to content

Commit

Permalink
Export API helper classes
Browse files Browse the repository at this point in the history
This allows them to be discovered during documentation generation
  • Loading branch information
jnordberg committed Aug 17, 2022
1 parent 25d74f8 commit 4d615a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import {ChainAPI} from './v1/chain'
import {HistoryAPI} from './v1/history'
import {BuiltinTypes} from '../serializer/builtins'

export {ChainAPI, HistoryAPI}

export interface APIClientOptions extends FetchProviderOptions {
/** URL to the API node to use, only used if the provider option is not set. */
url?: string
Expand Down

0 comments on commit 4d615a2

Please sign in to comment.