Skip to main content

py_list_to_contracts

Function py_list_to_contracts 

Source
pub fn py_list_to_contracts(obj: &Bound<'_, PyAny>) -> PyResult<Vec<Contract>>
Expand description

Convert a Python list of objects to a vector of Rust Contracts.