UNPKG

@nextrope/xrpl

Version:

A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser

4 lines 235 B
declare function convertStringToHex(string: string): string; declare function convertHexToString(hex: string, encoding?: string): string; export { convertHexToString, convertStringToHex }; //# sourceMappingURL=stringConversion.d.ts.map