Show / Hide Table of Contents

InvocationTransaction.Script Property

Gets the smart contract invocation script of the current transaction.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Script

Attribute value: the smart contract invocation script

Back