WalletConnectException.invalidParams constructor
WalletConnectException.invalidParams(
- String message
An exception indicating that the parameters for the requested method were invalid.
Methods can use this to reject requests with invalid parameters.
Implementation
WalletConnectException.invalidParams(String message)
: this(message, code: error_code.INVALID_PARAMS);