Decorator marking a function as executable, making it accessible via the Squid SDK.
Functions decorated with @executable:
@executable
Once exposed, the decorated function can be executed using Squid's executeFunction method.
executeFunction
For detailed guidance on executable functions, see: documentation
Decorator marking a function as executable, making it accessible via the Squid SDK.
Functions decorated with
@executable
:Once exposed, the decorated function can be executed using Squid's
executeFunction
method.For detailed guidance on executable functions, see: documentation