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.