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
Fields in org.ldk.structs declared as UInt5 Modifier and Type Field Description UInt5Fallback.SegWitProgram. versionMethods 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.static FallbackFallback. seg_wit_program(UInt5 version, byte[] program)Utility method to constructs a new SegWitProgram-variant FallbackResult_RecoverableSignatureNoneZKeysInterface.KeysInterfaceInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient receipient)Sign an invoice.Result_RecoverableSignatureNoneZKeysInterface. sign_invoice(byte[] hrp_bytes, UInt5[] invoice_data, Recipient receipient)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)
-