OptionaladdressBlurt address prefix. Defaults to main network: BLT
OptionalbackoffRetry backoff function, returns milliseconds. Defaults to dblurt's built-in capped quadratic backoff.
OptionalchainBlurt chain id. Defaults cd8d90f29ae273abec3eaa7731e25934c63eb654d55080caff2ebb7f5df6381f
OptionalconsoleWhether a console.log should be made when RPC failed over to another one
OptionalcoreOptional prebuilt blurt-rpc-core compatible client for tests/custom transports.
OptionalcoreOptional preloaded blurt-rpc-core module for tests/CommonJS integration.
OptionalfailoverSpecifies the amount of times the urls (RPC nodes) should be iterated and retried in case of timeout errors. (important) Requires url parameter to be an array (string[])! Can be set to 0 to iterate and retry forever. Defaults to 3 rounds.
OptionalnodeOptional blurt-rpc-core node selection strategy, used only with rpcTransport='core'.
OptionalrpcInternal migration switch. Defaults to legacy; core is experimental opt-in
and delegates only JSON-RPC transport to blurt-rpc-core.
Optionaltimeouthow long to wait in milliseconds before giving up on a rpc call. Defaults to 60 * 1000 ms.
RPC Client options