Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChainServiceSettings

The settings interface for the BurstService class

Hierarchy

  • ChainServiceSettings

Index

Properties

Optional apiRootUrl

apiRootUrl: string

The relative path the Signum Node Http API endpoint, default is '/api' - must begin with slash. Usually, you don't use this.

Optional httpClient

httpClient: Http

If passed an client instance, it will be used instead of default HttpImpl. Good for testing, but usually you won't need this

Optional httpClientOptions

httpClientOptions: any

The options passed to httpClient The default implementation uses axios. In case of a custom client pass your own options. see Axios Configuration

nodeHost

nodeHost: string

The node/peer host url with protocol and port, e.g. https://testnet.signum.fun:443

Optional reliableNodeHosts

reliableNodeHosts: string[]

A list of node/peer hosts that can be chosen of, usually a list of reliable nodes. This is necessary for the automatic node selection.