p

peersrpc

package peersrpc

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class FeatureSet extends GeneratedEnum
  2. 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()
  3. 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()
  4. trait Peers extends AnyRef

    Peers is a service that can be used to get information and interact with the other nodes of the newtwork.

    Peers is a service that can be used to get information and interact with the other nodes of the newtwork.

    Annotations
    @AkkaGrpcGenerated()
  5. trait PeersClient extends Peers with PeersClientPowerApi with AkkaGrpcClient
    Annotations
    @AkkaGrpcGenerated()
  6. trait PeersClientPowerApi extends AnyRef
    Annotations
    @AkkaGrpcGenerated()
  7. sealed abstract class UpdateAction extends GeneratedEnum

    UpdateAction is used to determine the kind of action we are referring to.

  8. 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()
  9. 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()

Ungrouped