Function construct_invoice_preimage
pub fn construct_invoice_preimage(
hrp_bytes: &[u8],
data_without_signature: &[u5],
) -> Vec<u8> ⓘExpand description
Construct the invoice’s HRP and signatureless data into a preimage to be hashed.