eth_getBlockByNumber
with the block number parameter set to pending
.
eth_getBlockByNumber
with the block number parameter set to safe
. Compare this with the result returned for the latest
block. If the safe
block lags behind the latest
block, the earliest “sequencer confirmed” block is the safe
block plus one.
eth_getBlockByNumber
with the block number parameter set to safe
.
Transactions usually become “safe” status within a few minutes of being “sequencer confirmed.”
eth_getBlockByNumber
with the parameter finalized
as the block number.