Uses of Class
org.ldk.structs.WarningMessage
-
Packages that use WarningMessage Package Description org.ldk.structs -
-
Uses of WarningMessage in org.ldk.structs
Fields in org.ldk.structs declared as WarningMessage Modifier and Type Field Description WarningMessageErrorAction.SendWarningMessage. msgThe message to send.WarningMessageResult_WarningMessageDecodeErrorZ.Result_WarningMessageDecodeErrorZ_OK. resMethods in org.ldk.structs that return WarningMessage Modifier and Type Method Description WarningMessageWarningMessage. clone()Creates a copy of the WarningMessagestatic WarningMessageWarningMessage. of(byte[] channel_id_arg, String data_arg)Constructs a new WarningMessage given each fieldMethods in org.ldk.structs with parameters of type WarningMessage Modifier and Type Method Description static Result_WarningMessageDecodeErrorZResult_WarningMessageDecodeErrorZ. ok(WarningMessage o)Creates a new CResult_WarningMessageDecodeErrorZ in the success state.static ErrorActionErrorAction. send_warning_message(WarningMessage msg, Level log_level)Utility method to constructs a new SendWarningMessage-variant ErrorAction
-