github-code/gyorgybalazsi/canton-toolbox
gyorgybalazsi/canton-toolbox: _daml/daml-ticketoffer-explicit-disclosure/main/daml/Main.daml
Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-ticketoffer-explicit-disclosure/main/daml/Main.daml ```daml module Main where import DA.Assert ((===)) template TicketOffer with organizer : Party buyer : Party price : Decimal where signatory organizer -- buyer receives contract via exp
READ ON GITHUB-CODE ↗