… or have been used in the past?
I’m referring specifically to these ledger-api bindings:
I can see by searching through the daml source code that they’re imported in the assistant:
./libs-haskell/test-utils/DA/Test/Sandbox.hs:import qualified DA.Ledger as L
./daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs:import DA.Ledger.Services.PartyManagementService (PartyDetails(..))
./daml-assistant/daml-helper/test/DA/Daml/Helper/Test/Ledger.hs:import DA.Ledger.Types (Party(..))
./daml-assistant/daml-helper/src/DA/Daml/Helper/Main.hs:import DA.Ledger.Types (ApplicationId(..))
./daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs:import qualified DA.Ledger as L
./daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs:import DA.Ledger.Types (ApplicationId(..))
./daml-assistant/daml-helper/src/DA/Daml/Helper/Ledger.hs:import DA.Ledger.Services.MeteringReportService(MeteringRequestByDay(..))
Did they have a more prominent role in the past? Are they used outside the main repo?