Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventManager ¶
type EventManager struct { Stub shim.ChaincodeStubInterface EventCache []event.Event }
func (*EventManager) Call ¶
Call for right now is a noop need to figure out what it means (burrow or evm)
func (*EventManager) Flush ¶
func (evmgr *EventManager) Flush(eventName string) error
Flush will marshal all collected events from the transaction and set as a singular Fabric event
eventName is for fabric, typically the evm 8byte function hash
Click to show internal directories.
Click to hide internal directories.