pub(super) async fn with_batch_calls<P: Provider<TempoNetwork>>(
calls: &[String],
builder: CastTxBuilder<TempoNetwork, P, InitState>,
provider: &impl Provider<TempoNetwork>,
) -> Result<CastTxBuilder<TempoNetwork, P, InputState>>Expand description
Parses the --call specs, resolves them against the builder’s chain and sets them as the
batch calls of the transaction.