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

    Interface GetValidityProofRequest

    Request parameters for getValidityProof.

    interface GetValidityProofRequest {
        hashes?: readonly string[] | null;
        newAddressesWithTrees?: readonly AddressWithTree[] | null;
    }
    Index

    Properties

    hashes?: readonly string[] | null

    Array of base58-encoded 32-byte leaf hashes of the compressed accounts to prove inclusion for.

    newAddressesWithTrees?: readonly AddressWithTree[] | null

    Array of new address/tree pairs to generate non-inclusion proofs for.