algopy_testing.primitives.biguint
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”BigUInt | A python implementation of an TEAL bigint type represented by AVM []byte type. |
|---|
class BigUInt
Section titled “class BigUInt”Bases: algopy_testing.protocols.BytesBacked
A python implementation of an TEAL bigint type represented by AVM []byte type.
classmethod from_bytes(value: Bytes | bytes) → BigUInt
Section titled “classmethod from_bytes(value: Bytes | bytes) → BigUInt”Construct an instance from the underlying bytes (no validation)
property bytes : Bytes
Section titled “property bytes : Bytes”Get the underlying Bytes.
property value : int
Section titled “property value : int”Get the underlying int.