Daml.Finance.Interface.Data.Numeric.Observation¶
Interfaces¶
interface Observation
Interface for a time-dependent numeric
Observation, where the values are explicitly stored on-ledger.viewtype V
Data Types¶
- type I
 - 
Type synonym for
Observation.instance HasMethod Factory "create’" (Create -> Update (ContractId I))
 
- type V
 = View
Type synonym for
View.instance HasFromAnyView Observation V
data View