This endpoint returns the hashes of all transactions that were submitted to the express lane for a specific round, along with their sequence numbers.
Sample Request
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_getRoundSequence",
"params": [
// Integer
// UUID that was returned to you when you send the submission.
1212,
]
}