Documentation ¶ Index ¶ type Helper func NewHelper(t *testing.T, privKey *ecdsa.PrivateKey, rollupCfg *rollup.Config, ...) *Helper func (h *Helper) SendLargeInvalidBatch(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Helper ¶ type Helper struct { // contains filtered or unexported fields } func NewHelper ¶ func NewHelper(t *testing.T, privKey *ecdsa.PrivateKey, rollupCfg *rollup.Config, l1Client *ethclient.Client) *Helper func (*Helper) SendLargeInvalidBatch ¶ func (h *Helper) SendLargeInvalidBatch(ctx context.Context) Source Files ¶ View all Source files batcher.go Click to show internal directories. Click to hide internal directories.