Hi, I see here:
and in the zcash client help, that z_sendmany allows only one input to be provided.
I see on the zcash blockchain explorer that there are transactions with multiple inputs:
How does one create such a transaction?
Hi, I see here:
and in the zcash client help, that z_sendmany allows only one input to be provided.
I see on the zcash blockchain explorer that there are transactions with multiple inputs:
How does one create such a transaction?
if it is a taddr->taddr transaction, the legacy bitcoin cli commands almost all still work, including sendtomany and sendtoaddress, both of which trivially can create txns with multiple inputs if you do not specify the address to send from.
Hey, that might have used an experimental thing I wrote that’s not part of the API right now
This experimental command z_shield just takes as parameter an amount of ZEC,
and moves it from t-addrs in your wallet to a z-addr in your wallet
I’m wondering this too, how does it works?