NetworkControlRpc

org.plasmalabs.node.services.NetworkControlRpcGrpc.NetworkControlRpc
See theNetworkControlRpc companion object
trait NetworkControlRpc extends AbstractService

Attributes

Companion
object
Graph
Supertypes
trait AbstractService
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def addPeer(request: AddPeerReq): Future[AddPeerRes]

Add remote peer as known peer, node will node install connection to that peer automatically

Add remote peer as known peer, node will node install connection to that peer automatically

Attributes

def forgetPeer(request: ForgetPeerReq): Future[ForgetPeerRes]

Instruct the node to forget peer i.e. close connection and remove peer from known hosts

Instruct the node to forget peer i.e. close connection and remove peer from known hosts

Attributes

def getHostId(request: GetHostIdReq): Future[GetHostIdRes]

Get current hostId

Get current hostId

Attributes

Concrete methods

override def serviceCompanion: ServiceCompanion[NetworkControlRpc]

Attributes

Definition Classes
AbstractService