mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-28 17:53:58 +00:00
5 lines
135 B
Python
5 lines
135 B
Python
class TradeEventData:
|
|
def __init__(self, trade, instructions):
|
|
self.trade = trade
|
|
self.instructions = instructions
|