Documentation ¶
Index ¶
- func NewGRPCConnection(ctx *cli.Context) (*grpc.ClientConn, error)
- func NewValidator(keyManager keymanager.KeyManager, conn *grpc.ClientConn) originClient.Validator
- func Run(params IParams) error
- type IParams
- type Params
- func (p *Params) BeaconRPCProvider() string
- func (p *Params) KeyManager() string
- func (p *Params) KeyManagerAccountPath() string
- func (p *Params) KeyManagerCACert() string
- func (p *Params) KeyManagerClientCert() string
- func (p *Params) KeyManagerClientKey() string
- func (p *Params) KeyManagerLocation() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCConnection ¶
func NewGRPCConnection(ctx *cli.Context) (*grpc.ClientConn, error)
func NewValidator ¶
func NewValidator(keyManager keymanager.KeyManager, conn *grpc.ClientConn) originClient.Validator
Types ¶
type Params ¶
type Params struct {
// contains filtered or unexported fields
}
func (*Params) BeaconRPCProvider ¶
func (*Params) KeyManager ¶
func (*Params) KeyManagerAccountPath ¶
func (*Params) KeyManagerCACert ¶
func (*Params) KeyManagerClientCert ¶
func (*Params) KeyManagerClientKey ¶
func (*Params) KeyManagerLocation ¶
Click to show internal directories.
Click to hide internal directories.