Show / Hide Table of Contents

Asset.AssetId Property

Returns the ID of the asset.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] AssetId {get;}

Attribute value: The asset ID of the asset which is the transaction ID of the RegisterTransaction. It is a byte array of length 32.

Back