pub async fn wait_for_confirmations<T, V, F>(
    eth: Eth<T>,
    eth_filter: EthFilter<T>,
    poll_interval: Duration,
    confirmations: usize,
    check: V
) -> Result<()>where
    T: Transport,
    V: ConfirmationCheck<Check = F>,
    F: Future<Output = Result<Option<U64>>>,
Expand description

Should be used to wait for confirmations