daml/ledger-api
mziolekda 82534f9155
Remove the reset service from the ledger api and the documentation [DPP-804] (#12472)
* Remove reset service from grpc and documentation [DPP-804]

CHANGELOG_BEGIN
Remove reset service from the ledger api protocol and the documentation
CHANGELOG_END

* remove reset service from two left-over places

* remove reset service from the protobuf structure test
2022-01-19 14:46:50 +01:00
..
grpc-definitions Remove the reset service from the ledger api and the documentation [DPP-804] (#12472) 2022-01-19 14:46:50 +01:00
perf-testing update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rs-grpc-akka update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rs-grpc-bridge update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
rs-grpc-testing-utils update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
sample-service update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
scripts open-sourcing daml 2019-04-04 09:33:38 +01:00
testing-utils update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
.sbtopts open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
README.md Get rid of deprecated components (#12167) 2021-12-16 16:55:19 +00:00
VERSION Ledger API: bump version for LF 1.14 (#10175) 2021-07-05 13:54:25 +00:00

Ledger-API

This is the API code for the ledger, which contains:

  • gRPC API definitions
  • Generated Scala bindings and client
  • gRPC-RS bridge
  • gRPC-Akka bridge
  • Server API classes with validation
  • Prototype Server
  • 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.