Uses of Class
org.ldk.structs.UntrustedString
-
Packages that use UntrustedString Package Description org.ldk.structs -
-
Uses of UntrustedString in org.ldk.structs
Fields in org.ldk.structs declared as UntrustedString Modifier and Type Field Description UntrustedStringClosureReason.CounterpartyForceClosed. peer_msgThe error which the peer sent us.UntrustedStringResult_UntrustedStringDecodeErrorZ.Result_UntrustedStringDecodeErrorZ_OK. resMethods in org.ldk.structs that return UntrustedString Modifier and Type Method Description UntrustedStringUntrustedString. clone()Creates a copy of the UntrustedStringUntrustedStringInvoiceError. get_message()An explanation of the error.static UntrustedStringUntrustedString. of(String a_arg)Constructs a new UntrustedString given each fieldMethods in org.ldk.structs with parameters of type UntrustedString Modifier and Type Method Description static ClosureReasonClosureReason. counterparty_force_closed(UntrustedString peer_msg)Utility method to constructs a new CounterpartyForceClosed-variant ClosureReasonbooleanUntrustedString. eq(UntrustedString b)Checks if two UntrustedStrings contain equal inner contents.static InvoiceErrorInvoiceError. of(ErroneousField erroneous_field_arg, UntrustedString message_arg)Constructs a new InvoiceError given each field Note that erroneous_field_arg (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic Result_UntrustedStringDecodeErrorZResult_UntrustedStringDecodeErrorZ. ok(UntrustedString o)Creates a new CResult_UntrustedStringDecodeErrorZ in the success state.voidInvoiceError. set_message(UntrustedString val)An explanation of the error.
-