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.
Functions§
- with_
batch_ 🔒calls - Parses the
--callspecs, resolves them against the builder’s chain and sets them as the batch calls of the transaction.