Module common

Source

Structs§

EnumIterator
Python iterator over the variants of an enum.

Constants§

PY_MODULE_MODEL

Functions§

commissions_from_indexmap
Converts an IndexMap<Currency, Money> into a Python list of strings, or None if empty.
commissions_from_vec
Converts a list of Money values into a Python list of strings, or None if empty.
value_to_pydict
Converts a JSON Value::Object into a Python dict.
value_to_pyobject
Converts a JSON Value into a corresponding Python object.