proofServerUrl

fun proofServerUrl(url: String?): <Error class: unknown class>

Override the proof-server URL used when provingMode is REMOTE. Null (default) means "use the network's default proof-server URL" (NetworkConfig.forNetwork(network).proofServerUrl, which points at a local proof server on localhost:6300 for every network the SDK supports). Pass an explicit URL to point at a hosted prover.