Type Alias Groth16VerificationKeyResponse

Groth16VerificationKeyResponse: {
    alpha_g1: string;
    beta_g2: string;
    delta_g2: string;
    gamma_abc_g1: [string, string];
    gamma_g2: string;
}

The response containing the Groth16 verification key, including the alpha_g1 component.

Type declaration

  • alpha_g1: string
  • beta_g2: string
  • delta_g2: string
  • gamma_abc_g1: [string, string]
  • gamma_g2: string
MMNEPVFCICPMFPCPTTAAATR