Where can I find the current Cardano transaction fees? Fees are constructed around two constants (a and b). The formula for calculating minimal fees for a transaction (tx) is: a * size(tx) + bWhere ‘a’ and ‘b’ are protocol parameters, and size(tx) is the transaction size in bytes. The a and b protocol parameters (minFeeA […]