Daml.Finance.Interface.Types.Common.Types¶
Data Types¶
data AccountKey
A unique key for Accounts.
instance Eq AccountKey
instance Ord AccountKey
instance Show AccountKey
instance HasMethod Account "getKey" AccountKey
instance HasExerciseByKey Reference AccountKey GetCid (ContractId Account)
instance HasExerciseByKey Reference AccountKey SetCid (ContractId Reference)
instance HasExerciseByKey Reference AccountKey SetObservers (ContractId Reference)
instance HasExerciseByKey Reference AccountKey Archive ()
instance HasFetchByKey Reference AccountKey
instance HasFromAnyContractKey Reference AccountKey
instance HasKey Reference AccountKey
instance HasLookupByKey Reference AccountKey
instance HasMaintainer Reference AccountKey
instance HasToAnyContractKey Reference AccountKey
data Id
instance HasExerciseByKey LedgerTime (Parties, Id) Archive ()
instance HasFetchByKey LedgerTime (Parties, Id)
instance HasFromAnyContractKey LedgerTime (Parties, Id)
instance HasKey LedgerTime (Parties, Id)
instance HasLookupByKey LedgerTime (Parties, Id)
instance HasMaintainer LedgerTime (Parties, Id)
instance HasToAnyContractKey LedgerTime (Parties, Id)
data InstrumentKey
A unique key for Instruments.
instance Eq InstrumentKey
instance Ord InstrumentKey
instance Show InstrumentKey
instance HasMethod Instrument "getKey" InstrumentKey
instance HasMethod Election "apply" (ContractId Election -> Apply -> Update (Optional InstrumentKey, [ContractId I]))
instance HasMethod Exercisable "applyElection" (ApplyElection -> Update (Optional InstrumentKey, [ContractId I]))
instance HasMethod Lifecycle "evolve" (Evolve -> Update (Optional InstrumentKey, [ContractId I]))
instance HasExerciseByKey Reference InstrumentKey GetCid (ContractId I)
instance HasExerciseByKey Reference InstrumentKey SetCid (ContractId R)
instance HasExerciseByKey Reference InstrumentKey SetObservers (ContractId R)
instance HasExerciseByKey Reference InstrumentKey Archive ()
instance HasFetchByKey Reference InstrumentKey
instance HasFromAnyContractKey Reference InstrumentKey
instance HasKey Reference InstrumentKey
instance HasLookupByKey Reference InstrumentKey
instance HasMaintainer Reference InstrumentKey
instance HasToAnyContractKey Reference InstrumentKey
- type Parties
-
A set of parties.
instance HasExerciseByKey LedgerTime (Parties, Id) Archive ()
instance HasFetchByKey LedgerTime (Parties, Id)
instance HasFromAnyContractKey LedgerTime (Parties, Id)
instance HasKey LedgerTime (Parties, Id)
instance HasLookupByKey LedgerTime (Parties, Id)
instance HasMaintainer LedgerTime (Parties, Id)
instance HasToAnyContractKey LedgerTime (Parties, Id)
- type PartiesMap
-
Parties mapped by a specific key (or context). The textual key is the "context" which describes the value set of parties. This allows processes to add/remove parties for their specific purpose, without affecting others.
data Quantity u a