The Datomic client API does not provider tx->t or t->tx. These functions can be useful for very specific scenarios (e.g., you have a tx id and want to know if the database has "moved forward").
This was also requested on the forums. A workaround was provided for the user's specific case but the request is still relevant.