pub trait CardanoTransactionsPreloaderChecker: Send + Sync {
// Required method
fn is_activated<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = StdResult<bool>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
CardanoTransactionsPreloaderChecker gives the ability to determine if the Cardano Transactions Preloader should import the transactions.