Documentation ¶
Overview ¶
Package listener is the listener used to pull in chain events
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractListener ¶
type ContractListener interface { // Listen starts the listener and call HandleLog for each event Listen(ctx context.Context, handler HandleLog) error // LatestBlock gets the last recorded latest block from the rpc. // this is NOT last indexed. It is provided as a helper for checking confirmation count LatestBlock() uint64 // Address gets the address of the contract this listener is listening to Address() common.Address }
ContractListener listens for chain events and calls HandleLog.
Click to show internal directories.
Click to hide internal directories.