NewsletterRecord is the data structure that is stored in the newsletter program.
It contains the newsletter's title, template and content. These are represented onchain and replaced
via processing in the client. The title, template and content are encrypted with a group symmetric key.
Each NewsletterRecord holder has access to this group symmetric key.
NewsletterRecord is the data structure that is stored in the newsletter program. It contains the newsletter's title, template and content. These are represented onchain and replaced via processing in the client. The title, template and content are encrypted with a group symmetric key. Each NewsletterRecord holder has access to this group symmetric key.