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

Convenient Coin APIs #130

Closed
AlicanC opened this issue Feb 18, 2022 · 0 comments · Fixed by #192
Closed

Convenient Coin APIs #130

AlicanC opened this issue Feb 18, 2022 · 0 comments · Fixed by #192
Assignees
Labels
feat Issue is a feature

Comments

@AlicanC
Copy link
Contributor

AlicanC commented Feb 18, 2022

having a helper method, either bound to provider or wallet, that encapsulates the fund transferring process (finding spendable coins given an amount, crafting the send TX, etc), like wallet.transfer(to, color, amount) or provider.transfer(from, to, color, amount)? Transaction signing would be also done out-of-the-box if transferring from the wallet struct (signing methods already in there).

@AlicanC AlicanC added the feat Issue is a feature label Feb 18, 2022
@AlicanC AlicanC self-assigned this Mar 3, 2022
@AlicanC AlicanC linked a pull request Mar 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Issue is a feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant