Interface IAddPeerRequest

Argument interface for the RpcClient.addPeer RPC method.

interface IAddPeerRequest {
    isPermanent: boolean;
    peerAddress: INetworkAddress;
}

Properties

isPermanent: boolean
peerAddress: INetworkAddress

Generated using TypeDoc