package
0.2.1
Repository: https://github.com/drand/go-clients.git
Documentation: pkg.go.dev

# Functions

Create builds a client, and can be invoked from a cli action supplied with ClientFlags nolint:gocyclo.

# Variables

ClientFlags is a list of common flags for client creation.
GroupConfFlag is the CLI flag for specifying the path to the drand group configuration (TOML encoded) or chain info (JSON encoded).
GroupConfListFlag is like GroupConfFlag but for a list values.
GRPCConnectFlag is the CLI flag for host:port to dial a gRPC randomness provider.
HashFlag is the CLI flag for the hash (in hex) of the targeted chain.
HashListFlag is the CLI flag for the hashes list (in hex) for the relay to follow.
InsecureFlag is the CLI flag to allow autodetection of the chain information.
JSONFlag is the value of the CLI flag `json` enabling JSON output of the loggers.
PortFlag is the CLI flag for local address for client to bind to, when connecting to relays.
RelayFlag is the CLI flag for relay peer multiaddr(s) to connect with.
URLFlag is the CLI flag for root URL(s) for fetching randomness.
No description provided by the author