Skip to content

v0.9: Extensibility

Compare
Choose a tag to compare
@justdmitry justdmitry released this 09 Mar 09:20
· 105 commits to master since this release
v0.9.0

Now you may add new request/response types (already existing in TonLib, but not added to library yet) directly into your app, without modifying library source - just make early TonClient.RegisterAssembly static call with reference to your assembly.

Check ExtensibilityDemoRequest class and RunExtensibilityDemo func in Demo app.