Documentation
¶
Index ¶
- type Handler
- func (h *Handler) MethodsV0_6() ([]jsonrpc.Method, string)
- func (h *Handler) MethodsV0_7() ([]jsonrpc.Method, string)
- func (h *Handler) MethodsV0_8() ([]jsonrpc.Method, string)
- func (h *Handler) Run(ctx context.Context) error
- func (h *Handler) WithCallMaxSteps(maxSteps uint64) *Handler
- func (h *Handler) WithFeeder(feederClient *feeder.Client) *Handler
- func (h *Handler) WithFilterLimit(limit uint) *Handler
- func (h *Handler) WithGateway(gatewayClient rpccore.Gateway) *Handler
- func (h *Handler) WithL1Client(l1Client rpccore.L1Client) *Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) MethodsV0_6 ¶ added in v0.11.0
func (*Handler) MethodsV0_7 ¶ added in v0.13.0
func (*Handler) MethodsV0_8 ¶ added in v0.13.0
func (*Handler) WithCallMaxSteps ¶ added in v0.9.3
func (*Handler) WithFeeder ¶ added in v0.9.3
func (*Handler) WithFilterLimit ¶ added in v0.7.5
WithFilterLimit sets the maximum number of blocks to scan in a single call for event filtering.
func (*Handler) WithGateway ¶ added in v0.9.3
Click to show internal directories.
Click to hide internal directories.