Mention subscription methods

This commit is contained in:
Dennis Dawson
2023-05-19 16:27:44 -07:00
committed by GitHub
parent 4bb3734915
commit 629f9ecf67

View File

@@ -45,6 +45,8 @@ Walk through the code, one chunk at a time. Dont belabor topics that have bee
An important thing to emphasize is that every interaction with the XRPL is either a transaction or a request, and that all transactions and requests are essentially the same. The sample code we provide shows how to prepare the transaction or request, and how to process the returned results. Knowing how to submit and respond to one transaction or request gives a pretty good idea for how to submit and respond to any transaction or request.
(Technically there is third category, similar to a request: a notification from a subscription stream. See [Subscription Methods](subscription-methods.html).)
## See Also
![See Also](img/tut-struct5.png)