Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 369 Bytes

Amount.md

File metadata and controls

19 lines (10 loc) · 369 Bytes

Asset.Amount Property

Returns the total amount of the asset.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern long Amount {get;}

Attribute value: The total amount of the asset as a long, the value being the actual amount multipled by 100,000,000.

Back