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

Add signAndSendTransaction method to Signer interface #128

Open
fabioberger opened this issue May 30, 2024 · 1 comment
Open

Add signAndSendTransaction method to Signer interface #128

fabioberger opened this issue May 30, 2024 · 1 comment

Comments

@fabioberger
Copy link

Hi there,

The Solana Wallet Standard defines a signAndSendTransaction method which has the signer both sign and send the transaction to the network. Most wallets have added support for this method, and it is also available via sendTransaction in Wallet Adapter.

Would you be open to adding the signAndSendTransaction method to the Signer interface in UMI?

Thanks in advance

@4lve
Copy link

4lve commented May 31, 2024

The signer shouldn't send transactions as that job is a part of the rpc

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

2 participants