github-code/noders-team/go-daml
noders-team/go-daml: test-data/amulets/Interfaces.daml
Daml contract source — noders-team/go-daml/test-data/amulets/Interfaces.daml ```daml module Interfaces where -- Define an interface for things that can be transferred interface Transferable where viewtype TransferableView transferAsset : Party -> Update (ContractId Transferable) getOwner : Party cho
READ ON GITHUB-CODE ↗