This interface is used to configure the client.
Array<IProvider>
boolean
number | null
number
Optional
Generated using TypeDoc
This interface is used to configure the client.
See
Array<IProvider>
is an array of providers used for API requests.boolean
(optional) is a flag to enable or disable the retry strategy.number | null
is the period offset in seconds for syncing with the blockchain.number
(optional) is the ping timeout in milliseconds for the provider.