algopy_testing.compiled
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”CompiledContract | |
|---|---|
CompiledLogicSig |
Functions
Section titled “Functions”compile_contract(→ CompiledContract) | |
|---|---|
compile_logicsig(→ CompiledLogicSig) |
class CompiledContract
Section titled “class CompiledContract”Bases: NamedTuple
approval_program : tuple[algopy.Bytes, algopy.Bytes]
Section titled “approval_program : tuple[algopy.Bytes, algopy.Bytes]”clear_state_program : tuple[algopy.Bytes, algopy.Bytes]
Section titled “clear_state_program : tuple[algopy.Bytes, algopy.Bytes]”extra_program_pages : algopy.UInt64
Section titled “extra_program_pages : algopy.UInt64”global_uints : algopy.UInt64
Section titled “global_uints : algopy.UInt64”global_bytes : algopy.UInt64
Section titled “global_bytes : algopy.UInt64”local_uints : algopy.UInt64
Section titled “local_uints : algopy.UInt64”local_bytes : algopy.UInt64
Section titled “local_bytes : algopy.UInt64”class CompiledLogicSig
Section titled “class CompiledLogicSig”Bases: NamedTuple