DeliveryDraft is the data structure that is sent to the newsletter program. It is the data structure that is used to create a newsletter issue. It contains the recipient, keys and information needed to decrypt the newsletter's title, template and content. These are represented as HexCipher objects.

Hierarchy

  • DeliveryDraft

Properties

content: null | string | HexCipher
recipient: string
sender_public_key: string | string[]
shared_public_key: string
template: null | string | HexCipher
title: null | string | HexCipher

Generated using TypeDoc