p
peersrpc
package peersrpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- sealed abstract class FeatureSet extends GeneratedEnum
- final case class NodeAnnouncementUpdateRequest(featureUpdates: Seq[UpdateFeatureAction] = _root_.scala.Seq.empty, color: String = "", alias: String = "", addressUpdates: Seq[UpdateAddressAction] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NodeAnnouncementUpdateRequest] with Product with Serializable
- featureUpdates
Set of changes for the features that the node supports.
- color
Color is the node's color in hex code format.
- alias
Alias or nick name of the node.
- addressUpdates
Set of changes for the node's known addresses.
- Annotations
- @SerialVersionUID()
- final case class NodeAnnouncementUpdateResponse(ops: Seq[Op] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NodeAnnouncementUpdateResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- trait Peers extends AnyRef
Peers is a service that can be used to get information and interact with the other nodes of the network.
Peers is a service that can be used to get information and interact with the other nodes of the network.
- Annotations
- @PekkoGrpcGenerated()
- trait PeersClient extends Peers with PeersClientPowerApi with PekkoGrpcClient
- Annotations
- @PekkoGrpcGenerated()
- trait PeersClientPowerApi extends AnyRef
- Annotations
- @PekkoGrpcGenerated()
- sealed abstract class UpdateAction extends GeneratedEnum
UpdateAction is used to determine the kind of action we are referring to.
- final case class UpdateAddressAction(action: UpdateAction = peersrpc.UpdateAction.ADD, address: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpdateAddressAction] with Product with Serializable
- action
Determines the kind of action.
- address
The address used to apply the update action.
- Annotations
- @SerialVersionUID()
- final case class UpdateFeatureAction(action: UpdateAction = peersrpc.UpdateAction.ADD, featureBit: FeatureBit = lnrpc.FeatureBit.DATALOSS_PROTECT_REQ, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[UpdateFeatureAction] with Product with Serializable
- action
Determines the kind of action.
- featureBit
The feature bit used to apply the update action.
- Annotations
- @SerialVersionUID()
Value Members
- object FeatureSet extends GeneratedEnumCompanion[FeatureSet]
- object NodeAnnouncementUpdateRequest extends GeneratedMessageCompanion[NodeAnnouncementUpdateRequest]
- object NodeAnnouncementUpdateResponse extends GeneratedMessageCompanion[NodeAnnouncementUpdateResponse]
- object Peers extends ServiceDescription
- Annotations
- @PekkoGrpcGenerated()
- object PeersClient
- Annotations
- @PekkoGrpcGenerated()
- object PeersHandler
- Annotations
- @ApiMayChange() @PekkoGrpcGenerated()
- object PeersProto extends GeneratedFileObject
- object UpdateAction extends GeneratedEnumCompanion[UpdateAction]
- object UpdateAddressAction extends GeneratedMessageCompanion[UpdateAddressAction]
- object UpdateFeatureAction extends GeneratedMessageCompanion[UpdateFeatureAction]