Skip to content

uint8Equals

uint8Equals(a, b): boolean

Defined in: packages/core/src/agent/utils/buffer.ts:54

Compares two Uint8Arrays for equality.

Uint8Array

The first Uint8Array.

Uint8Array

The second Uint8Array.

boolean

True if the Uint8Arrays are equal, false otherwise.