The address to the Blurt RPC server,
e.g. https://rpc.blurt.blog. or [https://rpc.blurt.blog, https://another.api.com]
Experimental client options.
ReadonlyaccountAccount History API helper
Address to Blurt RPC server. String or String[]; immutable after construction.
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, immutable.
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.