Thanks for the feedback @riddim! Feel free to share anything regarding our Python bindings.
I’ve just noticed that we missed exporting some classes we built for these bindings. With these changes, you’d need to instantiate a DataAddress
like so:
data_address = DataAddress.from_hex("a7d2fdbb975efaea25b7ebe3d38be4a0b82c1d71e9b89ac4f37bc9f8677826e0")
dog_picture = await client.data_get_public(data_address)
edit: Hope to republish this package with the fixes soon!