Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LedgerSettings

The LedgerSettings to use for LedgerClientFactory

Hierarchy

  • LedgerSettings

Index

Properties

Optional httpClient

httpClient: Http

A custom http client implementation. Default is based on axios

Optional httpOptions

httpOptions: any

Additional global options for the http client. Default client is axios, see its options here: see Axios Configuration

nodeHost

nodeHost: string

Url to the API endpoint of the node, i.e. https://brazil.signum.network or http://localhost:8125

Optional reliableNodeHosts

reliableNodeHosts: string[]

A list of node Urls, which can be considered reliable. If you set this list, those nodes are used as automatic fallback in case of request issues.