-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Use Runtime APIs instead of RPCs #503
Comments
The interbtc substrate dependencies needs to be upgraded to |
subxt cli command to generate metadata Error received
The v15 metadata is stabilised in |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest subxt release (
v0.29.0
) includes support for metadata v15 and generating a runtime API interface. See this PR for more detail on how to consume the new (unstable) interface. We can replace any existing RPC calls (.rpc().request("xxx")
) with the generated code and presumably use the static metadata for types such asBalanceWrapper
.The text was updated successfully, but these errors were encountered: