Uses of Class
org.ldk.structs.Result_NoneSendErrorZ
-
Packages that use Result_NoneSendErrorZ Package Description org.ldk.structs -
-
Uses of Result_NoneSendErrorZ in org.ldk.structs
Subclasses of Result_NoneSendErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_NoneSendErrorZ.Result_NoneSendErrorZ_Errstatic classResult_NoneSendErrorZ.Result_NoneSendErrorZ_OKMethods in org.ldk.structs that return Result_NoneSendErrorZ Modifier and Type Method Description static Result_NoneSendErrorZResult_NoneSendErrorZ. err(SendError e)Creates a new CResult_NoneSendErrorZ in the error state.static Result_NoneSendErrorZResult_NoneSendErrorZ. ok()Creates a new CResult_NoneSendErrorZ 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`.
-