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 UntrustedStringstatic 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 Result_UntrustedStringDecodeErrorZResult_UntrustedStringDecodeErrorZ. ok(UntrustedString o)Creates a new CResult_UntrustedStringDecodeErrorZ in the success state.
-