amount property

BigInt? amount
getter/setter pair

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

BigInt? amount;