xrpl.js icon indicating copy to clipboard operation
xrpl.js copied to clipboard

Replace use of `convertStringToHex`/`convertHexToString` with `stringToHex`/`hexToString`

Open mvadari opened this issue 9 months ago • 3 comments

convertStringToHex and convertHexToString are deprecated functions: https://github.com/XRPLF/xrpl.js/blob/main/packages/xrpl/src/utils/stringConversion.ts

These functions are really only still used in tests and snippets, so this is a pretty low priority issue. Just leaving it here as a reminder.

mvadari avatar May 22 '24 19:05 mvadari