Show / Hide Table of Contents

Asset.ScriptHash Property

Returns the administrator (contract address) of the asset. The administrator has the right to modify attributes of the asset (such as total amount, name, etc.).

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Admin {get;}

Attribute value: Byte array of length 20.

Back