closeAmount property

  1. @JsonKey(name: 'close-amount')
  2. @NullableBigIntSerializer()
BigInt? closeAmount
final

Number of assets transfered to the close-to account as part of the transaction.

Implementation

@JsonKey(name: 'close-amount')
@NullableBigIntSerializer()
final BigInt? closeAmount;