-
Notifications
You must be signed in to change notification settings - Fork 3
feat(tx-builder): Unify gas methods and improve/update docs #335
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
Conversation
.gas_multi.gas_coins docs
.gas_coins docs .gas_coins docs
|
Honestly I'd rather just accept an array in |
sure about it? Most users will just pass one coin, and they'ld then have to deal with array syntax all the time. Providing an extra "multi" version is quite common in the monorepo, but 🤷♂️ @Thoralf-M @thibault-martinez opinions? |
|
I also prefer a single |
.gas_coins docs * feat(ci): add links checker * remove PR
* feat(iota-transaction-builder): improve send_coins docs * hide main fn * update bindings * update import * clarify that all coins must have the same type * remove brackets
.gas()for single gas coins.gas_coins()to.gas()to now always allow to provide multiple gas coins.Closes #291