Show / Hide Table of Contents

ExecutionEngine.CallingScriptHash Property

Returns the scripthash of the caller of the contract.

Namespace: Neo.SmartContract.Framework.Services.System

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] CallingScriptHash {get;}

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

Back