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

Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-asset/main/daml/Main.daml ```daml {-# LANGUAGE ApplicativeDo #-} module Main where type AssetId = ContractId Asset template Asset with issuer : Party owner : Party name : Text where ensure name /= "" signatory issuer observer owner choic

READ ON GITHUB-CODE