Skip to main content

cast_send_with_tempo_wallet

Function cast_send_with_tempo_wallet 

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