We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be cool if websocket rpc support was added, or atleast a setting in umi.rpc.call
umi.rpc.call
The text was updated successfully, but these errors were encountered:
Found a temp fix, using
(umi.rpc as any).connection as Connection
Don't use this in production code tho as in the future the rpc is going to be rewritten.
Sorry, something went wrong.
Yeah Umi current lacks a RpcSubscriptionsInterface but my plan is to add support for it when I update Umi to be compatible with the new web3.js.
RpcSubscriptionsInterface
Thanks for raising an issue though. I'll leave it open until there's an official solution for it.
No branches or pull requests
Would be cool if websocket rpc support was added, or atleast a setting in
umi.rpc.call
The text was updated successfully, but these errors were encountered: