Signs an SVM transaction using the specified wallet
senderAddress
(string
) - The wallet address to sign withexternalServerKeyShares
(any[]
) - Array of external server key sharestransaction
(Transaction
) - The transaction to sign (Solana web3.js format)password
(string
) - Wallet password (if wallet is password-protected)Promise<string>
- The signed transaction as a serialized stringsignMessage()
- Sign a message instead of a transactioncreateWalletAccount()
- Create a new wallet account