Show / Hide Table of Contents

Asset.Owner Property

Returns the public key of the owner of the asset.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] Owner {get;}

Attribute value: Byte array of length 33

Back