HI
Is there an easy way to convert the CreatedEvent from javaapi to that in the ledger api.
https://docs.daml.com/app-dev/bindings-java/javadocs/com/daml/ledger/javaapi/data/CreatedEvent.html
I need to instantiate a specific Contract object but that requires the created event from java api but what I have is the created event from ledger api using transaction service.