Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 17, 2024
1 parent 79cf5ff commit e6a8255
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import TabItem from '@theme/TabItem';

# `linea_getTransactionExclusionStatusV1`

Queries a database maintained by the sequencer to check if a transaction was rejected because it
exceeded data line limits that would prevent the prover from generating a proof for the block.
Queries a database maintained by the transaction exclusion API service to check if a transaction
was rejected because it exceeded data line limits that would prevent the prover from generating a
proof for the block. The database is updated by a parallel write API endpoint called by the
sequencer, edge nodes, or RPC nodes.

If the transaction was rejected, the API call will be successful and provide the reason.

Transactions that were not rejected for this reason will return a `Rejected transaction not available`
error.
Transactions that were not rejected for this reason will return `null` as the `result`.

:::warning
Transactions older than 24 hours cannot be checked.
Expand Down

0 comments on commit e6a8255

Please sign in to comment.