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 WarningMessage
ErrorAction.SendWarningMessage. msg
The message to send.WarningMessage
Result_WarningMessageDecodeErrorZ.Result_WarningMessageDecodeErrorZ_OK. res
Methods in org.ldk.structs that return WarningMessage Modifier and Type Method Description WarningMessage
WarningMessage. clone()
Creates a copy of the WarningMessagestatic WarningMessage
WarningMessage. 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 boolean
WarningMessage. eq(WarningMessage b)
Checks if two WarningMessages contain equal inner contents.static Result_WarningMessageDecodeErrorZ
Result_WarningMessageDecodeErrorZ. ok(WarningMessage o)
Creates a new CResult_WarningMessageDecodeErrorZ in the success state.static ErrorAction
ErrorAction. send_warning_message(WarningMessage msg, Level log_level)
Utility method to constructs a new SendWarningMessage-variant ErrorAction
-