ResolvedClients
data class ResolvedClients(val networkId: String, val node: NodeRpcClient, val proofServer: ProofServerClient, val indexer: IndexerClient)
Clients bound to a specific network, identified by networkId. The networkId is used for cache-invalidation: when the user switches networks in Settings, the next resolveClients call detects the name change and creates fresh HTTP clients.
Constructors
Link copied to clipboard
constructor(networkId: String, node: NodeRpcClient, proofServer: ProofServerClient, indexer: IndexerClient)