UNPKG

@mysten/utils

Version:
3 lines (2 loc) 119 B
export declare function fromHex(hexStr: string): Uint8Array; export declare function toHex(bytes: Uint8Array): string;