IterateRequest is a request for the SyncIterate operation.

interface StorageIterateRequest {
    key: Uint8Array;
    prefetch: number;
    proof_version?: number;
    tree: StorageTreeID;
}

Properties

key: Uint8Array
prefetch: number
proof_version?: number

ProofVersion specifies the proof version to use. If not specified, the default (0) version is used for backwards compatibility.