mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-03-04 23:43:51 +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
|