UNPKG

@iota/bcs

Version:

BCS - Canonical Binary Serialization implementation for JavaScript

3 lines 152 B
export declare function fromHex(hexStr: string): Uint8Array; export declare function toHex(bytes: Uint8Array): string; //# sourceMappingURL=hex.d.ts.map