Unique identifier of an entity.
Example:
{ packageId: 'some-package-id', moduleName: 'SomeModule', entityName: 'SomeTemplate' }
To express values in a more concise way, you can have a look at the ValueHelpers.
The dot-separated name of the entity (e.g. record, template, ...) within the module.
The dot-separated module name of the identifier.
The identifier of the DAML package that contains the entity.
Generated using TypeDoc
Unique identifier of an entity.
Example:
{ packageId: 'some-package-id', moduleName: 'SomeModule', entityName: 'SomeTemplate' }
To express values in a more concise way, you can have a look at the ValueHelpers.