Signs a message using the specified EVM wallet
message
(string
) - The message to signaccountAddress
(string
) - The wallet address to sign with (must include 0x
prefix)externalServerKeyShares
(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