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
Is your feature request related to a problem? Please describe.
I am working on an app which uses contract-to-contract calls through ABI. Unfortunately, it seems that ABI is not supported in Algobuilder currently.
Describe the solution you'd like
I would like to see ABI supported, especially in runtime. Maybe add something like runtime.executeMethod(args)?
Additional context
PyTEAL recently added comprehensive ABI support, and a few Algorand projects (e.g. Pact) have already implemented support in their Mainnet smart contracts.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am working on an app which uses contract-to-contract calls through ABI. Unfortunately, it seems that ABI is not supported in Algobuilder currently.
Describe the solution you'd like
I would like to see ABI supported, especially in
runtime
. Maybe add something likeruntime.executeMethod(args)
?Additional context
PyTEAL recently added comprehensive ABI support, and a few Algorand projects (e.g. Pact) have already implemented support in their Mainnet smart contracts.
The text was updated successfully, but these errors were encountered: