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.