amount property

  1. @JsonKey(name: 'aamt')
  2. @NullableBigIntSerializer()
BigInt? amount
final

The amount of the asset to be transferred. A zero amount transferred to self allocates that asset in the account's Asset map.

Implementation

@JsonKey(name: 'aamt')
@NullableBigIntSerializer()
final BigInt? amount;