pitch-foundation / hourglass-sdk

Hourglass SDK
https://pitch-foundation.github.io/hourglass-sdk/
0 stars 1 forks source link

Support for executor = TAKER flows #14

Closed bam4564 closed 5 months ago

bam4564 commented 6 months ago

The RFQ system supports two kinds of flows executor = MAKER -> user connected to /maker namespace calls seaport.fulfillOrder executor = TAKER -> user connected to /taker namespace calls seaport.fulfillOrder

The executor is specified when creating the RFQ and partially determines the structure of data payloads in events emitted from the server. The taker and maker providers should be listening for all events required regardless of RFQ executor type.

For the taker provider

For the maker provider