Versions in this module Expand all Collapse all v0 v0.8.14 Sep 15, 2021 Changes in this version + func RPCRoutes(c *lrpc.Client) map[string]*rpcserver.RPCFunc + type Proxy struct + Addr string + Client *lrpc.Client + Config *rpcserver.Config + Listener net.Listener + Logger log.Logger + func NewProxy(lightClient *light.Client, listenAddr, providerAddr string, ...) (*Proxy, error) + func (p *Proxy) ListenAndServe() error + func (p *Proxy) ListenAndServeTLS(certFile, keyFile string) error