pub fn cash_account_from_account_events(
events: Vec<Bound<'_, PyDict>>,
calculate_account_state: bool,
allow_borrowing: bool,
) -> PyResult<CashAccount>Expand description
Constructs a CashAccount from a list of Python dict events.
ยงErrors
Returns a PyErr if an event cannot be converted or the input events list is empty.