Expand description
cast batch-send command implementation.
Sends a batch of calls as a single Tempo transaction using native call batching. Unlike upstream Foundry’s sequential transactions, this uses a single type 0x76 transaction with multiple calls executed atomically.
Structs§
- Batch
Send Args - CLI arguments for
cast batch-send.