github.com/celestiaorg/celestia-node@v0.15.0-beta.1/nodebuilder/core/constructors.go (about) 1 package core 2 3 import ( 4 "github.com/celestiaorg/celestia-node/core" 5 ) 6 7 func remote(cfg Config) (core.Client, error) { 8 return core.NewRemote(cfg.IP, cfg.RPCPort) 9 }