Checks if a SVM wallet operation requires a password
accountAddress
(string
) - The Solana wallet address to checkwalletOperation
(WalletOperation
) - The wallet operation to checkPromise<boolean>
- true
if password is required, false
otherwiseSIGN_MESSAGE
- Message signing operationsSIGN_TRANSACTION
- Transaction signing operationsEXPORT_PRIVATE_KEY
- Private key export operationsverifyPassword()
- Verify wallet passwordsignMessage()
- Sign a messagesignTransaction()
- Sign a transaction