Query Canton Current Ledger Offset
App Development4 posts176 viewsLast activity Nov 2023
RA
raphson93OP
Nov 2023Hi, is there a way to query current canton ledger offset ? (eg. From navigator, raw query to select from database)
BE
bernhard
Nov 2023The best way is to call the getLedgerEnd gRPC API: Ledger API Reference — Daml SDK 2.7.5 documentation
BE
bernhard
Nov 2023You are looking at the Request type. This means there are no arguments to the request. Look at the response below in your screenshot. You get back a LedgerOffset.
