Versions in this module Expand all Collapse all v1 v1.13.2 Apr 15, 2025 Changes in this version + type Cluster struct + func NewCluster(inner stack.Cluster) *Cluster + func (c *Cluster) Escape() stack.Cluster + func (c *Cluster) String() string + type Faucet struct + func NewFaucet(inner stack.Faucet) *Faucet + func (f *Faucet) Escape() stack.Faucet + func (f *Faucet) String() string + type L1CLNode struct + func NewL1CLNode(inner stack.L1CLNode) *L1CLNode + func (cl *L1CLNode) Escape() stack.L1CLNode + func (cl *L1CLNode) String() string + type L1ELNode struct + func NewL1ELNode(inner stack.L1ELNode) *L1ELNode + func (el *L1ELNode) Escape() stack.L1ELNode + func (el *L1ELNode) String() string + type L1Network struct + func NewL1Network(inner stack.L1Network) *L1Network + func (n *L1Network) ChainID() eth.ChainID + func (n *L1Network) Escape() stack.L1Network + func (n *L1Network) String() string + type L2Batcher struct + func NewL2Batcher(inner stack.L2Batcher) *L2Batcher + func (b *L2Batcher) Escape() stack.L2Batcher + func (b *L2Batcher) String() string + type L2CLNode struct + func NewL2CLNode(inner stack.L2CLNode) *L2CLNode + func (cl *L2CLNode) Escape() stack.L2CLNode + func (cl *L2CLNode) String() string + type L2Challenger struct + func NewL2Challenger(inner stack.L2Challenger) *L2Challenger + func (c *L2Challenger) Escape() stack.L2Challenger + func (c *L2Challenger) String() string + type L2ELNode struct + func NewL2ELNode(inner stack.L2ELNode) *L2ELNode + func (el *L2ELNode) Escape() stack.L2ELNode + func (el *L2ELNode) String() string + type L2Network struct + func NewL2Network(inner stack.L2Network) *L2Network + func (n *L2Network) ChainID() eth.ChainID + func (n *L2Network) Escape() stack.L2Network + func (n *L2Network) String() string + type L2Proposer struct + func NewL2Proposer(inner stack.L2Proposer) *L2Proposer + func (p *L2Proposer) Escape() stack.L2Proposer + func (p *L2Proposer) String() string + type Superchain struct + func NewSuperchain(inner stack.Superchain) *Superchain + func (s *Superchain) Escape() stack.Superchain + func (s *Superchain) String() string type Supervisor + func NewSupervisor(inner stack.Supervisor) *Supervisor + func (s *Supervisor) Escape() stack.Supervisor + func (s *Supervisor) String() string v1.13.1 Apr 9, 2025 Changes in this version + func WithAllLocalUnsafeHeadsAdvancedBy(blocks uint64) func(cfg *VerifySyncStatusConfig) + type Supervisor struct + func (s *Supervisor) VerifySyncStatus(opts ...func(config *VerifySyncStatusConfig)) type System + func (s *System) Supervisor(id stack.SupervisorID) *Supervisor + type VerifySyncStatusConfig struct + AllUnsafeHeadsAdvance uint64 v1.13.0 Apr 1, 2025 Changes in this version + type System struct + func Hydrate(sys stack.System) *System