Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 332 Bytes

Available.md

File metadata and controls

19 lines (10 loc) · 332 Bytes

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