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

    Variable addressesContainsAnyConst

    addressesContainsAny: (bw: BoundWitness, addresses: Address[]) => boolean

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

    Type declaration

      • (bw: BoundWitness, addresses: Address[]): boolean
      • Parameters

        • bw: BoundWitness

          The boundwitness to check

        • addresses: Address[]

          The addresses to check for

        Returns boolean

        True if the boundwitness contains any of the addresses