Show / Hide Table of Contents

ExecutionEngine.ExecutingScriptHash Property

Returns the scripthash of the executing contract.

Namespace: Neo.SmartContract.Framework.Services.System

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] ExecutingScriptHash {get;}

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

Back