Show / Hide Table of Contents

TransactionInput.PrevHash property

Returns the transaction hash of the referenced previous transaction.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Hash {get;}

Attribute value: Transaction hash as a byte array of length 32.

Back