rwadurian/tools/mnemonic-test/node_modules/@cosmjs/encoding/build/hex.d.ts

3 lines
121 B
TypeScript

export declare function toHex(data: Uint8Array): string;
export declare function fromHex(hexstring: string): Uint8Array;