amount property

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

Amount of asset to transfer. A zero amount transferred to self allocates that asset in the account's Assets map.

Implementation

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