I am working on private test net. Can I get the latest transaction address inside my contract. At the basic level I am trying to have a function getLatestTransaction() which will return me the latest transaction address.
At advanced level I want to have an array containing address of all the transactions.