UNPKG

@iota/bcs

Version:

BCS - Canonical Binary Serialization implementation for JavaScript

7 lines (6 loc) 283 B
export declare function fromHex(hexStr: string): Uint8Array; export declare function toHex(bytes: Uint8Array): string; /** @deprecated use toHex instead */ export declare const toHEX: typeof toHex; /** @deprecated use fromHex instead */ export declare const fromHEX: typeof fromHex;