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