Python Forum

Full Version: How do I pass a dictionary for the in3_registry value for the Incubed Python API?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using Python 3, and I have installed the in3 (Incubed) Python module. I want to invoke the ClientConfig of the in3 Python API in a specific way. There is an in3_registry argument that is part of ClientConfig in the in3 Python API.

When I think of in3_registry values, I think of hexadecimals that start with "0x". A Python dictionary is a key and a value pair (or a set of such pairs). I have no idea what the key should be when passing the dictionary value (that of the Ethereum registry ID). What is the syntax to invoke the ClientConfig argument for the in3_registry of the Python3 API for in3?