Daml.Finance.Settlement.Batch

Templates

template Batch

Allows you to atomically settle a set of settlement Step.

Signatory: instructor, consenters

Field Type Description
instructor Party Party instructing settlement (and the creation of the Batch).
consenters Parties Parties consenting with the creation of the Batch.
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 corresponding Instruction\s.
settlementTime Optional Time Settlement time (if any).
  • Choice Archive

    Controller: instructor, consenters

    Returns: ()

    (no fields)

  • interface instance I for Batch

Data Types

type T

= Batch

Type synonym for Batch.