p
autopilotrpc
package autopilotrpc
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Autopilot extends AnyRef
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
- Annotations
- @PekkoGrpcGenerated()
- trait AutopilotClient extends Autopilot with AutopilotClientPowerApi with PekkoGrpcClient
- Annotations
- @PekkoGrpcGenerated()
- trait AutopilotClientPowerApi extends AnyRef
- Annotations
- @PekkoGrpcGenerated()
- final case class ModifyStatusRequest(enable: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ModifyStatusRequest] with Product with Serializable
- enable
Whether the autopilot agent should be enabled or not.
- Annotations
- @SerialVersionUID()
- final case class ModifyStatusResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ModifyStatusResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class QueryScoresRequest(pubkeys: Seq[String] = _root_.scala.Seq.empty, ignoreLocalState: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[QueryScoresRequest] with Product with Serializable
- ignoreLocalState
If set, we will ignore the local channel state when calculating scores.
- Annotations
- @SerialVersionUID()
- final case class QueryScoresResponse(results: Seq[HeuristicResult] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[QueryScoresResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class SetScoresRequest(heuristic: String = "", scores: Map[String, Double] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SetScoresRequest] with Product with Serializable
- heuristic
The name of the heuristic to provide scores to.
- scores
A map from hex-encoded public keys to scores. Scores must be in the range [0.0, 1.0].
- Annotations
- @SerialVersionUID()
- final case class SetScoresResponse(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[SetScoresResponse] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class StatusRequest(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StatusRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- final case class StatusResponse(active: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StatusResponse] with Product with Serializable
- active
Indicates whether the autopilot is active or not.
- Annotations
- @SerialVersionUID()
Value Members
- object Autopilot extends ServiceDescription
- Annotations
- @PekkoGrpcGenerated()
- object AutopilotClient
- Annotations
- @PekkoGrpcGenerated()
- object AutopilotHandler
- Annotations
- @ApiMayChange() @PekkoGrpcGenerated()
- object AutopilotProto extends GeneratedFileObject
- object ModifyStatusRequest extends GeneratedMessageCompanion[ModifyStatusRequest]
- object ModifyStatusResponse extends GeneratedMessageCompanion[ModifyStatusResponse]
- object QueryScoresRequest extends GeneratedMessageCompanion[QueryScoresRequest]
- object QueryScoresResponse extends GeneratedMessageCompanion[QueryScoresResponse]
- object SetScoresRequest extends GeneratedMessageCompanion[SetScoresRequest]
- object SetScoresResponse extends GeneratedMessageCompanion[SetScoresResponse]
- object StatusRequest extends GeneratedMessageCompanion[StatusRequest]
- object StatusResponse extends GeneratedMessageCompanion[StatusResponse]