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

    Interface GetValidityProofResponse

    Response from getValidityProof.

    interface GetValidityProofResponse {
        context: { slot: number };
        value: CompressedProofWithContext;
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time the proof was generated.

    The validity proof and Merkle tree context.