pub(super) async fn confirm_and_build_with_tempo_wallet<N: Network, P: Provider<N>>(
builder: CastTxBuilder<N, P, InputState>,
wallet: &TempoAccountsWallet,
force: bool,
lane: Option<&ResolvedLane>,
) -> Result<Option<(N::TransactionRequest, TempoAccountsWallet)>>where
N::TransactionRequest: FoundryTransactionBuilder<N>,Expand description
confirm_and_build for a transaction signed by a Tempo access key; also returns the
prepared wallet.