Update Aug 29th 2019: Hyperledger Composer has been deprecated. Please see the README for more information.

Events

Events Detail

Event

The fully qualified name is org.hyperledger.composer.system.Event

Additional Information

The base event is implicitly extended by all other events. Event is an abstract meaning that no instances of it can be created, however, it does contain the eventId and timestamp properties, which are extended to all other events.

abstract event Event identified by eventId {
  o String eventId
  o DateTime timestamp
}
Name Type Description
eventId string Identifier for this event
timestamp string Timestamp for this event