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 BlindedPathDestination.BlindedPath. blinded_pathBlindedPathResult_BlindedPathDecodeErrorZ.Result_BlindedPathDecodeErrorZ_OK. resBlindedPathResult_BlindedPathNoneZ.Result_BlindedPathNoneZ_OK. resMethods in org.ldk.structs that return BlindedPath Modifier and Type Method Description BlindedPathBlindedPath. clone()Creates a copy of the BlindedPathMethods in org.ldk.structs with parameters of type BlindedPath Modifier and Type Method Description static DestinationDestination. blinded_path(BlindedPath a)Utility method to constructs a new BlindedPath-variant Destinationstatic Result_BlindedPathDecodeErrorZResult_BlindedPathDecodeErrorZ. ok(BlindedPath o)Creates a new CResult_BlindedPathDecodeErrorZ in the success state.static Result_BlindedPathNoneZResult_BlindedPathNoneZ. ok(BlindedPath o)Creates a new CResult_BlindedPathNoneZ in the success state.Result_NoneSendErrorZOnionMessenger. 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`.
-