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

    Type Alias CompressedProofWithContext

    use ValidityProofWithContext instead

    type CompressedProofWithContext = {
        compressedProof: CompressedProof;
        roots: BN[];
        rootIndices: number[];
        leafIndices: number[];
        leaves: BN[];
        merkleTrees: PublicKey[];
        nullifierQueues: PublicKey[];
    }
    Index

    Properties

    compressedProof: CompressedProof
    roots: BN[]
    rootIndices: number[]
    leafIndices: number[]
    leaves: BN[]
    merkleTrees: PublicKey[]
    nullifierQueues: PublicKey[]