Module request

Module request 

Source
Expand description

Daml JSON API request & response types.

Structs§

DamlJsonAllocatePartyRequest
Daml JSON API allocate party request.
DamlJsonAllocatePartyResponse
Daml JSON API allocate party response.
DamlJsonCreateAndExerciseRequest
Daml JSON API create contract and exercise choice request.
DamlJsonCreateAndExerciseResponse
Daml JSON API create contract and exercise choice response.
DamlJsonCreateRequest
Daml JSON API create contract request.
DamlJsonCreateResponse
Daml JSON API create contract response.
DamlJsonErrorResponse
Daml JSON API generic error response.
DamlJsonExerciseByKeyRequest
Daml JSON API exercise choice by key request.
DamlJsonExerciseByKeyResponse
Daml JSON API exercise choice by key response.
DamlJsonExerciseRequest
Daml JSON API exercise choice request.
DamlJsonExerciseResponse
Daml JSON API exercise choice response.
DamlJsonFetchByKeyRequest
Daml JSON API fetch contract by key request.
DamlJsonFetchByKeyResponse
Daml JSON API fetch contract by key response.
DamlJsonFetchPartiesRequest
Daml JSON API fetch parties request.
DamlJsonFetchPartiesResponse
Daml JSON API fetch parties response.
DamlJsonFetchRequest
Daml JSON API fetch contract by id request.
DamlJsonFetchResponse
Daml JSON API fetch contract by id response.
DamlJsonInvalidExerciseRequest
An invalid Daml JSON API exercise choice request (key and contractId are mutually exclusive).
DamlJsonListPackagesResponse
Daml JSON API list packages response.
DamlJsonQueryResponse
Daml JSON API query response.
DamlJsonRequestMeta
Daml JSON API request metadata.
DamlJsonUploadDarResponse
Daml JSON API upload Dar response.

Enums§

DamlJsonExerciseRequestType
Represents either a Daml JSON API DamlJsonExerciseRequest or DamlJsonExerciseByKeyRequest.

Functions§

make_single_warning
Make a warnings map with a single entry.