amount property

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

total number of MicroAlgos in the account

Implementation

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