OpUpFeeSource
Algorand TypeScript / index / OpUpFeeSource
Defined in: util.ts:130
Defines the source of fees for the OpUp utility
Enumeration Members
Section titled “Enumeration Members”Any:
2
Defined in: util.ts:142
First the excess will be used, then remaining fees taken from the app account
AppAccount
Section titled “AppAccount”AppAccount:
1
Defined in: util.ts:138
The app’s account will cover all fees (itxn.fee = Global.minTxFee)
GroupCredit
Section titled “GroupCredit”GroupCredit:
0
Defined in: util.ts:134
Only the excess fee (credit) on the outer group should be used (itxn.fee = 0)