-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New functions ([v] indicates test coverage): [v] net.fetch_endpoints [v] net.set_endpoints + Module error code enums. + `TonUtil` utility class containing two methods ATM: `LoadAbi` and `LoadTvc`. + `JsonExtensions` containing `ToJson` extension method to construct `JToken`'s from anonymous types (the recommended way). TODO: 1. Get rid of `Newtonsoft.Json` dependency (maybe). Currently it's only used because it provides a useful API for selecting data from the arbitrary-typed objects (JToken) returned by the SDK. While `System.Text.Json` still lacks support of dynamic type objects dotnet/runtime#29690. 2. More examples.
- Loading branch information
Showing
27 changed files
with
1,421 additions
and
181 deletions.
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
Oops, something went wrong.