Skip to content

Commit

Permalink
Add null result
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 17, 2024
1 parent e6a8255 commit 9cc865b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,13 @@ returned for transactions rejected by the sequencer.
</TabItem>
</Tabs>

If the transaction was not rejected for exceeding line limits, the transaction will not be found
in the database, and return a `null` result. For example:

```json
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
```

0 comments on commit 9cc865b

Please sign in to comment.