Signs a message using the specified SVM wallet
message
(string
) - The message to signaccountAddress
(string
) - The wallet address to sign withexternalServerKeyShares
(any[]
) - Array of external server key shares (for advanced key management)password
(string
) - Wallet password (if wallet is password-protected)Promise<string>
- The serialized signaturesignTransaction()
- Sign a transaction instead of a messageverifyMessageSignature()
- Verify a message signature