Is there anywhere in the docs that discuss what a Contract ID is/how they work?
App Development2 posts331 views1 likesLast activity Aug 2020
AN
anthonyOP
Aug 2020For Contract Keys I find this: https://docs.daml.com/daml/reference/contract-keys.html
But for Contract IDs I can’t find an equivalent.
CO
cocreature
Aug 2020https://docs.daml.com/daml/stdlib/Prelude.html#type-da-internal-lf-contractid-47171 has almost all there is to say about it. It’s just a unique identifier for a contract that you should treat opaquely. https://docs.daml.com/concepts/ledger-model/ledger-daml.html describes it on a slightly more abstract level.