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 an interface in Wallet to send transactions #68

Closed
digorithm opened this issue Jan 28, 2022 · 0 comments · Fixed by #110
Closed

Create an interface in Wallet to send transactions #68

digorithm opened this issue Jan 28, 2022 · 0 comments · Fixed by #110
Assignees
Labels
enhancement New feature or request

Comments

@digorithm
Copy link
Member

Contracts already can send transactions but we need a way to send "standalone" transactions. For instance, how it's done with ethers.js:

walletSigner.sendTransaction(tx).then((transaction) => {
// ...
})

We should extend fuels-signers's Wallet abstraction to include this functionality.

Here's a more complete reference for how it could look like: https://ethereum.org/en/developers/tutorials/send-token-etherjs/

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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant