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
Right now if you call a state query function (e.g. fn total_supply) and it is not allowed in the runtime (i.e. AllowedApiCall for RuntimeStateKeys#122) there is no error handling in api ink! library.
Edit: error handling was already implemented, the integration tests had to be refactored.
The text was updated successfully, but these errors were encountered:
Right now if you call a state query function (e.g.
fn total_supply
) and it is not allowed in the runtime (i.e.AllowedApiCall
forRuntimeStateKeys
#122) there is no error handling in api ink! library.Edit: error handling was already implemented, the integration tests had to be refactored.
The text was updated successfully, but these errors were encountered: