Show / Hide Table of Contents

TransactionOutput Class

The data structure used to represent the transaction output. A transaction output has three fields:

  1. Type of assets

  2. Destination address

  3. Amount transferred

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public class TransactionOutput: IApiInterface

Attributes

Namedescription
AssetId Returns asset ID
ScriptHash Returns the scripthash
Value Returns the transaction amount

Constructor

The TransactionOutput object is constructed through GetOutputs() of the Transaction object.