Get desktop application:
View/edit binary Protocol Buffers messages
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.
Status returns whether the daemon's autopilot agent is active.
(message has no fields)
Indicates whether the autopilot is active or not.
ModifyStatus is used to modify the status of the autopilot agent, like enabling or disabling it.
Whether the autopilot agent should be enabled or not.
(message has no fields)
QueryScores queries all available autopilot heuristics, in addition to any active combination of these heruristics, for the scores they would give to the given nodes.
If set, we will ignore the local channel state when calculating scores.
SetScores attempts to set the scores used by the running autopilot agent, if the external scoring heuristic is enabled.
The name of the heuristic to provide scores to.
A map from hex-encoded public keys to scores. Scores must be in the range [0.0, 1.0].
(message has no fields)
Used in: