Open fabioberger opened 5 months ago
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 signer shouldn't send transactions as that job is a part of the rpc
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