Show / Hide Table of Contents

Asset.Issuer Property

Returns the issuer (contract address) of the asset. The issuer has the right to issue assets.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Issuer {get;}

Attribute value: Byte array of length 20.

Back