0xPolygonMiden / miden-client

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

Refactor client and store methods related to notes #263

Closed igamigo closed 2 months ago

igamigo commented 3 months ago

What should be done?

Because the client now only saves notes as InputNoteRecord objects in the store when they are for an account that it is tracking, we need to make sure we provide a way to retrieve output notes as OutputNoteRecord. Currently this is not possible through the client (even though the store has methods for retrieving records of this table).

How should it be done?

I think the refactors could include:

When is this task done?

Additional context

No response

mFragaBA commented 2 months ago

closing as #267 got merged which included the change for this