[−][src]Trait web3::confirm::ConfirmationCheck
Checks whether an event has been confirmed.
Associated Types
type Check: Future<Output = Result<Option<U64>>>
Future resolved when is known whether an event has been confirmed.
Required methods
fn check(&self) -> Self::Check
Should be called to get future which resolves when confirmation state is known.
Implementors
impl<F, T> ConfirmationCheck for F where
F: Fn() -> T,
T: Future<Output = Result<Option<U64>>>,
[src]
F: Fn() -> T,
T: Future<Output = Result<Option<U64>>>,