Cardano transaction fees

Calculating a Cardano transaction fee? 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 and minFeeB) can be […]

Read More