Skip to content
CCPEDIAby Unity Nodes
Documentation/GitHub Code/C7-Digital/c7_ledgerView on GitHub Code

C7-Digital/c7_ledger: scribe/e2e/daml/daml/TestModel.daml

Daml contract source - C7-Digital/c7_ledger/scribe/e2e/daml/daml/TestModel.daml ```daml module TestModel where -- | A simple asset template for e2e testing. template Asset with owner : Party description : Text value : Int where signatory owner choice Transfer : ContractId Asset with newOwner : Party

Read on GitHub Code