Uses of Class
org.ldk.structs.Sha256
-
Packages that use Sha256 Package Description org.ldk.structs -
-
Uses of Sha256 in org.ldk.structs
Methods in org.ldk.structs that return Sha256 Modifier and Type Method Description Sha256
Sha256. clone()
Creates a copy of the Sha256Sha256
RawInvoice. description_hash()
Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent NoneSha256
RawInvoice. payment_hash()
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 Sha256 Modifier and Type Method Description boolean
Sha256. eq(Sha256 b)
Checks if two Sha256s contain equal inner contents.
-