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 classRecords that a contract has been archived, and choices may no longer be exercised on it.static interfacestatic final classRecords that a contract has been created, and choices may now be exercised on it.static interfacestatic final classEvents 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 interfacestatic final classRecords that a choice has been exercised on a target contract.static interfacestatic final classView of a create event matched by an interface filter.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(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()
-