The utils and hashing features are incomplete. Lots of the functions are commented out. Review and complete the following from the JS/PY library. https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/utils Utils - [ ] Derive - [ ] GetBalanceChanges - [ ] ParseNFTokenID - [ ] SignPaymentChannelClaim - [ ] String Conversion - [ ] Time Conversion - [ ] VerifyPaymentChannelClaim - [x] XrpConversion Hashes - [ ] HashLedger - [ ] HashPrefix - [ ] Hashes - [ ] LedgerSpaces - [x] Sha512Half
The utils and hashing features are incomplete. Lots of the functions are commented out.
Review and complete the following from the JS/PY library.
https://github.com/XRPLF/xrpl.js/tree/main/packages/xrpl/src/utils
Utils
Hashes