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-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