Show / Hide Table of Contents

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