setBit
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / op / setBit
Function: setBit()
Call Signature
setBit(
target
,n
,c
):bytes
Defined in: packages/algo-ts/src/op.ts:4058
Set the nth bit of target to the value of c (1 or 0)
Parameters
target
n
c
Returns
Call Signature
setBit(
target
,n
,c
):uint64
Defined in: packages/algo-ts/src/op.ts:4063
Set the nth bit of target to the value of c (1 or 0)