Daml.Finance.Interface.Claims.Types¶
Data Types¶
- type C
 = Claim Time Decimal Deliverable Observable
The specialized claim type.
- type Deliverable
 - 
Type used to reference assets in the claim tree.
 
- type Observable
 = Text
Type used to reference observables in the claim tree.
data Pending
data TaggedClaim
A claim and a textual tag.
instance Eq TaggedClaim
instance Show TaggedClaim
instance HasMethod Claim "getClaims" (GetClaims -> Update [TaggedClaim])