Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { // The mutex should be held whenever listeres or reorgCache are accessed or // set and whenever activeChain is going to be set (but not when it is accessed) sync.Mutex // These variables are only written by the constructor RollupAddress common.Address // contains filtered or unexported fields }
func CreateManager ¶
func CreateManagerAdvanced ¶
func (*Manager) AddListener ¶
func (man *Manager) AddListener(ctx context.Context, listener chainlistener.ChainListener)
func (*Manager) GetCheckpointer ¶ added in v0.6.0
func (man *Manager) GetCheckpointer() checkpointing.RollupCheckpointer
Click to show internal directories.
Click to hide internal directories.