Concordium / concordium-swift-sdk

Mozilla Public License 2.0
4 stars 1 forks source link

Add remaining queries to `NodeClient` #61

Open soerenbf opened 2 months ago

soerenbf commented 2 months ago

The current implementation mainly reflects the needs of wallet applications. If one were to implement a service monitoring the chain for various activity in swift, a number of methods are missing.

The rust SDK can be used as a general reference with regards to missing functionality.