Package org.ldk.structs
Class PathFailure.OnPath
- java.lang.Object
-
- org.ldk.structs.PathFailure
-
- org.ldk.structs.PathFailure.OnPath
-
- Enclosing class:
- PathFailure
public static final class PathFailure.OnPath extends PathFailure
A hop on the path failed to forward our payment.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.PathFailure
PathFailure.InitialSend, PathFailure.OnPath
-
-
Field Summary
Fields Modifier and Type Field Description Option_NetworkUpdateZ
network_update
If present, this [`NetworkUpdate`] should be applied to the [`NetworkGraph`] so that routing decisions can take into account the update.
-
-
-
Field Detail
-
network_update
public final Option_NetworkUpdateZ network_update
If present, this [`NetworkUpdate`] should be applied to the [`NetworkGraph`] so that routing decisions can take into account the update. [`NetworkUpdate`]: crate::routing::gossip::NetworkUpdate [`NetworkGraph`]: crate::routing::gossip::NetworkGraph
-
-