referrerpolicy=no-referrer-when-downgrade
pub async fn wait_for_successful_receipt(
    client: &(impl EthRpcClient + Send + Sync),
    hash: H256,
) -> Result<ReceiptInfo>
Expand description

Wait for a successful transaction receipt.