Module Daml.Finance.Settlement.Batch¶
Templates¶
template Batch
Allows you to atomically settle a set of settlement
Step
.
Field Type Description requestors Parties Parties requesting the settlement. settlers Parties Any of the parties can trigger the settlement. id Id Batch identifier. description Text Batch description. contextId Optional Id Identifier to link a batch to a context (e.g. the Effect
it originated from).routedStepsWithInstructionId [(RoutedStep, Id)] The settlement RoutedStep
\s and the identifiers of the correspondingInstruction
\s.settlementTime Optional Time Settlement time (if any).
Data Types¶
data BatchKey
Type for batch key.
instance HasExerciseByKey Batch BatchKey Archive ()
instance HasFetchByKey Batch BatchKey
instance HasFromAnyContractKey Batch BatchKey
instance HasKey Batch BatchKey
instance HasLookupByKey Batch BatchKey
instance HasMaintainer Batch BatchKey
instance HasToAnyContractKey Batch BatchKey