# Functions
NewBackend returns a GRPCMHB that will use TLS and HMAC-SHA256 signed JWTs to connect and authenticateto the peers in peerList.
NewInsecureBackend returns a GRPCMHB that will use no encryption or authentication to connect to thepeers in peerList
It is highly discouraged to use this for production systems, as all data will be sent in cleartext and no authentication will be done on peer connections.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author