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
Since we use socket (tcp/tls) for rpc call, transactions stream works well now. However, it's hard to do this with http based rpc call, which is really necessary when we want to perform rpc calls in browser, like a web wallet, in the future.
The text was updated successfully, but these errors were encountered:
Description
Since we use socket (tcp/tls) for rpc call,
transactions stream
works well now. However, it's hard to do this with http based rpc call, which is really necessary when we want to perform rpc calls in browser, like a web wallet, in the future.The text was updated successfully, but these errors were encountered: