Skip to content

OpUpFeeSource

Algorand TypeScript


Algorand TypeScript / index / OpUpFeeSource

Defined in: util.ts:130

Defines the source of fees for the OpUp utility

Any: 2

Defined in: util.ts:142

First the excess will be used, then remaining fees taken from the app account


AppAccount: 1

Defined in: util.ts:138

The app’s account will cover all fees (itxn.fee = Global.minTxFee)


GroupCredit: 0

Defined in: util.ts:134

Only the excess fee (credit) on the outer group should be used (itxn.fee = 0)