trilitech / tezos-unity-sdk

Tezos Unity SDK for developers. Discover the future of Web3 gaming.
https://tezos.com/unity
MIT License
24 stars 12 forks source link

Refactor Async Callbacks with Result<T> Pattern and Improve Error Handling #168

Closed oskar-ziller closed 6 months ago

oskar-ziller commented 6 months ago

This PR involves a thorough refactor of asynchronous callbacks and error handling mechanisms. The goal is to improve code readability, efficiency, and maintainability. Key changes include: