Documentation ¶
Index ¶
- func BeaconClient(address string) (*grpc.ClientConn, beacon.Backend, error)
- func Connect(address string) (*grpc.ClientConn, error)
- func ConsensusClient(address string) (*grpc.ClientConn, consensus.ClientBackend, error)
- func ConsensusLightClientBackend(address string) (*grpc.ClientConn, consensus.LightClientBackend, error)
- func SchedulerClient(address string) (*grpc.ClientConn, scheduler.Backend, error)
- func StakingClient(address string) (*grpc.ClientConn, staking.Backend, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BeaconClient ¶
StakingClient - initiate new staking client
func ConsensusClient ¶
func ConsensusClient(address string) (*grpc.ClientConn, consensus.ClientBackend, error)
ConsensusClient - initiate new consensus client
func ConsensusLightClientBackend ¶
func ConsensusLightClientBackend(address string) (*grpc.ClientConn, consensus.LightClientBackend, error)
ConsensusLightClientBackend - initiate new consensus light client backend
func SchedulerClient ¶
SchedulerClient - initiate new scheduler client
func StakingClient ¶
StakingClient - initiate new staking client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.