@substrate-system/uint8-util
Version:
Fastest possible buffer-like utilities for uint8.
6 lines • 358 B
TypeScript
export declare const alphabet = "0123456789abcdef";
export declare const arr2hex: (data: Uint8Array) => string;
export declare const hex2arr: (str: string) => Uint8Array;
export declare const concat: (chunks: Uint8Array[], size?: number) => Uint8Array;
export declare const equal: (a: Uint8Array, b: Uint8Array) => boolean;
//# sourceMappingURL=util.d.ts.map