Files
xahau.js/packages/xrpl
František Kočí 53d01d8a6a [Small Type error Fix]TrustSet LimitAmount Type changed (#1937)
* 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
2022-03-14 15:21:17 -07:00
..
2021-12-23 20:34:35 -05:00
2021-11-08 18:19:45 -05:00
2021-12-17 19:03:54 -05:00

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.