Trait ic_web3_rs::confirm::ConfirmationCheck
source · pub trait ConfirmationCheck {
type Check: Future<Output = Result<Option<U64>>>;
// Required method
fn check(&self) -> Self::Check;
}
Expand description
Checks whether an event has been confirmed.