The address to the Blurt RPC server,
e.g. https://rpc.blurt.world. or [https://rpc.blurt.world, https://another.api.com]
Experimental client options.
ReadonlyaccountAccount History API helper
Address to Blurt RPC server. String or String[] read-only.
ReadonlyaddressAddress prefix for current network.
ReadonlyblockchainBlockchain helper
ReadonlybroadcastBroadcast API helper
ReadonlychainChain ID for current network.
ReadonlycondenserCondenser API helper
ReadonlydatabaseDatabase API helper.
ReadonlynexusNexus (A.k.a. Bridge) helper
ReadonlyoptionsClient options, read-only.
ReadonlytoolsTools helper
Experimental RPC Client backed by blurt-rpc-core.
This class intentionally does not replace or extend the historic Client. It mirrors the dblurt helper surface while delegating JSON-RPC transport, retry and failover to blurt-rpc-core so compatibility can be measured before any migration decision.