You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method to assess an opportunity and return a bid if the opportunity is worth taking. This method always returns a bid for any valid opportunity. The transaction in this bid transfers assets from the searcher's wallet to fulfill the limit order.
198
+
Generates a bid for a given opportunity.
199
+
The transaction in this bid transfers assets from the searcher's wallet to fulfill the limit order.
198
200
199
201
Args:
200
-
opp: An object representing a single opportunity.
202
+
opp: The SVM opportunity to bid on.
201
203
Returns:
202
-
A bid object if the opportunity is worth taking to be submitted to the Express Relay server, otherwise None.
0 commit comments