Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEth1Client ¶
func NewEth1Client(opts ClientOptions) (eth1.Client, error)
NewEth1Client creates a new instance
Types ¶
type ClientOptions ¶
type ClientOptions struct {
Ctx context.Context
Logger *zap.Logger
NodeAddr string
PrivKeyProvider eth1.OperatorPrivateKeyProvider
}
ClientOptions are the options for the client
Click to show internal directories.
Click to hide internal directories.