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

Properties

bloomFilter?: Uint8Array
channelId: string
content?: Uint8Array
lamportTimestamp?: number
messageId: string