Skip to main content

decrypt_gift_wrap_single_layer

Function decrypt_gift_wrap_single_layer 

Source
pub async fn decrypt_gift_wrap_single_layer<T>(
    signer: &T,
    event: &Event,
) -> Result<String>
where T: NostrSigner,