Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config holds the properties that configure the package
func NewEth2NetworkConfig ¶
type Eth2Network ¶
type Eth2Network struct {
// contains filtered or unexported fields
}
func NewDockerEth2Network ¶
func NewDockerEth2Network(cfg *Config) (*Eth2Network, error)
func (*Eth2Network) IsReady ¶
func (n *Eth2Network) IsReady() error
func (*Eth2Network) Start ¶
func (n *Eth2Network) Start() error
type Option ¶
type Option = func(c *Config)
Option is a function that applies configs to a Config Object
func WithGethHTTPStartPort ¶
func WithGethPrefundedAddrs ¶
func WithGethWSStartPort ¶
Click to show internal directories.
Click to hide internal directories.