transactionFees
transactionFees(
numberOfTransactions):AlgoAmount
Defined in: src/amount.ts:204
Returns an amount of µAlgo to cover standard fees for the given number of transactions using AlgoAmount
Parameters
Section titled “Parameters”numberOfTransactions
Section titled “numberOfTransactions”number
The of standard transaction fees to return the amount of Algo
Returns
Section titled “Returns”Example
Section titled “Example”{@includeCode ./amount.spec.ts#example-transactionFees}