Show / Hide Table of Contents

Asset.Available Property

Returns the amount of asset that has been issued.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern long Available {get;}

Attribute value: The number of issued assets as a long integer.

Back