Skip to content
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

Resolve calls based on a chains active runtime, and whether or not it is supported #368

Closed
TarikGul opened this issue Feb 7, 2024 · 0 comments · Fixed by #375
Closed
Assignees

Comments

@TarikGul
Copy link
Member

TarikGul commented Feb 7, 2024

With the future addition of #366 the library will need to resolve whether or not calls can be applicable for a specific chain and it's runtime.

It would be nice to have a resolveCall function that can handle a runtimes specific option for certain calls.

Example:

If westend has a new call that was released in its most recent runtime, but that same call is not in kusama yet how do we tell the api to use one over the other in a more verbose and dynamic way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants