You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proper way to make this work is to add send_note procedure the BasicWallet interface. This would work similarly to the current send_asset but it would allow creating notes with 0 or more assets.
The text was updated successfully, but these errors were encountered:
tomyrd
changed the title
I think this will create as many notes as there are notes * assets combinations. For now, I think we should assume that each note has only 1 asset and return an error otherwise (for faucets that should always be the case anyway).
feat: add a procedure for basic wallets that creates notes with 0 or more assets
Jul 17, 2024
Originally posted by @bobbinth in 0xPolygonMiden/miden-client#438 (comment)
The text was updated successfully, but these errors were encountered: