• Unlocks the encrypted content in an event

    Parameters

    • event: {
          content: string;
          kind: number;
          pubkey: string;
      }

      The event with content to decrypt

      • content: string
      • kind: number
      • pubkey: string
    • signer: HiddenContentSigner

      A signer to use to decrypt the tags

    Returns Promise<string>