0xPolygonMiden / miden-client

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

Add `InputNoteRecord` methods #278

Open igamigo opened 3 months ago

igamigo commented 3 months ago

What should be done?

InputNoteRecord contains many fields that are grouped in the base InputNote struct (such as inputs and recipient). We should add methods for returning these fields from InputNoteRecord itself instead of relying on converting to InputNote first

How should it be done?

Add methods for retrieving fields for InputNoteRecord

When is this task done?

When we can get domain types from InputNoteRecord

Additional context

No response