pub async fn send_raw_transaction_with_confirmation<T>(
    transport: T,
    tx: Bytes,
    poll_interval: Duration,
    confirmations: usize
) -> Result<TransactionReceipt>where
    T: Transport,
Expand description

Sends raw transaction and returns future resolved after transaction is confirmed