mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c645348ca1
* Added agreement_text field to the CreatedEvent in Ledger API. * Changed java bindings + java codegen * Changed utilities for scala codegen * Made necessary changes in Sandbox to propagate the agreement text from ContractInst to the CreatedEvent * Made changes to the navigator to show the agreement text in the contract details page when it is set and not empty Fixes #1110 |
||
---|---|---|
.. | ||
grpc-definitions | ||
npm-package | ||
perf-testing | ||
rs-grpc-akka | ||
rs-grpc-bridge | ||
sample-service | ||
scripts | ||
testing-utils | ||
.gitignore | ||
.sbtopts | ||
BUILD.bazel | ||
README.md | ||
UNRELEASED.md |
Ledger-API
This is the API code for the ledger, which contains:
- gRPC API definitions
- Generated Scala bindings
- gRPC-RS bridge
- gRPC-Akka bridge
- Server API classes with validation
- Prototype Server
- Prototype Clients
- Scala
- Python
- Node.js
- Integration tests for all of the above
Documentation
The Ledger API Introduction contains introductory material as well as links to the protodocs reference documentation.
See the docs README for more about how to preview and publish documentation.