Applesauce
    Preparing search index...
    • A model that returns the set of token event ids that have been marked as deleted by other token events. Reads the public del tags first so it works without decryption, and falls back to the decrypted content for unlocked events written by apps that only store the deleted ids inside the encrypted content (the public del tags are an applesauce extension and are not part of NIP-60). The other token models depend on this model so the deleted set is always collected from the full timeline.

      Parameters

      • pubkey: string

      Returns Model<Set<string>>