Daml.Finance.Interface.Instrument.Token.Instrument¶
Interfaces¶
interface Instrument
Interface for a Token, an instrument whose economic terms on the ledger are represented by an
id
and a textualdescription
.viewtype V
Data Types¶
- type I
-
Type synonym for
Instrument
.instance HasMethod Factory "create’" (Create -> Update (ContractId I))
- type V
= View
Type synonym for
View
.instance HasFromAnyView Instrument V
data View