Show / Hide Table of Contents

InvocationTransaction Class

Represents the InvocationTransaction .

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public class InvocationTransaction : Transaction

Attributes

NameDescription
Script Gets the smart contract invocation script of the current transaction

Constructor

The Transaction object is constructed through Blockchain.GetTransaction(byte[]) .