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

    Variable addressesContainsAllConst

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

    Checks if the boundwitness contains all of the addresses

    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 all of the addresses