XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable payloadHashesContainsAnyConst

    payloadHashesContainsAny: (bw: BoundWitness, payloadHashes: Hash[]) => boolean

    Checks if the boundwitness contains any of the payload hashes. If the payload hashes array is empty, it will return true. This is to match the behavior or payload hashesContainsAll which will return true if the payload hashes array is empty.

    Type declaration

      • (bw: BoundWitness, payloadHashes: Hash[]): boolean
      • Parameters

        • bw: BoundWitness

          The boundwitness to check

        • payloadHashes: Hash[]

          The payload hashes to check for

        Returns boolean

        True if the boundwitness contains any of the payload hashes