Uses of Class
org.ldk.structs.BlindedPath
-
Packages that use BlindedPath Package Description org.ldk.structs -
-
Uses of BlindedPath in org.ldk.structs
Fields in org.ldk.structs declared as BlindedPath Modifier and Type Field Description BlindedPath
Destination.BlindedPath. blinded_path
BlindedPath
Result_BlindedPathDecodeErrorZ.Result_BlindedPathDecodeErrorZ_OK. res
BlindedPath
Result_BlindedPathNoneZ.Result_BlindedPathNoneZ_OK. res
Methods in org.ldk.structs that return BlindedPath Modifier and Type Method Description BlindedPath
BlindedPath. clone()
Creates a copy of the BlindedPathBlindedPath
TwoTuple_BlindedPayInfoBlindedPathZ. get_b()
BlindedPath[]
Offer. paths()
Paths to the recipient originating from publicly reachable nodes.BlindedPath[]
Refund. paths()
Paths to the sender originating from publicly reachable nodes.Methods in org.ldk.structs with parameters of type BlindedPath Modifier and Type Method Description static Destination
Destination. blinded_path(BlindedPath a)
Utility method to constructs a new BlindedPath-variant Destinationboolean
BlindedPath. eq(BlindedPath b)
Checks if two BlindedPaths contain equal inner contents.static TwoTuple_BlindedPayInfoBlindedPathZ
TwoTuple_BlindedPayInfoBlindedPathZ. of(BlindedPayInfo a, BlindedPath b)
Creates a new C2Tuple_BlindedPayInfoBlindedPathZ from the contained elements.static Result_BlindedPathDecodeErrorZ
Result_BlindedPathDecodeErrorZ. ok(BlindedPath o)
Creates a new CResult_BlindedPathDecodeErrorZ in the success state.static Result_BlindedPathNoneZ
Result_BlindedPathNoneZ. ok(BlindedPath o)
Creates a new CResult_BlindedPathNoneZ in the success state.Result_NoneSendErrorZ
OnionMessenger. send_onion_message(byte[][] intermediate_nodes, Destination destination, OnionMessageContents message, BlindedPath reply_path)
Send an onion message with contents `message` to `destination`, routing it through `intermediate_nodes`.
-