Skip to main content

SignedAttemptRecorder

Trait SignedAttemptRecorder 

Source
pub trait SignedAttemptRecorder: Send + Sync {
    // Required method
    fn record_signed_attempt<'life0, 'async_trait>(
        &'life0 self,
        attempt: SignedTransactionAttempt,
    ) -> Pin<Box<dyn Future<Output = EyreResult<()>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn record_signed_attempt<'life0, 'async_trait>( &'life0 self, attempt: SignedTransactionAttempt, ) -> Pin<Box<dyn Future<Output = EyreResult<()>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§