Documentation ¶ Index ¶ func Test(t *testing.T) type Runner func New(l1RPCURL string, logger log.Logger) (*Runner, error) func (r *Runner) RPCUrl() string func (r *Runner) Start(ctx context.Context) error func (r *Runner) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Test ¶ func Test(t *testing.T) Types ¶ type Runner ¶ type Runner struct { // contains filtered or unexported fields } func New ¶ func New(l1RPCURL string, logger log.Logger) (*Runner, error) func (*Runner) RPCUrl ¶ func (r *Runner) RPCUrl() string func (*Runner) Start ¶ func (r *Runner) Start(ctx context.Context) error func (*Runner) Stop ¶ func (r *Runner) Stop() error Source Files ¶ View all Source files anvil.go Click to show internal directories. Click to hide internal directories.