Expand description
Daml JSON API request & response types.
Structs§
- Daml
Json Allocate Party Request - Daml JSON API allocate party request.
- Daml
Json Allocate Party Response - Daml JSON API allocate party response.
- Daml
Json Create AndExercise Request - Daml JSON API create contract and exercise choice request.
- Daml
Json Create AndExercise Response - Daml JSON API create contract and exercise choice response.
- Daml
Json Create Request - Daml JSON API create contract request.
- Daml
Json Create Response - Daml JSON API create contract response.
- Daml
Json Error Response - Daml JSON API generic error response.
- Daml
Json Exercise ByKey Request - Daml JSON API exercise choice by key request.
- Daml
Json Exercise ByKey Response - Daml JSON API exercise choice by key response.
- Daml
Json Exercise Request - Daml JSON API exercise choice request.
- Daml
Json Exercise Response - Daml JSON API exercise choice response.
- Daml
Json Fetch ByKey Request - Daml JSON API fetch contract by key request.
- Daml
Json Fetch ByKey Response - Daml JSON API fetch contract by key response.
- Daml
Json Fetch Parties Request - Daml JSON API fetch parties request.
- Daml
Json Fetch Parties Response - Daml JSON API fetch parties response.
- Daml
Json Fetch Request - Daml JSON API fetch contract by id request.
- Daml
Json Fetch Response - Daml JSON API fetch contract by id response.
- Daml
Json Invalid Exercise Request - An invalid Daml JSON API exercise choice request (
keyandcontractIdare mutually exclusive). - Daml
Json List Packages Response - Daml JSON API list packages response.
- Daml
Json Query Response - Daml JSON API query response.
- Daml
Json Request Meta - Daml JSON API request metadata.
- Daml
Json Upload DarResponse - Daml JSON API upload
Darresponse.
Enums§
- Daml
Json Exercise Request Type - Represents either a Daml JSON API
DamlJsonExerciseRequestorDamlJsonExerciseByKeyRequest.
Functions§
- make_
single_ warning - Make a warnings map with a single entry.