Interface StorageGetCheckpointsRequest

GetCheckpointsRequest is a GetCheckpoints request.

interface StorageGetCheckpointsRequest {
    namespace: Uint8Array;
    root_version?: longnum;
    version: number;
}

Properties

namespace: Uint8Array
root_version?: longnum

RootVersion specifies an optional root version to limit the request to. If specified, only checkpoints for roots with the specific version will be considered.

version: number