DA.ContractKeys

Note: Docs TODO (https://github.com/digital-asset/daml/issues/22673)

Functions

lookupNByKey

: HasLookupNByKey t k => Int -> k -> Update [(ContractId t, t)]

lookupAllByKey

: HasLookupNByKey t k => k -> Update [(ContractId t, t)]