isLessThan
@totemsdk/txpow / isLessThan
Function: isLessThan()
isLessThan(
a,b):boolean
Big-endian 256-bit comparison: true if a < b. Used to check: txpowId < mTxnDifficulty.
Parameters
a
Uint8Array
b
Uint8Array
Returns
boolean
@totemsdk/txpow / isLessThan
isLessThan(
a,b):boolean
Big-endian 256-bit comparison: true if a < b. Used to check: txpowId < mTxnDifficulty.
Uint8Array
Uint8Array
boolean