Error creating ACI from an Interface #470
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: thepiwo
e.g. using the cli
aesophia_cli --no_code --create_json_aci, but also aesophia_http I receive the errorUnbound type ...trying to create ACI from acontract interfacethat references a remote contract.A workaround found is using
main contractinstead for this single action.