Versions in this module Expand all Collapse all v0 v0.9.0 Aug 17, 2023 Changes in this version + func CallEvent(stub *sw.StubWrapper, eventTag string, payload []byte) errors.ICCError + func InitEventList(l []Event) + type Event struct + BaseLog string + Chaincode string + Channel string + CustomFunction func(*sw.StubWrapper, []byte) error + Description string + Label string + ReadOnly bool + Receivers []string + Tag string + Transaction string + Type EventType + func EventList() []Event + func FetchEvent(eventTag string) *Event + func (event Event) CallEvent(stub *sw.StubWrapper, payload []byte) errors.ICCError + type EventType float64 + const EventCustom + const EventLog + const EventTransaction