Server-streaming RPC. Streams all active Daml contracts currently visible to the authenticated party, one contract per message. Results can be narrowed down with aDocumentation Index
Fetch the complete documentation index at: https://docs.silvana.one/llms.txt
Use this file to discover all available pages before exploring further.
template_filters list.
Request
Optional list of Daml template identifiers to filter by. Leave empty to stream everything visible to the caller.
Response
Stream ofGetActiveContractsResponse:
ActiveContractInfo contains the contract ID, template ID, and serialised payload.
Example
See also
GetUpdates— stream future ledger updates instead of the current snapshot.GetSettlementContracts— narrow lookup for DvP-related contracts by settlement ID.GetPreapprovals— narrow lookup for activeTransferPreapprovalcontracts.AcceptCip56— common consumer of CIP-56TransferOffercontract IDs discovered here.