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

    Interface GetMultipleNewAddressProofsResponse

    Response from getMultipleNewAddressProofs.

    interface GetMultipleNewAddressProofsResponse {
        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.