Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct { L1Client *ethclient.Client L2Client *ethclient.Client L1RpcClient *rpc.Client L2RpcClient *rpc.Client L1GethClient *gethclient.Client L2GethClient *gethclient.Client }
clients represents a set of initialized RPC clients
func NewClients ¶
NewClients will create new RPC clients from given URLs.
func NewClientsFromContext ¶
NewClientsFromContext will create new RPC clients from a CLI context
Click to show internal directories.
Click to hide internal directories.