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/Types.daml

Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-nested-test/main/daml/Main/Types.daml ```daml module Main.Types where import Main.Types.Address (Address) data Person = Person { name : Text, age : Int, homeAddress : Address } deriving (Eq, Show) data Color = Red | Green | Blue data Sha

READ ON GITHUB-CODE