xrpl-rust
xrpl-rust copied to clipboard
A 100% Rust library to interact with the XRPL. XRPL Grant Winner
# Structure - ## Topic - [ ] function, structure, addition, removal, ... 1. Short explanation of the change. 2. Short explanation how the change works. 3. Some particularities. |...
- [ ] unscramble_taxon - [ ] parse_nftoken_id Sources: - https://github.com/XRPLF/xrpl-py/blob/b7dfe759bd2174339542a87f40b1784456061eeb/xrpl/utils/parse_nftoken_id.py
We will have different functions to convert offers quality and transfer rate. - [ ] percent_to_transfer_rate - [ ] decimal_to_transfer_rate - [ ] transfer_rate_to_decimal - [ ] decimal_to_quality - [...
- [ ] AccountChannelsResponse | fields | type | explanation | | --- | --- | --- | | `account` | `&str` | The owner's account's address | | `channels`...
This is supposed to be an ongoing task. A collection of nits. Maybe just look into this task before pushing to development branch. Simply remove key point as soon as...
Needs to be further defined.
Currently there is no official documentation. Research still needs to be done. We can use xrpl-py as a reference. Sources: - https://github.com/XRPLF/xrpl-py/pulls?q=is%3Apr+sidechain - https://github.com/XRPLF/xrpl-py/pull/417
# Structure - ## Topic - [ ] function, structure, addition, removal, ... 1. Short explanation of the change. 2. Short explanation how the change works. 3. Some particularities. |...