xrpl.js 2.0 edits per review, more cleanup

This commit is contained in:
mDuo13
2021-10-20 12:43:56 -07:00
parent 12eff02bc6
commit 84d540a122
12 changed files with 79 additions and 61 deletions

View File

@@ -49,7 +49,6 @@ To enable gRPC on your server, complete the following steps:
- [Software Ecosystem](software-ecosystem.html)
- [Parallel Networks](parallel-networks.html)
- **Tutorials:**
- [Get Started with RippleAPI for JavaScript](get-started-with-rippleapi-for-javascript.html)
- [Reliable Transaction Submission](reliable-transaction-submission.html)
- [Manage the rippled Server](manage-the-rippled-server.html)
- **References:**

View File

@@ -44,8 +44,8 @@ To enable public signing, perform the following steps:
- [Cryptographic Keys](cryptographic-keys.html)
- **Tutorials:**
- [Set Up Secure Signing](set-up-secure-signing.html)
- [Get Started with the rippled API](get-started-using-http-websocket-apis.html)
- [Get Started with RippleAPI for JavaScript](get-started-with-rippleapi-for-javascript.html)
- [Get Started Using HTTP / WebSocket APIs](get-started-using-http-websocket-apis.html)
- [Get Started Using JavaScript](get-started-using-javascript.html)
- **References:**
- [sign method][]
- [sign_for method][]