Documentation
    Preparing search index...

    Class EphemeralMessage

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • messageId: string
      • channelId: string
      • senderId: string
      • causalHistory: HistoryEntry[]
      • lamportTimestamp: undefined
      • bloomFilter: undefined | Uint8Array<ArrayBufferLike>
      • content: Uint8Array<ArrayBufferLike>
      • repairRequest: HistoryEntry[] = []
      • OptionalretrievalHint: Uint8Array<ArrayBufferLike>

        Not encoded, set after it is sent, used to include in follow-up messages

      Returns EphemeralMessage

    Properties

    bloomFilter: undefined | Uint8Array<ArrayBufferLike>
    causalHistory: HistoryEntry[]
    channelId: string
    content: Uint8Array<ArrayBufferLike>
    lamportTimestamp: undefined
    messageId: string
    repairRequest: HistoryEntry[] = []
    retrievalHint?: Uint8Array<ArrayBufferLike>

    Not encoded, set after it is sent, used to include in follow-up messages

    senderId: string

    Methods