and
scrypt-ts-opcat / and
Function: and()
and(
a
,b
):Int32
Defined in: packages/scrypt-ts-opcat/src/smart-contract/fns/bitwise.ts:75
Performs a bitwise AND operation between two Int values.
Parameters
a
First integer value
b
Second integer value
Returns
Result of bitwise AND operation as Int