-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comments to explain RPC client code (#302)
* Add comments to explain RPC client code Added comments to the main function and helper functions to explain the purpose and functionality of each part of the RPC client code. Should help improve code readability and maintainability. * Add comments to explain JSON-RPC client code Added detailed comments to the JSON-RPC client code to improve readability and understanding. Comments explain the purpose and functionality of the main struct, constructors, methods, and trait implementation without altering the original code.
- Loading branch information
1 parent
2221c32
commit 5b41277
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters