Files
linea-monorepo/contracts/docs/api/lib/L2MessageServicePauseManager.md
The Dark Jester adb097aff4 [Chore] Export contract ABI and use solidity-docgen export (#323)
* export contract ABI and use solidity-docgen export

* add docgen dependency

* lint fixing
2024-11-21 06:49:31 -08:00

505 B

Solidity API

L2MessageServicePauseManager

PAUSE_L1_L2_ROLE

bytes32 PAUSE_L1_L2_ROLE

This is used to pause L1 to L2 communication.

UNPAUSE_L1_L2_ROLE

bytes32 UNPAUSE_L1_L2_ROLE

This is used to unpause L1 to L2 communication.

PAUSE_L2_L1_ROLE

bytes32 PAUSE_L2_L1_ROLE

This is used to pause L2 to L1 communication.

UNPAUSE_L2_L1_ROLE

bytes32 UNPAUSE_L2_L1_ROLE

This is used to unpause L2 to L1 communication.