Show / Hide
Table of Contents
Last modified: 2024-09-14
Contract.CallEx Method (UInt160, string, object[], CallFlags)
Invokes the contract.
Namespace: Neo.SmartContract.Framework.Services
Assembly: Neo.SmartContract.Framework
Syntax
Parameters:
-
scriptHash: The contract script hash
-
method: The contract method
-
arguments: The contract method arguments
-
flag: The contract call flag
Example
Back