Checks if a wallet operation requires a password
accountAddress
(string
) - The wallet address to check (must include 0x
prefix)walletOperation
(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