• Decrypts the private list

    Parameters

    • list: Event

      The list event to decrypt

    • decrypt: ((content: string) => string)
        • (content): string
        • Parameters

          • content: string

          Returns string

    • Optionalstore: EventStore

      An optional EventStore to notify about the update

    Returns Promise<NostrEvent>