Documentation
    Preparing search index...
    interface SdsMessage {
        bloomFilter?: Uint8Array<ArrayBufferLike>;
        causalHistory: proto_sds_message.HistoryEntry[];
        channelId: string;
        content?: Uint8Array<ArrayBufferLike>;
        lamportTimestamp?: bigint;
        messageId: string;
        repairRequest: proto_sds_message.HistoryEntry[];
        senderId: string;
    }
    Index

    Properties

    bloomFilter?: Uint8Array<ArrayBufferLike>
    channelId: string
    content?: Uint8Array<ArrayBufferLike>
    lamportTimestamp?: bigint
    messageId: string
    senderId: string