Documentation ¶ Overview ¶ Package engine allows to make contract calls. It's roughly similar in function to ExecutionEngine class in the Neo .net framework. Index ¶ func AppCall(scriptHash []byte, method string, args ...interface{}) interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AppCall ¶ func AppCall(scriptHash []byte, method string, args ...interface{}) interface{} AppCall executes previously deployed blockchain contract with specified hash (160 bit in BE form represented as 20-byte slice) using provided arguments. It returns whatever this contract returns. This function uses `System.Contract.Call` syscall. Types ¶ This section is empty. Source Files ¶ View all Source files engine.go Click to show internal directories. Click to hide internal directories.