generate_messaging_code
Generate TypeScript code for Arbitrum cross-chain messaging operations including L1 to L2 retryable tickets and L2 to L1 messages with status checking.
Instructions
Generate TypeScript code for Arbitrum cross-chain messaging. Supports L1->L2 retryable tickets and L2->L1 messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_type | Yes | Type of messaging operation to generate code for | |
| include_example | No | Include example usage with sample contract call |