mlabs-haskell / TuxedoDapp

Cryptokitties on Polkadot using UTXO
Apache License 2.0
2 stars 1 forks source link

CLI-wallet: Wallet: Support transactions to multiple recipients #18

Open NadigerAmit opened 4 months ago

NadigerAmit commented 4 months ago

Issues Fix in web-based wallet (https://github.com/Off-Narrative-Labs/Tuxedo/issues/62) The current implementation of a CLI-based wallet allows sending inputs from multiple owners in a single transaction, but it only supports a single recipient for all specified outputs.

Same as https://github.com/mlabs-haskell/TuxedoDapp/issues/1 , need to de developed for wallet-cli

NadigerAmit commented 3 months ago

Since Rust CLI wallet-side implementation is done I moving to Done as it is already submitted in the https://github.com/mlabs-haskell/Tuxedo