We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
signAndSendTransaction
sign
send
sendTransaction
Would you be open to adding the signAndSendTransaction method to the Signer interface in UMI?
Signer
Thanks in advance
The text was updated successfully, but these errors were encountered:
The signer shouldn't send transactions as that job is a part of the rpc
Sorry, something went wrong.
No branches or pull requests
Hi there,
The Solana Wallet Standard defines a
signAndSendTransaction
method which has the signer bothsign
andsend
the transaction to the network. Most wallets have added support for this method, and it is also available viasendTransaction
in Wallet Adapter.Would you be open to adding the
signAndSendTransaction
method to theSigner
interface in UMI?Thanks in advance
The text was updated successfully, but these errors were encountered: