github-code/gyorgybalazsi/canton-toolbox
gyorgybalazsi/canton-toolbox: _daml/daml-nested-test/main/daml/Main.daml
Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-nested-test/main/daml/Main.daml ```daml module Main where import Main.Types (Person) type RegistryId = ContractId Registry template Registry with admin : Party person : Person where signatory admin choice UpdatePerson : ContractId Regist
READ ON GITHUB-CODE ↗