Hi
I am relating some of the hyperledger concepts to DAML platform. As per my understanding, (In Hyperledger fabric, proposal identifier, nonce, transaction id, and transaction payload associated to transaction proposal). So, am I correct
- proposal id is the template id,
- transaction id is the contract id (because it get changed after each transaction), and then
- what is nonce (random number) ?
I noticed one thing that whenever I performed any transaction on DAML Hub (in live data, the timestamp is not visible - why it happened “because timestamp is associated with each transaction”)