Skip to content

ReadonlyClientConfig

Defined in: src/Client.ts:180

Configuration for creating a read-only client.

Only requires network configuration — no wallet, seed, or private state needed.

Since

0.8.0

Properties

logging?

optional logging: boolean

Defined in: src/Client.ts:186

Enable logging (default: false)


network?

optional network: string

Defined in: src/Client.ts:182

Network to connect to (default: ‘local’)


networkConfig?

optional networkConfig: NetworkConfig

Defined in: src/Client.ts:184

Custom network configuration (overrides network preset)