3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
|
|
export declare function remove0x(hex: string): string;
|
||
|
|
export declare function decodeHex(hex: string): Uint8Array;
|