fee property

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

Fee is the suggested transaction fee Fee is in units of micro-Algos per byte. Fee may fall to zero but transactions must still have a fee of at least MinTxnFee for the current network protocol.

Implementation

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