pub fn contract_details_to_pyobject( py: Python<'_>, details: &ContractDetails, ) -> PyResult<Py<PyAny>>