signAndSendAllTransactions equivalent for VersionedTransactions? #288
-
Summaryhey all with the switch to VersionedTransactions is there some equivalent to the signAndSendAllTransactions that would be used with legacy transactions? or is this not possible anymore bc of how VersionedTransactions work? Examplehttps://docs.phantom.app/solana/sending-a-transaction#signing-multiple-transactions Steps to Reproduceversioned transactions according to phantom docs are built like so: const provider = getProvider(); // see "Detecting the Provider" passing an array of VersionedTransactions in a method like signAndSendAllTransactions does not seem to be possible? Phantom VersionNo response Is there an existing discussion for this?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Summerly01 is a Scam. Don’t click on the link it’s a phishing link |
Beta Was this translation helpful? Give feedback.
-
@adrian-petrykiw Sorry for the delay in response! signAndSendAll should be usable w/ versioned transactions. Please let me know if you see other wise and provide any relevant code. |
Beta Was this translation helpful? Give feedback.
@adrian-petrykiw Sorry for the delay in response! signAndSendAll should be usable w/ versioned transactions. Please let me know if you see other wise and provide any relevant code.