WalletConnectException.invalidParams constructor

WalletConnectException.invalidParams(
  1. 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);