Skip to content
Documentation/Canton SDK/Splice Daml Models splice-amulet docs Splice.AmuletEventLogView on Canton SDK
Canton SDK/Splice Daml Models splice-amulet docs Splice.AmuletEventLog

Splice.AmuletEventLog

Deprecated

This Splice documentation site is deprecated. Use the current Canton Network docs.

Open current docs

Splice.AmuletEventLog

Templates

template AmuletEventLog

Standalone template intended to log holdings changes using create-exercise-archive.

Signatory: dso

Field

Type

Description

dso

Party

  • Choice Archive

    Controller: dso

    Returns: ()

    (no fields)

  • interface instance EventLog for AmuletEventLog

Functions

withTempAmuletEventLog

: Party -> (ContractId EventLog -> Update a) -> Update a

Log the given events pertaining to Amulet holdings using a temporary AmuletEventLog contract. Use only when there’s no already existing contract available that implements the EventLog interface.

Comments