Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MessageStatus

Enum describing the status of a message.

Index

Enumeration Members

FAILED_L1_TO_L2_MESSAGE: 1

Message is an L1 to L2 message and the transaction to execute the message failed. When this status is returned, you will need to resend the L1 to L2 message, probably with a higher gas limit.

IN_CHALLENGE_PERIOD: 4

Message is a proved L2 to L1 message and is undergoing the challenge period.

READY_FOR_RELAY: 5

Message is ready to be relayed.

READY_TO_PROVE: 3

Message is ready to be proved on L1 to initiate the challenge period.

RELAYED: 6

Message has been relayed.

STATE_ROOT_NOT_PUBLISHED: 2

Message is an L2 to L1 message and no state root has been published yet.

UNCONFIRMED_L1_TO_L2_MESSAGE: 0

Message is an L1 to L2 message and has not been processed by the L2.

Generated using TypeDoc