UNPKG

@benfen/bcs

Version:

BCS - Canonical Binary Serialization implementation for JavaScript

3 lines (2 loc) 119 B
export declare function fromHEX(hexStr: string): Uint8Array; export declare function toHEX(bytes: Uint8Array): string;