| Package | Description |
|---|---|
| ch.epfl.dedis.lib.eventlog | |
| ch.epfl.dedis.lib.omniledger.contracts |
| Modifier and Type | Field and Description |
|---|---|
List<Event> |
SearchResponse.events |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventLogInstance.get(InstanceId key)
Retrieves the stored event by key.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceId |
EventLogInstance.log(Event event,
List<Signer> signers)
Logs an event, the returned value is the ID of the event which can be retrieved later.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceId> |
EventLogInstance.log(List<Event> events,
List<Signer> signers)
Logs a list of events, the returned value is a list of ID for every event which can be used to retrieve events
later.
|
Copyright © 2018. All rights reserved.