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
runtime_call should be having didApi and query method. Also it showing in the explorer but Error shows ValueError: Runtime API Call 'didApi.query' not found in registry.
If in metadataV14 runtime calls are not included in the metadata is there any way I can access the above call
The text was updated successfully, but these errors were encountered:
Yes unfortunately Runtime API calls are still manually administered in the library atm for MetadataV14 and they haven't been recently updated for all runtimes.
Until there is a more structural solution, you can manually add the desired runtime api calls as follows (example is the AccountNonceApi) :
runtime_call
should be havingdidApi
andquery
method. Also it showing in the explorer but Error showsValueError: Runtime API Call 'didApi.query' not found in registry
.If in metadataV14 runtime calls are not included in the metadata is there any way I can access the above call
The text was updated successfully, but these errors were encountered: