Last updated 14 days ago
All calls to the PFL relay must be in JSON-RPC format for compatibility and can be sent over HTTP or WebSocket.
HTTP:
https://polygon-rpc.fastlane.xyz/
Websocket:
wss://polygon-rpc.fastlane.xyz/ws
pfl_sendRawTransactionConditional
Submits a new conditional transaction.
Encoded transaction
String
The hexadecimal encoded transaction.
Options
OptionsAA4337
Refer to OptionsAA4337 type in the Bor GitHub repository for detailed parameter structure.