pub fn account_any_to_pyobject(
py: Python<'_>,
account: AccountAny,
) -> PyResult<Py<PyAny>>Expand description
Converts a Rust AccountAny into a Python account object.
ยงErrors
Returns a PyErr if converting the underlying account into a Python object fails.