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-ticketoffer/main/daml/Main.daml

Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-ticketoffer/main/daml/Main.daml ```daml -- {-# LANGUAGE ApplicativeDo #-} module Main where import DA.Assert ((===)) template TicketOffer with organizer : Party buyer : Party price : Decimal where signatory organizer observer buyer choic

READ ON GITHUB-CODE