Versions in this module Expand all Collapse all v0 v0.18.0 May 8, 2018 Changes in this version + func EventStringAccountCall(addr acm.Address) string + func EventStringLogEvent(addr acm.Address) string + func PublishAccountCall(publisher event.Publisher, address acm.Address, eventDataCall *EventDataCall) error + func PublishLogEvent(publisher event.Publisher, address acm.Address, eventDataLog *EventDataLog) error + func SubscribeAccountCall(ctx context.Context, subscribable event.Subscribable, subscriber string, ...) error + func SubscribeLogEvent(ctx context.Context, subscribable event.Subscribable, subscriber string, ...) error + type CallData struct + Callee acm.Address + Caller acm.Address + Data []byte + Gas uint64 + Value uint64 + type EventDataCall struct + CallData *CallData + Exception string + Origin acm.Address + Return []byte + StackDepth int + TxHash []byte + type EventDataLog struct + Address acm.Address + Data []byte + Height uint64 + Topics []Word256