minFee property

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

The minimum transaction fee (not per byte) required for the txn to validate for the current network protocol.

Implementation

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