daml/sdk/canton/community/ledger-api
azure-pipelines[bot] 5ac359d446
update canton to 20240423.13156.v75d9d2d6 (#19088)
* update canton to 20240423.13156.v75d9d2d6

tell-slack: canton

* handle pagination in ListKnownParties

---------

Co-authored-by: Azure Pipelines Daml Build <support@digitalasset.com>
Co-authored-by: Paul Brauner <paul.brauner@digitalasset.com>
2024-04-24 18:36:04 +02:00
..
docs move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
src/main/protobuf update canton to 20240423.13156.v75d9d2d6 (#19088) 2024-04-24 18:36:04 +02:00
README.md move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01:00
VERSION move to subdir 3.0 (#18520) 2024-03-22 02:27:46 +01: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-Pekko 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.

Dependencies

The definitions in this package depend on Protobuf's "well known types", as well as:

The Metering Report Json Schema is also included.