Skip to content
CCPEDIAby Unity Nodes
Documentation/github-code/C7-Digital/c7_ledgerView on github-code
github-code/C7-Digital/c7_ledger

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