Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Algorand Python Testing documentation
Algorand Python Testing documentation

Contents

  • Testing Guide
    • Concepts
    • AVM Types
    • ARC4 Types
    • Transactions
    • Smart Contract Testing
    • Smart Signature Testing
    • State Management
    • Subroutines
    • AVM Opcodes
  • Examples
  • Coverage
  • FAQ
  • API Reference
  • Algorand Python
Back to top
View this page

_algopy_testing.utilities.budget¶

Module Contents¶

Classes¶

OpUpFeeSource

Defines the source of fees for the OpUp utility.

API¶

class OpUpFeeSource(value: int = 0)¶

Bases: _algopy_testing.UInt64

Defines the source of fees for the OpUp utility.

Initialization

Copyright © 2024, Algorand Foundation
Made with Sphinx and @pradyunsg's Furo
On this page
  • _algopy_testing.utilities.budget
    • Module Contents
      • Classes
      • API
        • OpUpFeeSource