Documentation ¶ Index ¶ func NewChallengerConfig(t *testing.T, l1Endpoint string, options ...Option) *config.Config type Helper func NewChallenger(t *testing.T, ctx context.Context, l1Endpoint string, name string, ...) *Helper func (h *Helper) Close() error type Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewChallengerConfig ¶ added in v1.1.4 func NewChallengerConfig(t *testing.T, l1Endpoint string, options ...Option) *config.Config Types ¶ type Helper ¶ type Helper struct { // contains filtered or unexported fields } func NewChallenger ¶ func NewChallenger(t *testing.T, ctx context.Context, l1Endpoint string, name string, options ...Option) *Helper func (*Helper) Close ¶ func (h *Helper) Close() error type Option ¶ type Option func(config2 *config.Config) Source Files ¶ View all Source files helper.go Click to show internal directories. Click to hide internal directories.