Package com.daml.ledger.api.v2
Class EventOuterClass
java.lang.Object
com.daml.ledger.api.v2.EventOuterClass
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Records that a contract has been archived, and choices may no longer be exercised on it.static interface
static final class
Records that a contract has been created, and choices may now be exercised on it.static interface
static final class
Events in transactions can have two primary shapes: - ACS delta: events can be CreatedEvent or ArchivedEvent - ledger effects: events can be CreatedEvent or ExercisedEvent In the update service the events are restricted to the events visible for the parties specified in the transaction filter.static interface
static final class
Records that a choice has been exercised on a target contract.static interface
static final class
View of a create event matched by an interface filter.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-