Daml.Finance.Settlement.Batch

Templates

template Batch

Allows you to atomically settle a set of settlement Step.

Signatory: requestors

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 corresponding Instruction\s.
settlementTime Optional Time Settlement time (if any).
  • Choice Archive

    Controller: requestors

    Returns: ()

    (no fields)

  • interface instance I for Batch

Data Types

type T

= Batch

Type synonym for Batch.