loads a snapshot chunk

interface RequestLoadSnapshotChunk {
    chunk: number;
    format: number;
    height: bigint;
}

Properties

Properties

chunk: number
format: number
height: bigint