Versioning
Library, relayer and prover version information
Get the Library Version
Returns
Version string as defined in the package.json
file
Example
Get the Relayer Version
Returns
Promise
returns ServiceVersion
: current relayer version
Example
Get the Delegated Prover Version
The method will throw an InternalError
if the delegated prover isn't configured for the current pool during client initialization.
Returns
Promise
returns ServiceVersion
: current delegated prover version
Example
Last updated