Algorand TypeScript
    Preparing search index...

    Enumeration OpUpFeeSource

    Defines the source of fees for the OpUp utility

    Index

    Enumeration Members

    Enumeration Members

    Any: 2

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

    AppAccount: 1

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

    GroupCredit: 0

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