Documentation ¶
Overview ¶
Package executor is the executor agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct { // LogChans is a mapping from chain ID -> log channel. LogChans map[uint32]chan *types.Log // contains filtered or unexported fields }
Executor is the executor agent.
func NewExecutor ¶
func NewExecutor(chainIDs []uint32, addresses map[uint32]common.Address, scribeClient client.ScribeClient) (*Executor, error)
NewExecutor creates a new executor agent.
Click to show internal directories.
Click to hide internal directories.