Skip to content

@gala-chain/apiAPI


API > leastSignificantBit

Function: leastSignificantBit()

leastSignificantBit(n): number

Parameters

n: bigint

Returns

index of the least signficant bit in a 256-bit number OR the first bit (0)

Notice

gives the LSB for a number

Source

chain-api/src/utils/dex/bitMath.helper.ts:38