The address to the Steem RPC server, e.g. https://api.steemit.com.
Client options.
ReadonlyaddressAddress to Steem RPC server, read-only.
ReadonlyaddressAddress prefix for current network.
ReadonlyblockchainBlockchain helper.
ReadonlybroadcastBroadcast API helper.
ReadonlychainChain ID for current network.
ReadonlydatabaseDatabase API helper.
ReadonlyoptionsClient options, read-only.
ReadonlyrcRC API helper.
Make a RPC call to the server.
The API to call, e.g. database_api.
The API method, e.g. get_dynamic_global_properties.
Array of parameters to pass to the method, optional.
StatictestnetCreate a new client instance configured for the testnet.
Optionaloptions: ClientOptions
RPC Client
Can be used in both node.js and the browser. Also see ClientOptions.