You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gm! You're going to want to look at the send_smart_transaction_with_seeds function. This will allow you to send transactions where the Signer trait's lack of Send + Sync would otherwise cause issues
I can also open up a PR to have a send_smart_transaction_with_seeds_with_tip function, or something to that effect, if that works
Hello,
I want to send a smart transaction inside a thread spawned by tokio::spawn but it fails to compile:
Here is the error i get:
Is there any way to use helius client inside a thread?
send_smart_transaction_with_tip.txt
The text was updated successfully, but these errors were encountered: