Call
Method
Return type
Description
Call.interop(...:Generic)
Any
Use this to call any interop method available in Phantasma. For more info read about Interop Calls.
Call.contract(method:String, ...:Generic)
Any
This is used to call another contract with a specified method.
Call.method(...:Generic)
Any
To call a method inside the contract, but instead of using this.methodName()
. eg: Allows to jump to a method based on a string variable.
Last updated