Implement the gRPC Service
Receive Bids
txHashes
will be the same as the order or the corresponding rawTransactions
.Below is an image of the flow through which bids would be received through the gRPC API
Process Bids
Send Processed Bid Responses (Accept/Reject)
STATUS_ACCEPTED
with the bid digest specified, and correspondingly STATUS_REJECTED
to reject the bid.Details on BidResponse
Server Setup