Show / Hide Table of Contents

TransactionInput.PrevIndex Property

Returns the index of this input in the output list of the previous transaction.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern ushort PrevIndex {get;}

Attribute value: Index number starting from 0 as an unsigned short integer.

Back