uint8Equals
uint8Equals(
a,b):boolean
Defined in: packages/core/src/agent/utils/buffer.ts:54
Compares two Uint8Arrays for equality.
Parameters
Section titled “Parameters”Uint8Array
The first Uint8Array.
Uint8Array
The second Uint8Array.
Returns
Section titled “Returns”boolean
True if the Uint8Arrays are equal, false otherwise.