Skip to content

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

number

The of standard transaction fees to return the amount of Algo

AlgoAmount

{@includeCode ./amount.spec.ts#example-transactionFees}