amount property

  1. @JsonKey(name: 'amount')
  2. @BigIntSerializer()
BigInt amount
final

The total amount to be sent in microAlgos. Amounts are returned in microAlgos - the base unit for Algos. Micro denotes a unit x 10^-6. 1 Algo equals 1,000,000 microAlgos.

Implementation

@JsonKey(name: 'amount')
@BigIntSerializer()
final BigInt amount;