fee property

  1. @JsonKey(name: 'fee')
  2. @NullableBigIntSerializer()
BigInt? fee
getter/setter pair

Paid by the sender to the FeeSink to prevent denial-of-service. The minimum fee on Algorand is currently 1000 microAlgos. This field cannot be combined with flat fee.

Implementation

@JsonKey(name: 'fee')
@NullableBigIntSerializer()
BigInt? fee;