0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
29 stars 25 forks source link

feat: add list_consumable command #267

Closed tomyrd closed 3 months ago

tomyrd commented 3 months ago

Closes #200 Closes #263

Adds a list_consumable command that lists all consumable notes. It can receive an optional account_id argument so that it only shows notes that can be consumed by that account. The store and client methods to access notes were also refactored to eliminate extra functions.