Show / Hide
Table of Contents
Last modified: 2024-09-14
Contract.Call Method
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
Example
Back