How can I extract ledger ID? is there any end point that can be used for the same?
App Development3 posts430 views4 likesLast activity Nov 2020
AB
Abhishek_JainOP
Nov 2020How can I extract ledger ID? is there any end point that can be used for the same?
CO
cocreature
Nov 2020Hi @Abhishek_Jain, you can use the ledger identity service for that. If you are using the Java binidngs, take a look at How to fetch ledgerId in JAVA application for how you can interact with that service.
AB
Abhishek_Jain
Nov 2020I got it …thanks