Skip to main content

Module batch_send

Module batch_send 

Source
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§

BatchSendArgs
CLI arguments for cast batch-send.

Functions§

with_batch_calls 🔒
Parses the --call specs, resolves them against the builder’s chain and sets them as the batch calls of the transaction.