Applies a snapshot chunk

interface RequestApplySnapshotChunk {
    chunk: Uint8Array;
    index: number;
    sender: string;
}

Properties

Properties

chunk: Uint8Array
index: number
sender: string