You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These methods require a subscription by Tendermint using the WebSocketClient, which supports all the regular Client methods as well as the SubscriptionClient ones, so it can replace the HttpClient, but it needs a different URL to connect to.
The eth_ methods themselves don't require WebSocket connections, they are polled based on a filter ID. The ones based on subscriptions will be implemented separately.
The text was updated successfully, but these errors were encountered:
Part of #342
Implement the following methods:
These methods require a subscription by Tendermint using the WebSocketClient, which supports all the regular
Client
methods as well as theSubscriptionClient
ones, so it can replace theHttpClient
, but it needs a different URL to connect to.The
eth_
methods themselves don't require WebSocket connections, they are polled based on a filter ID. The ones based on subscriptions will be implemented separately.The text was updated successfully, but these errors were encountered: