Applesauce
    Preparing search index...
    • Decrypts the private list

      Type Parameters

      • T extends { content: string; kind: number; pubkey: string }

      Parameters

      • event: T

        The list event to decrypt

      • signer: HiddenContentSigner

        A signer to use to decrypt the tags

      • Optionaloverride: EncryptionMethod

        The encryption method to use instead of the default

      Returns Promise<string[][]>

      If the event kind does not support hidden tags

      If the hidden content is not an array of tags