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-interface-example/interfaces/daml/Asset.daml

Daml contract source - gyorgybalazsi/canton-toolbox/_daml/daml-interface-example/interfaces/daml/Asset.daml ```daml module Asset where data View = View { assetOwner : Party , description : Text } deriving (Show, Eq) interface Asset where viewtype View getOwner : Party nonconsuming choice GetView : V

READ ON GITHUB-CODE