[−][src]Function web3::confirm::send_raw_transaction_with_confirmation
pub async fn send_raw_transaction_with_confirmation<T>(
transport: T,
tx: Bytes,
poll_interval: Duration,
confirmations: usize
) -> Result<TransactionReceipt> where
T: Transport,
Sends raw transaction and returns future resolved after transaction is confirmed