Skip to content

OpUpFeeSource

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / OpUpFeeSource

Enumeration: OpUpFeeSource

Defined in: packages/algo-ts/src/util.ts:107

Defines the source of fees for the OpUp utility

Enumeration Members

Any

Any: 2

Defined in: packages/algo-ts/src/util.ts:119

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


AppAccount

AppAccount: 1

Defined in: packages/algo-ts/src/util.ts:115

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


GroupCredit

GroupCredit: 0

Defined in: packages/algo-ts/src/util.ts:111

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