--- orphan: true --- # {py:mod}`_algopy_testing.value_generators.arc4` ```{py:module} _algopy_testing.value_generators.arc4 ``` ```{autodoc2-docstring} _algopy_testing.value_generators.arc4 :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`ARC4ValueGenerator <_algopy_testing.value_generators.arc4.ARC4ValueGenerator>` - ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator :summary: ``` ```` ### API `````{py:class} ARC4ValueGenerator :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator ``` ````{py:method} address() -> algopy.arc4.Address :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.address ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.address ``` ```` ````{py:method} uint8(min_value: int = 0, max_value: int = MAX_UINT8) -> algopy.arc4.UInt8 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint8 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint8 ``` ```` ````{py:method} uint16(min_value: int = 0, max_value: int = MAX_UINT16) -> algopy.arc4.UInt16 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint16 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint16 ``` ```` ````{py:method} uint32(min_value: int = 0, max_value: int = MAX_UINT32) -> algopy.arc4.UInt32 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint32 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint32 ``` ```` ````{py:method} uint64(min_value: int = 0, max_value: int = MAX_UINT64) -> algopy.arc4.UInt64 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint64 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.uint64 ``` ```` ````{py:method} biguint128(min_value: int = 0, max_value: int = (1 << 128) - 1) -> algopy.arc4.UInt128 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint128 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint128 ``` ```` ````{py:method} biguint256(min_value: int = 0, max_value: int = (1 << 256) - 1) -> algopy.arc4.UInt256 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint256 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint256 ``` ```` ````{py:method} biguint512(min_value: int = 0, max_value: int = MAX_UINT512) -> algopy.arc4.UInt512 :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint512 ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.biguint512 ``` ```` ````{py:method} dynamic_bytes(n: int) -> algopy.arc4.DynamicBytes :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.dynamic_bytes ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.dynamic_bytes ``` ```` ````{py:method} string(n: int) -> algopy.arc4.String :canonical: _algopy_testing.value_generators.arc4.ARC4ValueGenerator.string ```{autodoc2-docstring} _algopy_testing.value_generators.arc4.ARC4ValueGenerator.string ``` ```` `````