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 UntrustedString
ClosureReason.CounterpartyForceClosed. peer_msg
The error which the peer sent us.UntrustedString
Result_UntrustedStringDecodeErrorZ.Result_UntrustedStringDecodeErrorZ_OK. res
Methods in org.ldk.structs that return UntrustedString Modifier and Type Method Description UntrustedString
UntrustedString. clone()
Creates a copy of the UntrustedStringstatic UntrustedString
UntrustedString. 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 ClosureReason
ClosureReason. counterparty_force_closed(UntrustedString peer_msg)
Utility method to constructs a new CounterpartyForceClosed-variant ClosureReasonboolean
UntrustedString. eq(UntrustedString b)
Checks if two UntrustedStrings contain equal inner contents.static Result_UntrustedStringDecodeErrorZ
Result_UntrustedStringDecodeErrorZ. ok(UntrustedString o)
Creates a new CResult_UntrustedStringDecodeErrorZ in the success state.
-