transaction_fees
algokit_utils.models.amount.transaction_fees(number_of_transactions: int) → AlgoAmount
Calculate the total transaction fees for a given number of transactions.
- Parameters: number_of_transactions – The number of transactions to calculate the fees for.
- Returns: The total transaction fees.