RootSoft / walletconnect-dart-sdk

Open protocol for connecting dApps to mobile wallets with QR code scanning or deep linking.
MIT License
102 stars 61 forks source link

Use a call_request instead of a name of a JSON-rpc method. #77

Open njovy opened 2 years ago

njovy commented 2 years ago

As the doc says, this dart SDK should use a call_request instead of a name of a JSON-rpc method for consistency.

This issue have been mentioned #35 #56 here and I had to read the actual source code to figure out events fired.