@did-btc1/smt / bufferEq
Function: bufferEq()
> bufferEq(a
, b
): boolean
Defined in: utils.ts:30
bufferEq returns true if both Uint8Arrays have the same length and contents.
Parameters
a
Uint8Array
b
Uint8Array
Returns
boolean
@did-btc1/smt / bufferEq
> bufferEq(a
, b
): boolean
Defined in: utils.ts:30
bufferEq returns true if both Uint8Arrays have the same length and contents.
Uint8Array
Uint8Array
boolean