# Functions
RandomChoice :
Select a random supported client from a ClientMap
params :-
a.
RandomClientName returns a random client name from a list of clients.
ValidateClient :
Validate if the client is supported and configured
params :-
a.
# Variables
No description provided by the author
ErrEmptyClientsList is returned when the clients list is empty.
# Structs
Client : Struct Represent a client like geth, prysm, etc.
ClientInfo : Struct Interface for listing available clients.
Clients : Struct Represent a combination of execution, consensus and validator clients.