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

Implement transaction signing on FuelWalletConnector #237

Open
nedsalk opened this issue Sep 6, 2024 · 0 comments
Open

Implement transaction signing on FuelWalletConnector #237

nedsalk opened this issue Sep 6, 2024 · 0 comments

Comments

@nedsalk
Copy link

nedsalk commented Sep 6, 2024

As reported on the forum, the user is trying to sign a transaction but is hitting a not-implemented method via Account.signTransaction when doing this call.

UPDATE:

To address this issue, we need to take the following steps:

1 - Add the signTransaction method to the FuelConnectorMethods enum. This ensures that the Fuel connector manager will correctly initialize any connector implementing this method during the execution of the setupMethods function.

2 - Implement the signTransaction method in FuelWalletConnector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant