Addressable coordinate kind:pubkey:d for sets; undefined for standard lists.
Optional description tag (sets).
Raw NIP-44-encrypted content, if any (the private portion).
'list' for standard lists (10000–10101), 'set' for sets (30000–30030), 'unknown' otherwise.
Set identifier from the d tag (sets only; '' for standard lists / missing).
Optional image tag (sets).
Event kind.
Decrypted private item tags — undefined until decryptPrivateItems succeeds.
Author pubkey.
Item-bearing tags verbatim (the public portion of the list).
Optional title tag (sets).
Friendly kind name from listKindName, or undefined for unknown kinds.
A parsed NIP-51 list or set.
publicItemsholds the item-bearing tags verbatim.privateItemsis populated only after decryptPrivateItems runs; until then it isundefined(the encrypted payload is left untouched in Nip51List.encryptedContent).Example