The address to the Blurt RPC server,
e.g. https://rpc.blurt.world. or [https://rpc.blurt.world, https://another.api.com]
Client options.
ReadonlyaccountAccount and block operation history helper for Layer 1 history reads.
Address to Blurt RPC server. String or String[] read-only
ReadonlyaddressAddress prefix for current network.
ReadonlyblockchainHigher-level Layer 1 block and operation iteration helper.
ReadonlybroadcastSigned Layer 1 broadcast helper. Requires appropriate private keys and has chain side effects.
ReadonlychainChain ID for current network.
ReadonlycondenserCommon Layer 1 condenser API reads such as accounts, content, witnesses and properties.
ReadonlydatabaseAppbase database API helper for lower-level Layer 1 database methods.
ReadonlynexusNexus/Bridge helper for indexed Layer 2 social views.
ReadonlyoptionsClient options, read-only.
ReadonlyreadComposed read-model helper for application-oriented summaries built from public data.
ReadonlytoolsLocal calculation and conversion helper.
Main SDK client for Blurt Layer 1 RPC, Nexus/Bridge social views and helper APIs.
A client owns endpoint failover, timeout/backoff settings and helper namespaces. Use
condenser,database,accountHistoryandblockchainfor Layer 1 reads,nexusfor indexed Layer 2 social views,readfor composed read models, andbroadcastonly for explicit signing/broadcast workflows.Can be used in Node.js >=18 and modern browsers with native
fetchandAbortController. Also see ClientOptions.