Show / Hide Table of Contents

Account.ScriptHash Property

Obtain the scripthash of the contract account.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] ScriptHash {get;}

Attribute value: Byte array of length 20.

Back