fun xor(value: UInt256!): UInt256!
(source)
Return a bit-wise XOR of this value and the supplied value.
value
- UInt256!: the value to perform the operation with
Return
UInt256!: the result of a bit-wise XOR
fun xor(bytes: Bytes32!): UInt256!
(source)
Return a bit-wise XOR of this value and the supplied bytes.
bytes
- Bytes32!: the bytes to perform the operation with
Return
UInt256!: the result of a bit-wise XOR