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
At the moment the ABI selector creation is a very manual processes that involves creating the has by hand and checking the application args for the appropriate selector.
We should provide an ABI decorator like the current Subroutine decorator that can inspect the function and handles selector creation and IDL specification for generating clients.
The text was updated successfully, but these errors were encountered:
At the moment the ABI selector creation is a very manual processes that involves creating the has by hand and checking the application args for the appropriate selector.
We should provide an ABI decorator like the current
Subroutine
decorator that can inspect the function and handles selector creation and IDL specification for generating clients.The text was updated successfully, but these errors were encountered: