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
Part of: #10
Sovereign SDK uses the jsonrpsee crate to serve JSON RPC APIs. As a result, the relayer has to perform queries and actions using a JSON RPC client.
jsonrpsee
Ideally, the JSON RPC trait design should be independent of the concrete JSON RPC client implementations such as jsonrpsee.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Part of: #10
Sovereign SDK uses the
jsonrpsee
crate to serve JSON RPC APIs. As a result, the relayer has to perform queries and actions using a JSON RPC client.Ideally, the JSON RPC trait design should be independent of the concrete JSON RPC client implementations such as
jsonrpsee
.The text was updated successfully, but these errors were encountered: