pub fn asserted_instant(t: u64, datoms: &[Datom]) -> Option<i64>Expand description
The instant asserted for the transaction entity of t within datoms.
Commit paths use this to honour a :db/txInstant supplied as transaction
metadata instead of stamping their own.