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.utils¶

Module Contents¶

Functions¶

arc4_prefix

Return the value with the ARC4 prefix prepended.

API¶

arc4_prefix(value: bytes) → bytes¶

Return the value with the ARC4 prefix prepended.

Copyright © 2024, Algorand Foundation
Made with Sphinx and @pradyunsg's Furo
On this page
  • _algopy_testing.utils
    • Module Contents
      • Functions
      • API
        • arc4_prefix()