2025-11-13 13:13:34 -07:00

3 lines
117 B
TypeScript

export declare const remove0x: (hex: string) => string;
export declare const decodeHex: (hex: string) => Uint8Array;