send_erc20_tx

Function send_erc20_tx 

Source
async fn send_erc20_tx<P: Provider<AnyNetwork>>(
    provider: P,
    tx: WithOtherFields<TransactionRequest>,
    send_tx: &SendTxOpts,
    timeout: u64,
) -> Result<()>
Expand description

Send an ERC20 transaction, handling Tempo transactions specially if needed

TODO: Remove this temporary helper when we migrate to FoundryNetwork/FoundryTransactionRequest.