- mdb-txn-id txnprocedure
Return the transaction's ID.
This returns the identifier associated with this transaction. For a read-only transaction, this corresponds to the snapshot being read; concurrent readers will frequently have the same transaction ID.
- txn
- A transaction handle returned by (mdb-txn-begin)