Uses of Class
org.ldk.structs.BlindedRoute
-
Packages that use BlindedRoute Package Description org.ldk.structs -
-
Uses of BlindedRoute in org.ldk.structs
Fields in org.ldk.structs declared as BlindedRoute Modifier and Type Field Description BlindedRouteDestination.BlindedRoute. blinded_routeBlindedRouteResult_BlindedRouteDecodeErrorZ.Result_BlindedRouteDecodeErrorZ_OK. resBlindedRouteResult_BlindedRouteNoneZ.Result_BlindedRouteNoneZ_OK. resMethods in org.ldk.structs with parameters of type BlindedRoute Modifier and Type Method Description static Result_BlindedRouteDecodeErrorZResult_BlindedRouteDecodeErrorZ. ok(BlindedRoute o)Creates a new CResult_BlindedRouteDecodeErrorZ in the success state.static Result_BlindedRouteNoneZResult_BlindedRouteNoneZ. ok(BlindedRoute o)Creates a new CResult_BlindedRouteNoneZ in the success state.Result_NoneSendErrorZOnionMessenger. send_custom_onion_message(byte[][] intermediate_nodes, Destination destination, CustomOnionMessageContents msg, BlindedRoute reply_path)Send an onion message with contents `message` to `destination`, routing it through `intermediate_nodes`.
-