const relayerVer = await zkClient.getRelayerVersion();
console.log(`We are communicating with relayer ${relayerVer.ref}`);
// output: We are communicating with relayer v4.3.0
Get the Delegated Prover Version
async getProverVersion(): Promise<ServiceVersion>
The method will throw an InternalError if the delegated prover isn't configured for the current pool during client initialization.