-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wallet: Support transactions to multiple recipients #62
Comments
I am planning to add the multiple recipient support as below, Please let me know if it is ok not ? Approach1:
And I need to send the command line args as below Result: I could receive the command line args successfully . But I think ideal way below: Approach2:
For this approach I am not finding a correct way to send the cmd line arguments. |
Nice job getting something working. Please open a PR with your work-in-progress already so I can play around with it as well. I'm excited about this. The way you have parsing working is reasonable and good enough. Another alternative would be that for each Your idea for Anyway, you're doing well, please open a PR. |
…ew comments. Issue fix for Off-Narrative-Labs#62 and other changes related review comments
@JoshOrndorff, Note: The above code is still experimental and may not meet the standard quality. I appreciate your understanding in this regard. I am successful with Approach 1. In the future will do some more experiments with Approach 2. |
@NadigerAmit I hope you will be able to open a PR for this feature. LMK if I can help. |
@JoshOrndorff, Thanks. I will open a PR this week after one more round of test and the relevant modification in the README file. |
Implementg : Off-Narrative-Labs#62 Fixed all the warnings
Currently the wallet allows sending inputs from multiple owners in a single transaction, but only allows a single recipient to all specified outputs.
To support specifying a recipient on a per-output basis we will need to expand the cli somehow.
The text was updated successfully, but these errors were encountered: