Structs§
- Enum
Iterator - Python iterator over the variants of an enum.
Constants§
Functions§
- commissions_
from_ indexmap - Converts an
IndexMap<Currency, Money>into a Python list of strings, orNoneif empty. - commissions_
from_ vec - Converts a list of
Moneyvalues into a Python list of strings, orNoneif empty. - from_
pydict - Converts a Python dict to
Params. - params_
to_ pydict - Converts
Params(IndexMap<String, Value>) to a Python dict. - pydict_
to_ params - Converts a Python dict to
Params. - value_
to_ pydict - Converts a JSON
Value::Objectinto a Pythondict. - value_
to_ pyobject - Converts a JSON
Valueinto a corresponding Python object.