0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 27 forks source link

Support P2IDR transactions #213

Closed igamigo closed 5 months ago

igamigo commented 6 months ago

Currently, we only support P2ID transactions. Supporting P2IDR should be as straightforward, except there is an additional parameter for recall height and the note should be created with the P2IDR script (this is handled by create_p2idr_note() from miden-base).

Dominik1999 commented 5 months ago

Closed by #219