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 ↗