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 ↗