The address to the Steem RPC server, e.g. https://api.steemit.com
.
Client options.
Address to Steem RPC server, read-only.
Address prefix for current network.
Blockchain helper.
Broadcast API helper.
Chain ID for current network.
Database API helper.
Client options, read-only.
RC 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.
Create a new client instance configured for the testnet.
Generated using TypeDoc
RPC Client
Can be used in both node.js and the browser. Also see ClientOptions.