adityapk00 / zecwallet-light-cli

Zecwallet Lightclient Library and CLI interface
MIT License
69 stars 66 forks source link

Request feature z-sendmany(if possible) #75

Closed TimUkrainian closed 3 years ago

TimUkrainian commented 3 years ago

Hi,

i noticed this version of wallet doesn't have the "z_sendmany" command. https://zcash-rpc.github.io/z_sendmany.html

Is this possible to add this feature to this version of wallet or it's only doable on full node version ?

Thank you in advance..

adityapk00 commented 3 years ago

You can actually do a send-to-many from the command line wallet. Like this:

send '[{"address": "zsaddress1", "amount": 100, "memo": "first address memo"}, {"address": "zsaddress2", "amount": 200, "memo": "second address memo"},{"address": "taddress", "amount": 300},]'