Add parseNFTokenID and tests (#1961)

* Add parseNFTokenID and tests

* Lint

* Move parseNFTokenID to utils

* Lint

* Move the NFTokenID into models

* Move NFTokenID type out of models

* Lint

* Remove extra type and lint
This commit is contained in:
Jackson Mills
2022-04-12 15:48:50 -07:00
committed by GitHub
parent 3b980d8be9
commit 587a3bbfa2
4 changed files with 111 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Added
* `federator_info` RPC support
* Helper method for creating a cross-chain payment to/from a sidechain
* Helper method for parsing an NFTokenID
### Fixed
* Type of TrustSet transaction edited, specifically LimitAmount property type (fixed typescript issue)