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,
    chain: Option<Chain>,
    fee_payer: Option<Address>,
    cast_async: bool,
    sync: bool,
    confirmations: u64,
    timeout: u64,
    resolve_unknown_fee_token_symbol: bool,
) -> 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.