Uses of Interface
com.daml.ledger.api.v2.EventOuterClass.EventOrBuilder
Packages that use EventOuterClass.EventOrBuilder
-
Uses of EventOuterClass.EventOrBuilder in com.daml.ledger.api.v2
Classes in com.daml.ledger.api.v2 that implement EventOuterClass.EventOrBuilderModifier and TypeClassDescriptionstatic 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 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.Methods in com.daml.ledger.api.v2 that return EventOuterClass.EventOrBuilderModifier and TypeMethodDescriptionTransactionOuterClass.Transaction.Builder.getEventsOrBuilder
(int index) The collection of events.TransactionOuterClass.Transaction.getEventsOrBuilder
(int index) The collection of events.TransactionOuterClass.TransactionOrBuilder.getEventsOrBuilder
(int index) The collection of events.Methods in com.daml.ledger.api.v2 that return types with arguments of type EventOuterClass.EventOrBuilderModifier and TypeMethodDescriptionList<? extends EventOuterClass.EventOrBuilder>
TransactionOuterClass.Transaction.Builder.getEventsOrBuilderList()
The collection of events.List<? extends EventOuterClass.EventOrBuilder>
TransactionOuterClass.Transaction.getEventsOrBuilderList()
The collection of events.List<? extends EventOuterClass.EventOrBuilder>
TransactionOuterClass.TransactionOrBuilder.getEventsOrBuilderList()
The collection of events.