package client import ( "github.com/filecoin-project/go-lotus/api" ) func NewRPC(addr string) api.API { return nil // TODO }