@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias Groth16VerificationKeyResponse

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

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

    Properties

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