Skip to main content

Module config

Module config 

Source
Expand description

Exposes Rust live-node, engine, and client configuration types through PyO3.

Implements Python constructors and property access, converting Python inputs into Rust configuration values and reporting invalid inputs as Python exceptions. Includes routing, instrument-provider, plugin, and queue-monitor settings used when constructing a live node.

Functionsยง

coerce_json_config
Converts Python mapping values into JSON values.
json_value_to_py
Converts a JSON configuration value into a Python object.