Show / Hide Table of Contents

ExecutionEngine.EntryScriptHash Property

Returns the scripthash of the entry points of the contract(in the contract invocation chain)

Namespace: Neo.SmartContract.Framework.Services.System

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] EntryScriptHash {get;}

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

Back