Uses of Class
org.ldk.structs.Description
-
Packages that use Description Package Description org.ldk.structs -
-
Uses of Description in org.ldk.structs
Fields in org.ldk.structs declared as Description Modifier and Type Field Description Description
Result_DescriptionCreationErrorZ.Result_DescriptionCreationErrorZ_OK. res
Methods in org.ldk.structs that return Description Modifier and Type Method Description Description
Description. clone()
Creates a copy of the DescriptionDescription
RawInvoice. description()
Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent NoneMethods in org.ldk.structs with parameters of type Description Modifier and Type Method Description boolean
Description. eq(Description b)
Checks if two Descriptions contain equal inner contents.static Result_DescriptionCreationErrorZ
Result_DescriptionCreationErrorZ. ok(Description o)
Creates a new CResult_DescriptionCreationErrorZ in the success state.
-