Show / Hide Table of Contents

TransactionOutput.AssetId Property

Returns the asset ID of the transaction output.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] AssetId {get;}

Attribute value: Asset ID as a byte array of length 32.

Back