Show / Hide Table of Contents

TransactionOutput.Value Property

Returns the amount in the transaction output.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern long value {get;}

Attribute value: Amount as a long integer, the actual value being the returned amount multipled by 100,000,000.

Back