Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow_utils/src/order/order.ts>orderBytes

TypeScript typings and utilities for the Willow protocol.
Latest
function orderBytes
import { orderBytes } from "https://deno.land/x/willow_utils@1.0.0/src/order/order.ts";

A total order over bytestrings.

Parameters

a: Uint8Array
b: Uint8Array

Returns

-1 | 0 | 1