Class ProverResponse
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class ProverResponse
- Inheritance
-
ProverResponse
- Inherited Members
Constructors
ProverResponse(Groth16Zkp, string, string)
public ProverResponse(Groth16Zkp proof, string publicInputsHash, string trainingWheelsSignature)
Parameters
proof
Groth16ZkppublicInputsHash
stringtrainingWheelsSignature
string
Fields
Proof
[JsonProperty("proof")]
public Groth16Zkp Proof
Field Value
PublicInputsHash
[JsonProperty("public_inputs_hash")]
public string PublicInputsHash
Field Value
TrainingWheelsSignature
[JsonProperty("training_wheels_signature")]
public string TrainingWheelsSignature