LedgerTransaction or a bare LedgerOffsetCheckpoint. Typically used to confirm transaction submission or to tail the ledger.
Request
Offset to start streaming from (exclusive). Use the result of
GetLedgerEnd to start from “now”.Optional end offset (inclusive). Omit to stream indefinitely.
Optional Daml template filters.
Response
offset_checkpoint messages let the server advance your cursor even when no transactions match your filter — always persist the latest observed offset to resume cleanly.See also
GetLedgerEnd— fetch the current offset to use asbegin_exclusive.GetActiveContracts— snapshot of currently active contracts (one-shot, not a tail).ExecuteTransaction—update_idfrom its response can be matched againstLedgerTransactionevents here for confirmation.