Documentation
¶
Index ¶
- 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
- type EventDataCall
- type EventDataLog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventStringAccountCall ¶
func EventStringLogEvent ¶
func PublishAccountCall ¶
func PublishLogEvent ¶
func SubscribeAccountCall ¶
func SubscribeAccountCall(ctx context.Context, subscribable event.Subscribable, subscriber string, address acm.Address, txHash []byte, stackDepth int, ch chan<- *EventDataCall) error
Subscribe to account call event - if TxHash is provided listens for a specifc Tx otherwise captures all, if stackDepth is greater than or equal to 0 captures calls at a specific stack depth (useful for capturing the return of the root call over recursive calls
func SubscribeLogEvent ¶
func SubscribeLogEvent(ctx context.Context, subscribable event.Subscribable, subscriber string, address acm.Address, ch chan<- *EventDataLog) error
Types ¶
Click to show internal directories.
Click to hide internal directories.