@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Interface ValidityProof

    Validity proof.

    You can request proofs via rpc.getValidityProof or rpc.getValidityProofV0.

    One proof can prove the existence of N compressed accounts or the uniqueness of N PDAs.

    interface ValidityProof {
        a: number[];
        b: number[];
        c: number[];
    }
    Index

    Properties

    a b c

    Properties

    a: number[]

    32 bytes.

    b: number[]

    64 bytes.

    c: number[]

    32 bytes.