The address to the Blurt RPC server,
e.g. https://rpc.blurt.world
. or [https://rpc.blurt.world
, https://another.api.com
]
Client options.
Account History API helper
Address to Blurt RPC server. String or String[] read-only
Address prefix for current network.
Blockchain helper
Broadcast API helper
Chain ID for current network.
Condenser API helper
Database API helper.
Nexus (A.k.a. Bridge) helper
Client options, read-only.
Tools 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.
Generated using TypeDoc
RPC Client
Can be used in both node.js and the browser. Also see ClientOptions.