3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
export declare const remove0x: (hex: string) => string;
|
|
export declare const decodeHex: (hex: string) => Uint8Array;
|