Table of Contents

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 Groth16Zkp
publicInputsHash string
trainingWheelsSignature string

Fields

Proof

[JsonProperty("proof")]
public Groth16Zkp Proof

Field Value

Groth16Zkp

PublicInputsHash

[JsonProperty("public_inputs_hash")]
public string PublicInputsHash

Field Value

string

TrainingWheelsSignature

[JsonProperty("training_wheels_signature")]
public string TrainingWheelsSignature

Field Value

string