Uses of Class
org.ldk.util.UInt5
-
Packages that use UInt5 Package Description org.ldk.structs org.ldk.util -
-
Uses of UInt5 in org.ldk.structs
Methods in org.ldk.structs with parameters of type UInt5 Modifier and Type Method Description static byte[]
UtilMethods. construct_invoice_preimage(byte[] hrp_bytes, UInt5[] data_without_signature)
Construct the invoice's HRP and signatureless data into a preimage to be hashed.Result_RecoverableSignatureNoneZ
NodeSigner.NodeSignerInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient recipient)
Sign an invoice.Result_RecoverableSignatureNoneZ
NodeSigner. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient recipient)
Sign an invoice. -
Uses of UInt5 in org.ldk.util
Methods in org.ldk.util with parameters of type UInt5 Modifier and Type Method Description static byte[]
InternalUtils. convUInt5Array(UInt5[] u5s)
-