Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/gyorgybalazsi/canton-toolboxView on github-code
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