interface SdsMessage {
    bloomFilter?: Uint8Array;
    causalHistory: HistoryEntry[];
    channelId: string;
    content?: Uint8Array;
    lamportTimestamp?: number;
    messageId: string;
}

Properties

bloomFilter?: Uint8Array
causalHistory: HistoryEntry[]
channelId: string
content?: Uint8Array
lamportTimestamp?: number
messageId: string