Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVMChain ¶
type EVMChain struct {
// contains filtered or unexported fields
}
EVMChain is struct that aggregates all data required for
func NewEVMChain ¶
func NewEVMChain(listener EventListener, messageHandler MessageHandler, executor ProposalExecutor, domainID uint8, startBlock *big.Int) *EVMChain
func (*EVMChain) PollEvents ¶
PollEvents is the goroutine that polls blocks and searches Deposit events in them. Events are then sent to eventsChan.
func (*EVMChain) ReceiveMessage ¶
type EventListener ¶
type MessageHandler ¶
type ProposalExecutor ¶
Click to show internal directories.
Click to hide internal directories.