getProverKey
getProverKey(
provider,circuitId):Promise<ProverKey>
Defined in: src/ZkConfig.ts:291
Get the prover key for a circuit.
Parameters
provider
circuitId
string
Returns
Promise<ProverKey>
Throws
When fetch fails
Since
0.2.0
getProverKey(
provider,circuitId):Promise<ProverKey>
Defined in: src/ZkConfig.ts:291
Get the prover key for a circuit.
string
Promise<ProverKey>
When fetch fails
0.2.0