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.
The boundwitness to check
The addresses to check for
True if the boundwitness contains any of the addresses
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.