Helius SDK - v2.2.2
    Preparing search index...

    Interface CompressedProof

    A Groth16 compressed proof (a, b, c curve points).

    interface CompressedProof {
        a: string;
        b: string;
        c: string;
    }
    Index

    Properties

    a b c

    Properties

    a: string

    First component (G1 point) of the Groth16 zero-knowledge proof, base64-encoded.

    b: string

    Second component (G2 point) of the Groth16 zero-knowledge proof, base64-encoded.

    c: string

    Third component (G1 point) of the Groth16 zero-knowledge proof, base64-encoded.