stacksEqual
bitcoinjs-lib / types / stacksEqual
Function: stacksEqual()
stacksEqual(
a
,b
):boolean
Defined in: ts_src/types.ts:18
Checks if two arrays of Buffers are equal.
Parameters
a
Uint8Array
[]
The first array of Buffers.
b
Uint8Array
[]
The second array of Buffers.
Returns
boolean
True if the arrays are equal, false otherwise.