pub(crate) async fn cast_send_with_tempo_wallet<N: Network, P: Provider<N>>(
provider: &P,
tx: N::TransactionRequest,
wallet: &TempoAccountsWallet,
opts: &SendOptions,
) -> Result<B256>where
N::TransactionRequest: Default + FoundryTransactionBuilder<N>,
N::ReceiptResponse: UIfmt + UIfmtReceiptExt,Expand description
Signs a prepared transaction with a Tempo wallet and sends it as a raw transaction.