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

    Interface GetMultipleNewAddressProofsV2Response

    Response from getMultipleNewAddressProofsV2.

    interface GetMultipleNewAddressProofsV2Response {
        context: { slot: number };
        value: MerkleContextWithNewAddressProof[];
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    Array of non-inclusion proofs, one per requested address, in the same order as the request.