Trait bitcoind_client::follower::Tracker
source · pub trait Tracker {
// Required methods
fn forward_watches<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = (Vec<Txid>, Vec<OutPoint>)> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn reverse_watches<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = (Vec<Txid>, Vec<OutPoint>)> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
A callback trait returning which transactions and outpoints should be included in proofs