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.
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.