pub async fn gift_wrap(
client: &Client,
recipient: &PublicKey,
rumor: UnsignedEvent,
) -> Result<EventId>👎Deprecated:
Use gift_wrap_single_layer for ContextVM compatibility
Expand description
Create and publish a full NIP-59 gift-wrapped event.
Deprecated: Use gift_wrap_single_layer for ContextVM compatibility.