Functionsยง
- hex_
to_ str - Convert a hex string into a human-readable string.
XRPL uses hex strings as inputs in fields like
domain
in theAccountSet
transaction. - str_
to_ hex - Convert a UTF-8-encoded string into hexadecimal encoding.
XRPL uses hex strings as inputs in fields like
domain
in theAccountSet
transaction.