OptionaladdressSteem address prefix. Defaults to main steem network:
STM
OptionalagentNode.js http(s) agent, use if you want http keep-alive. Defaults to using https.globalAgent.
OptionalbackoffRetry backoff function, returns milliseconds. Defaults to min(tries² × 100, 10000).
OptionalchainSteem chain id. Defaults to main steem network:
0000000000000000000000000000000000000000000000000000000000000000
OptionaltimeoutSend timeout, how long to wait in milliseconds before giving up on a rpc call. Note that this is not an exact timeout, no in-flight requests will be aborted, they will just not be retried any more past the timeout. Can be set to 0 to retry forever. Defaults to 60 * 1000 ms.
RPC Client options