Module command

Module command 

Source
Expand description

Create and Exercise commands.

Structs§

DamlCreateAndExerciseCommand
Create a contract and exercise a choice on it in the same transaction.
DamlCreateCommand
Create a new contract instance based on a template.
DamlExerciseByKeyCommand
Exercise a choice on an existing contract specified by its key.
DamlExerciseCommand
Exercise a choice on an existing contract.

Enums§

DamlCommand
A Daml ledger command.