Show / Hide Table of Contents

TransactionOutput.ScriptHash Property

Returns the scripthash of the transaction output.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] ScriptHash {get;}

Attribute value: Scripthash as a byte array of length 20.

Back