pub type ValidationFuture = Pin<Box<dyn Future<Output = Result<TransactionValidity>> + Send>>;
struct ValidationFuture {}