Documentation ¶
Index ¶
- func NetworkConfigFromForkCLIConfig(log log.Logger, envPrefix string, cliConfig *config.CLIConfig) (config.NetworkConfig, error)
- type Orchestrator
- func (o *Orchestrator) ConfigAsString() string
- func (o *Orchestrator) Endpoint(chainId uint64) string
- func (o *Orchestrator) L1Chain() config.Chain
- func (o *Orchestrator) L2Chains() []config.Chain
- func (o *Orchestrator) Start(ctx context.Context) error
- func (o *Orchestrator) Stop(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Orchestrator ¶
type Orchestrator struct { AdminServer *admin.AdminServer // contains filtered or unexported fields }
func NewOrchestrator ¶
func NewOrchestrator(log log.Logger, closeApp context.CancelCauseFunc, cliConfig *config.CLIConfig, networkConfig *config.NetworkConfig, adminPort uint64) (*Orchestrator, error)
func (*Orchestrator) ConfigAsString ¶
func (o *Orchestrator) ConfigAsString() string
func (*Orchestrator) Endpoint ¶
func (o *Orchestrator) Endpoint(chainId uint64) string
func (*Orchestrator) L1Chain ¶
func (o *Orchestrator) L1Chain() config.Chain
func (*Orchestrator) L2Chains ¶
func (o *Orchestrator) L2Chains() []config.Chain
Click to show internal directories.
Click to hide internal directories.