Type conversion in DAML -> ContractId to Text
App Development2 posts296 views2 likesLast activity Jun 2022
FR
frankOP
Jun 2022Is it possible to convert a ContractId <Template> type to a Text type in a choice/update? How do I do it?
CO
cocreature
Jun 2022No, that’s not possible. The reason for that is that the contract ids are not fully determined while the transaction is being built up so we cannot give you access to the final contract id.