Trait serai_coordinator::tributary::scanner::PTTTrait
source · pub trait PTTTrait {
// Required method
fn publish_tributary_tx<'life0, 'async_trait>(
&'life0 self,
tx: Transaction,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}