Versions in this module Expand all Collapse all v0 v0.3.0 Aug 2, 2019 v0.2.0 Apr 9, 2019 Changes in this version + type EventManager struct + EventCache []event.Event + Stub shim.ChaincodeStubInterface + func (evmgr *EventManager) Call(call *exec.CallEvent, exception *errors.Exception) error + func (evmgr *EventManager) Flush(eventName string) error + func (evmgr *EventManager) Log(log *exec.LogEvent) error + type EventSink interface + Call func(call *exec.CallEvent, exception *errors.Exception) error + Log func(log *exec.LogEvent) error