Module parse_l2

Module parse_l2 

Source

Enums§

ParsedTransaction
Represents a parsed L2 transaction from an L1 message.

Constants§

HEARTBEATS_DISABLED_AT
The ArbOS version at which heartbeat messages were disabled.
L2_MESSAGE_KIND_BATCH
L2_MESSAGE_KIND_CONTRACT_TX
L2_MESSAGE_KIND_HEARTBEAT
L2_MESSAGE_KIND_NON_MUTATING_CALL
L2_MESSAGE_KIND_SIGNED_COMPRESSED_TX
L2_MESSAGE_KIND_SIGNED_TX
L2_MESSAGE_KIND_UNSIGNED_USER_TX
L2 message kind constants.
MAX_L2_MESSAGE_SIZE
Maximum size of an L2 message segment (256 KB).

Functions§

parse_l2_transactions
Parse L2 transactions from an L1 incoming message.
parsed_tx_to_signed
Convert a ParsedTransaction into an ArbTransactionSigned.