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

Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-optional/main/daml/Main.daml ```daml module Main where type AssetId = ContractId Asset template Asset with issuer : Party owner : Party name : Optional Text where signatory issuer observer owner choice Give : AssetId with newOwner : Part

READ ON GITHUB-CODE