UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

3 lines (2 loc) 132 B
export declare function fromHex(hexStr: string): Uint8Array<ArrayBuffer>; export declare function toHex(bytes: Uint8Array): string;