mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 11:45:49 +00:00
* TrustSet interface amount type changed Before this edit, if you worked with TrustSet transaction response and you wanted to get LimitAmount.currency, LimitAmount.issuer, and LimitAmount.value, you would get a type error that those properties do not exist on the type string of LimitAmount. This very little edit changes that and now it should work properly. * Update HISTORY.md
xrpl.js
This package includes the xrpl library. This repository uses a monorepo
layout. Please find the README for xrpl here.
READMEs for other packages in this monorepo are located at the root of their
package, but since newcomers to XRPL are likely to want to use the xrpl
package this README is at the root of the project.