Versions in this module Expand all Collapse all v0 v0.0.5 Feb 29, 2024 v0.0.4 Feb 28, 2024 Changes in this version + func JSONRPCBatchCall(url string, calls ...BatchCall) ([]types.Response, error) + func JSONRPCCall(url, method string, parameters ...interface{}) (types.Response, error) + type BatchCall struct + Method string + Parameters []interface{} + type Client struct + func NewClient(url string) *Client + func (c *Client) BatchByNumber(ctx context.Context, number *big.Int) (*types.Batch, error) + func (c *Client) BatchNumber(ctx context.Context) (uint64, error)