MIN_BASE_FEE

const val MIN_BASE_FEE: Long = 100

Minimum base fee per operation in stroops (0.00001 XLM).

The actual transaction fee is calculated as: baseFee * operations.size

If the fee is below the network minimum, the transaction will fail.

See also