Skip to content
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

Create transaction: allow someone else to pay the fee #243

Open
nicholasmueller opened this issue Feb 18, 2020 · 0 comments
Open

Create transaction: allow someone else to pay the fee #243

nicholasmueller opened this issue Feb 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nicholasmueller
Copy link
Contributor

A new helper like transaction.createTransactionBody... (ie. transaction.createMultiSenderTransaction) that allows someone other than the sender to pay the fee. Can also allow multiple senders in the same function. Guessing its easier/cleaner to create a new function instead of refactor the existing one.

You would have to pass the utxo from the fee payer, and calculate change accordingly. Signing inputs is also affected but i think can be kept separate from this function.

@nicholasmueller nicholasmueller added the enhancement New feature or request label Feb 18, 2020
@nicholasmueller nicholasmueller self-assigned this Mar 10, 2020
@nicholasmueller nicholasmueller removed their assignment May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant