mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-26 17:33:33 +00:00
- Use requirements.txt to install dependencies to local venv. - Use setup.py to build/install example packages to local venv. - Adjust reference-doc-builder to new Python pkg imports.
5 lines
135 B
Python
5 lines
135 B
Python
class TradeEventData:
|
|
def __init__(self, trade, instructions):
|
|
self.trade = trade
|
|
self.instructions = instructions
|