Uses of Class
org.ldk.structs.RawDataPart
-
Packages that use RawDataPart Package Description org.ldk.structs -
-
Uses of RawDataPart in org.ldk.structs
Methods in org.ldk.structs that return RawDataPart Modifier and Type Method Description RawDataPart
RawDataPart. clone()
Creates a copy of the RawDataPartRawDataPart
RawInvoice. get_data()
data partMethods in org.ldk.structs with parameters of type RawDataPart Modifier and Type Method Description boolean
RawDataPart. eq(RawDataPart b)
Checks if two RawDataParts contain equal inner contents.void
RawInvoice. set_data(RawDataPart val)
data part
-