--- orphan: true --- # {py:mod}`_algopy_testing.value_generators.avm` ```{py:module} _algopy_testing.value_generators.avm ``` ```{autodoc2-docstring} _algopy_testing.value_generators.avm :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`AVMValueGenerator <_algopy_testing.value_generators.avm.AVMValueGenerator>` - ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator :summary: ``` ```` ### API `````{py:class} AVMValueGenerator :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator ``` ````{py:method} uint64(min_value: int = 0, max_value: int = MAX_UINT64) -> algopy.UInt64 :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.uint64 ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.uint64 ``` ```` ````{py:method} biguint(min_value: int = 0) -> algopy.BigUInt :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.biguint ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.biguint ``` ```` ````{py:method} bytes(length: int | None = None) -> algopy.Bytes :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.bytes ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.bytes ``` ```` ````{py:method} string(length: int = MAX_BYTES_SIZE) -> algopy.String :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.string ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.string ``` ```` ````{py:method} asset(asset_id: int | None = None, **asset_fields: typing.Unpack[_algopy_testing.models.asset.AssetFields]) -> algopy.Asset :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.asset ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.asset ``` ```` ````{py:method} application(id: int | None = None, address: algopy.Account | None = None, logs: list[bytes] | None = None, **application_fields: typing.Unpack[_algopy_testing.models.application.ApplicationFields]) -> algopy.Application :canonical: _algopy_testing.value_generators.avm.AVMValueGenerator.application ```{autodoc2-docstring} _algopy_testing.value_generators.avm.AVMValueGenerator.application ``` ```` `````