walletconnect-docs
walletconnect-docs copied to clipboard
solana_signPartialTransaction
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/walletconnect/walletconnect-docs/7WqV7D7Y3ErRx3ibuBGMnMGuwzuw
✅ Preview: https://walletconnect-docs-git-fork-steakwallet-f-fbdd18-walletconnect1.vercel.app
Typically frontends only add partial signatures when they're creating a mint and call Keypair.generate()
, in that case they need the pubkey for the instruction and partial sign with the secret key. There's no real standard for a frontend signing a transaction with multiple wallets
Is there a use case in mind for this?
Closing stale PR