interface ResponseApplySnapshotChunk {
    refetchChunks: number[];
    rejectSenders: string[];
    result: ResponseApplySnapshotChunk_Result;
}

Properties

refetchChunks: number[]

Chunks to refetch and reapply

rejectSenders: string[]

Chunk senders to reject and ban