Relay JSON-RPC API
pfl_addSearcherBundle
Submits a searcher bundle to Fastlane auction handler.
Parameters
OPPORTUNITY_TX_DATA
- the opportunity transaction data.SOLVER_OPERATION
- the solver operation.
Returns
On success (solver operation hash):
{'jsonrpc': '2.0', 'id': 1, 'result': '0x1111...'}
On error:
Example
See next
To understand what these _DATA
parameters are, see Transaction Encoding
Last updated